changelog / post
DeepSeek V4 Pro 0813 available on Baseten
DeepSeek V4 Pro 0813 is now available through Baseten Model APIs. Send requests to deepseek-ai/DeepSeek-V4-Pro-0813 through our OpenAI-compatible endpoint with your Baseten API key.
1curl https://inference.baseten.co/v1/chat/completions \
2 -H "Content-Type: application/json" \
3 -H "Authorization: Bearer $BASETEN_API_KEY" \
4 -d '{
5 "model": "deepseek-ai/DeepSeek-V4-Pro-0813",
6 "messages": [
7 {"role": "system", "content": "You are a helpful assistant"},
8 {"role": "user", "content": "Hello"}
9 ],
10 "reasoning_effort": "high",
11 "thinking": {"type": "enabled"}
12 }'
13For more information, see our docs.