Summary
The model deepseek-ai/DeepSeek-V4.1-Flash is listed on Together AI's serverless inference surface but together is missing from its available_providers in model_list.json. The entry currently lists only ["baseten", "fireworks"].
Gap details
| Field |
Current (local) |
Together AI official |
available_providers |
["baseten", "fireworks"] |
Should include "together" |
input_cost_per_mil_tokens |
0.3 |
0.30 ✓ (matches) |
output_cost_per_mil_tokens |
1.2 |
1.20 ✓ (matches) |
input_cache_read_cost_per_mil_tokens |
0.03 |
0.006 (Together's rate; local value reflects baseten rate) |
Base input and output pricing matches exactly between the local catalog and Together's listing. The cached input price differs ($0.03 locally from baseten vs $0.006 on Together) — since the catalog uses a single price field, the existing value can remain.
Verification checklist
| Check |
Status |
Detail |
| Cross-source |
✅ |
Model confirmed on Together serverless models page (model listing + $0.30/$1.20 pricing) AND Together pricing page ($0.30/$1.20/$0.006 cached). Model also already in catalog via baseten and fireworks |
| Already in catalog |
✅ |
deepseek-ai/DeepSeek-V4.1-Flash exists with available_providers: ["baseten", "fireworks"] — together is absent |
| ID format |
✅ |
Together uses the same deepseek-ai/DeepSeek-V4.1-Flash model ID, matching the existing catalog entry |
| Duplicate check |
✅ |
No existing open or closed issue covers adding together to this model's providers |
Verification notes
Local files inspected
packages/proxy/schema/model_list.json — deepseek-ai/DeepSeek-V4.1-Flash at line ~11254, available_providers: ["baseten", "fireworks"]
{
"kind": "stale_metadata",
"provider": "together",
"models": ["deepseek-ai/DeepSeek-V4.1-Flash"],
"status": "active",
"model_specs": {
"deepseek-ai/DeepSeek-V4.1-Flash": {
"format": "openai",
"flavor": "chat",
"multimodal": true,
"input_cost_per_mil_tokens": 0.3,
"output_cost_per_mil_tokens": 1.2,
"input_cache_read_cost_per_mil_tokens": 0.03,
"displayName": "DeepSeek V4.1 Flash",
"reasoning": true,
"max_input_tokens": 1048576,
"available_providers": ["baseten", "fireworks", "together"]
}
},
"source_urls": [
"https://docs.together.ai/docs/serverless-models",
"https://www.together.ai/pricing"
]
}
Summary
The model
deepseek-ai/DeepSeek-V4.1-Flashis listed on Together AI's serverless inference surface buttogetheris missing from itsavailable_providersinmodel_list.json. The entry currently lists only["baseten", "fireworks"].Gap details
available_providers["baseten", "fireworks"]"together"input_cost_per_mil_tokensoutput_cost_per_mil_tokensinput_cache_read_cost_per_mil_tokensBase input and output pricing matches exactly between the local catalog and Together's listing. The cached input price differs ($0.03 locally from baseten vs $0.006 on Together) — since the catalog uses a single price field, the existing value can remain.
Verification checklist
deepseek-ai/DeepSeek-V4.1-Flashexists withavailable_providers: ["baseten", "fireworks"]—togetheris absentdeepseek-ai/DeepSeek-V4.1-Flashmodel ID, matching the existing catalog entrytogetherto this model's providersVerification notes
deepseek-ai/DeepSeek-V4.1-Flashon TogetherLocal files inspected
packages/proxy/schema/model_list.json—deepseek-ai/DeepSeek-V4.1-Flashat line ~11254,available_providers: ["baseten", "fireworks"]{ "kind": "stale_metadata", "provider": "together", "models": ["deepseek-ai/DeepSeek-V4.1-Flash"], "status": "active", "model_specs": { "deepseek-ai/DeepSeek-V4.1-Flash": { "format": "openai", "flavor": "chat", "multimodal": true, "input_cost_per_mil_tokens": 0.3, "output_cost_per_mil_tokens": 1.2, "input_cache_read_cost_per_mil_tokens": 0.03, "displayName": "DeepSeek V4.1 Flash", "reasoning": true, "max_input_tokens": 1048576, "available_providers": ["baseten", "fireworks", "together"] } }, "source_urls": [ "https://docs.together.ai/docs/serverless-models", "https://www.together.ai/pricing" ] }