OneKeyLLM

模型

使用 OneKeyLLM 暴露的 /v1/models 目录。

OneKeyLLM 暴露模型目录:

curl https://api.tokapi.ai/v1/models

每个条目遵循 Model schema。

FieldType
idstring
objectstring
createdinteger
owned_bystring
namestring
familystring
attachmentboolean
reasoningboolean
tool_callboolean
structured_outputboolean
temperatureboolean
knowledgestring
release_datestring
last_updatedstring
modalitiesobject
open_weightsboolean
costobject
limitobject

按客户端选择模型

Codex 的模型在 ~/.codex/config.toml 中设置。

model = "gpt-5.4"

如果 Claude Code 的 picker 中没有目标模型,可以通过环境变量指定。

ANTHROPIC_MODEL="claude-sonnet-4-6" claude