deepseek-v4-pro exposes POST /v1/messages, POST /v1/chat/completions, and POST /v1/responses. Other DeepSeek routes in the current catalog use POST /v1/chat/completions.
Supported DeepSeek models
| Model ID | Context | Capabilities | Input / 1M | Output / 1M | Best for |
|---|---|---|---|---|---|
deepseek-r1 | 262,144 | Coding, Text | $0.4018 | $1.6058 | Reasoning-heavy tasks |
deepseek-v3 | 262,144 | Coding, Text | $0.2009 | $0.8029 | Low-cost general and coding work |
deepseek-v3.1 | 262,144 | Coding, Text | $0.4018 | $1.2047 | Balanced reasoning and coding |
deepseek-v3.2 | 128,000 | Coding, Text | $0.2009 | $0.3017 | Very low-cost general use |
deepseek-v4-flash | 262,144 | Coding, Text | $0.0980 | $0.1960 | Lowest-cost high-throughput DeepSeek route |
deepseek-v4-pro | 262,144 | Coding, Text | $0.3045 | $0.6090 | Stronger DeepSeek route with multiple endpoint styles |
Quickstart
Common choices
| Need | Use |
|---|---|
| Cheapest DeepSeek text/coding | deepseek-v4-flash |
| General current DeepSeek route | deepseek-v3.2 |
| Reasoning-focused route | deepseek-r1 |
| Messages or Responses endpoint compatibility | deepseek-v4-pro |