- Model
deepseek-ai/DeepSeek-V3-1- Provider
together- API
openai-completions- Base URL
https://api.together.ai/v1- Input
- text
- Reasoning
- Yes
- Context window
- 131,072
- Max tokens
- 131,072
- Cost / million input
- $0.6
- Cost / million output
- $1.7
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"together": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "deepseek-ai/DeepSeek-V3-1",
"name": "DeepSeek V3.1",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 131072,
"maxTokens": 131072,
"cost": {
"input": 0.6,
"output": 1.7,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"supportsStore": false,
"supportsDeveloperRole": false,
"supportsReasoningEffort": false,
"maxTokensField": "max_tokens",
"supportsStrictMode": false,
"supportsLongCacheRetention": false,
"thinkingFormat": "together"
}
}
],
"api": "openai-completions",
"baseUrl": "https://api.together.ai/v1"
}
}
}