OneKeyLLM

Models

Use the /v1/models catalog exposed by OneKeyLLM.

OneKeyLLM exposes a model catalog:

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

Each entry follows the 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

Choosing a model per client

For Codex, set the model in ~/.codex/config.toml.

model = "gpt-5.4"

For Claude Code, you can set the model through the environment if the picker does not show the one you want.

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