Models
Use the /v1/models catalog exposed by OneKeyLLM.
OneKeyLLM exposes a model catalog:
curl https://api.tokapi.ai/v1/modelsEach entry follows the Model schema.
| Field | Type |
|---|---|
id | string |
object | string |
created | integer |
owned_by | string |
name | string |
family | string |
attachment | boolean |
reasoning | boolean |
tool_call | boolean |
structured_output | boolean |
temperature | boolean |
knowledge | string |
release_date | string |
last_updated | string |
modalities | object |
open_weights | boolean |
cost | object |
limit | object |
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