Claude family
Anthropic’s reasoning-and-vision lineup, available via both the Anthropic Messages protocol and the OpenAI Chat Completions API. Cache control, tool use, and thinking blocks pass through transparently.GPT family
OpenAI’s GPT lineup — Chat Completions for ubiquitous SDK code, Responses for Codex-style clients. Reasoning, structured outputs, web search, and vision all pass through.Gemini family
Google’s Gemini lineup, exposed through the OpenAI Chat Completions API.gemini-3-5-flash is the fast, multimodal mid-tier with a 1M-token context window. Additional Gemini Flash, Flash-Lite, and Pro tiers are live in the catalog.
DeepSeek family
The DeepSeek lineup via DeepSeek’s own HTTP API. V4 is dual-protocol (Chat Completions + Anthropic Messages). Vision not exposed on the HTTP API today.字节跳动 / 豆包 (Doubao) family
ByteDance’s Doubao lineup — strong on Chinese-language tasks, vision-capable. Served over the OpenAI Chat Completions API.Zhipu / 智谱 (GLM) family
Zhipu’s GLM lineup — Chinese-LLM general chat with vision support. Served over the OpenAI Chat Completions API.Moonshot / Kimi family
Moonshot’s Kimi lineup — long-context Chinese-LLM. Served over the OpenAI Chat Completions API.MiniMax family
MiniMax’s lineup — competitive Chinese-LLM general chat. Served over the OpenAI Chat Completions API.Image and video
Image and video models live under their own protocol surfaces (/v1/images/generations for image, /v1/tasks/submit for async video). Per-model pages with current per-call rates live in /api-reference/image and /api-reference/video today; they’ll migrate into /models/ in a follow-up.
DOSIA recommended paths
If you’re calling ByteSpike from DOSIA, two protocol surfaces matter — and each one has a recommended primary model plus cheaper fallbacks.
For DOSIA Cloud Enterprise admins building permission templates:
- Global edition preset → unlock
claude-sonnet-4-6,claude-opus-4-8,gpt-5-4,gpt-5-4-mini,gpt-5-5,gemini-3-5-flash. Default to Anthropic for Agent, OpenAI for Chat. - China edition preset → unlock
deepseek-v4-pro,deepseek-v4-flash,doubao-seed-2.0-pro,glm-5-1,kimi-k2-6,minimax-m2-7. Default todeepseek-v4-profor Agent (anthropic-compat),doubao-seed-2.0-profor Chat.
How to read a model page
Each page is the same shape:- Quickstart — a runnable request against the model via its primary protocol.
- Capabilities — what the model itself supports (vision, tools, reasoning, JSON mode, streaming).
- When to use — opinionated guidance.
- Next — links to related models.
Next
- Endpoint types — the eight request shapes ByteSpike accepts
- Pricing — the per-model public rate card