tokonomix_list_models
List active AI models from your account, filtering by region, provider, tier, or capability to find models that meet data-residency, feature, and performance needs.
Instructions
List the active models reachable through this account. Filter by hosting region for EU data-residency routing, by provider, by tier, or by capability. Returns id, owned_by, hosting_region, context_window, input/output price per 1M cents, capabilities (tools, vision, json_schema, prompt_caching, reasoning, audio_input, pdf_input). When recent-speed exposure is live on the platform, entries also carry a speed object (tier + recent p95/responsiveness numbers, advisory only — not a guarantee) and you can filter with max_p95_ms / speed_tier to self-select faster models; if the feature is not yet live these two filters are no-ops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Filter to one model tier (catalog quality/pricing tier — not the recent-speed tier, see speed_tier). | |
| limit | No | Max results. Default 500, max 1000. The reply reports how many models matched in total, so you can tell whether the list was cut off. | |
| provider | No | Filter to one provider (anthropic, openai, google, ovh, openrouter). | |
| supports | No | Comma-separated capability list; models must support ALL of these. | |
| max_p95_ms | No | Only return models whose recent gateway p95 latency (EWMA) is at or under this ceiling, in milliseconds. Models with no recent gateway data are excluded (can't confirm they're fast). Advisory, recent-observed — not an SLA. No-op if recent-speed exposure is not yet live. | |
| speed_tier | No | Filter to one recent-speed tier (distinct from `tier` above). "unknown" = too little recent traffic to classify. No-op if recent-speed exposure is not yet live. | |
| hosting_region | No | "eu" matches eu OR fr. Use for EU data-residency routing (a hedge against transatlantic transfer — not a full GDPR compliance guarantee). | |
| origin_country | No | ISO 3166-1 alpha-2 country code of the model's origin (e.g. "US", "FR", "DE"). Filters to models whose AI lab is headquartered in that country. Useful for origin-country filtering — e.g. models from EU-headquartered labs. |