Models by Provider
- DeepSeek
- GLM
- Kimi
- MiniMax
- Qwen
DeepSeek models excel at both general-purpose chat and multi-step reasoning tasks, making them a strong default choice for coding assistants, analysis pipelines, and interactive applications.
Model notes
| Model ID | Context | Types |
|---|---|---|
deepseek-v4-flash | 128K | chat, reasoning |
deepseek-v4-pro | 128K | chat, reasoning |
deepseek-chat | 64K | chat |
deepseek-v4-flash— Fast, cost-efficient variant of the V4 series. Best for high-throughput workloads where response speed matters.deepseek-v4-pro— Full-capability V4 model with stronger reasoning performance. Recommended for complex, multi-step tasks.deepseek-chat— Stable general-purpose chat model. Pricing varies by channel; log in to view your applicable rate.
Model Type Glossary
Understanding each capability type helps you choose the right model for your task.- chat — General-purpose conversational inference. Covers Q&A, summarization, translation, creative writing, and instruction-following.
- reasoning — Extended chain-of-thought capability for complex logic, math, and multi-step problem solving. These models think before they respond.
- coding — Fine-tuned for source code generation, debugging, code review, and technical documentation.
- agent — Supports tool-calling and function-calling protocols for building autonomous agents and multi-step orchestration pipelines.
- vision — Accepts image inputs alongside text prompts. Use for document parsing, screenshot analysis, and image-grounded Q&A.
- long-context — Models with context windows of 128K tokens or more. Suitable for processing entire codebases, books, or lengthy conversation histories in a single request.
Model IDs are case-sensitive. Use them exactly as shown in the tables above when setting the
model parameter in your API requests. For example, use deepseek-v4-pro, not DeepSeek-V4-Pro or deepseek-v4-Pro.Log in to your A2Agent account to unlock exclusive channel pricing — lower per-token rates on select models that aren’t visible to unauthenticated users. View your pricing →