Skip to content

Model Catalog ​

Model availability changes over time. Production applications should treat GET /v1/models as the source of truth. This page also keeps a current snapshot for quick Model ID lookup.

Discover models at runtime ​

bash
curl https://api.tuoyuan.ai/v1/models \
  -H "Authorization: Bearer $TUOYUAN_API_KEY"

The response represents models visible to the current API key. Account permissions, channel health, and upstream availability may change the list.

Current snapshot ​

Currently configured: 29 Model IDs.

Model IDType
gpt-5.6-solOpenAI · Text
gpt-6-lunaOpenAI · Text
gpt-6-solOpenAI · Text
gpt-image-2.5-sunburstOpenAI · Image
gpt-image-2.5-flareOpenAI · Image
gpt-5.6-terraOpenAI · Text
gpt-5.6-lunaOpenAI · Text
gpt-image-2OpenAI · Image
gpt-6-astraOpenAI · Text
gemini-3.8-flashGoogle Gemini · Text
gemini-3.7-flashGoogle Gemini · Text
gemini-3.6-flashGoogle Gemini · Text
gemini-3.1-flash-liteGoogle Gemini · Text
gemini-3-flash-previewGoogle Gemini · Text
gemini-3.1-pro-previewGoogle Gemini · Text
gemini-3.1-flash-lite-previewGoogle Gemini · Text
claude-fable-5-1Anthropic Claude · Text
claude-opus-5Anthropic Claude · Text
claude-fable-5Anthropic Claude · Text
claude-sonnet-5Anthropic Claude · Text
gemini-3.5-flashGoogle Gemini · Text
gpt-5.4OpenAI · Text
gpt-5.5OpenAI · Text
gpt-5.4-miniOpenAI · Text
claude-haiku-4-5Anthropic Claude · Text
claude-opus-4-6Anthropic Claude · Text
claude-opus-4-7Anthropic Claude · Text
claude-opus-4-8Anthropic Claude · Text
claude-sonnet-4-6Anthropic Claude · Text

How to call them ​

  • Text models: start with the OpenAI-compatible POST /v1/chat/completions endpoint. The end-to-end public path has been verified with gpt-5.6-sol.
  • Responses clients: clients using the Responses wire API can use POST /v1/responses; exact capability remains model-dependent.
  • Claude / Gemini models: the model family does not force a client protocol. OpenAI-compatible clients still use https://api.tuoyuan.ai/v1 with the selected Model ID.
  • Image models: gpt-image-* models are image models and should not be assumed to behave like text Chat Completions. Verify the documented image endpoint and account capability before production use.

Compatibility

A Model ID appearing in /v1/models means it is visible to your key. It does not guarantee that every advanced parameter, tool call, structured-output feature, vision input, or client-specific protocol is identical across models. Validate the capabilities you depend on and handle 4xx/5xx responses normally.

TUOYUAN API · 拓元智算