Skip to main content

Text Series

Model Support Matrix

View the support scope of the text series, typical model families, and recommended entry points by protocol style and capability type.

Chat Completions

POST /v1/chat/completions, suitable for chat, Agents, long-text generation, and multimodal input.

OpenAI Responses

POST /v1/responses, suitable for tool calling, structured outputs, and context continuation.

Claude Native

POST /v1/messages, preserving the Anthropic Messages protocol.

Gemini Native

POST /v1beta/models/{model}:{action} and GET /v1beta/models.

Authentication

Most text relay interfaces use a Bearer Token:
The Claude native format also supports:
The Gemini native format also supports:

Interface List

Common Error Codes

If an interface page marks a parameter as “optional,” it does not mean that all models support that field. Whether it is ultimately passed through and takes effect still depends on the capabilities of the actual channel it is distributed to.
  1. Text Model Support Matrix
  2. Chat Completions Interface (streaming by default)
  3. OpenAI Multimodal Responses Interface
  4. Claude Messages Interface
  5. Gemini Native Format
  6. Model List
  7. Realtime Interface