You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The Fireworks entry (accounts/fireworks/models/deepseek-v4-pro) already has the correct $1.74/$3.48 pricing. The Together entry is the only stale one.
Confirmed in model_list.json: DeepSeek-V4-Pro still at $2.10/$4.40; Kimi-K2.6 still has no pricing
Duplicate check
✅
No open issue covers these pricing gaps. Prior issue #515 (closed) originally added DeepSeek-V4-Pro at $2.10/$4.40. Prior issue #579 (closed) added Together provider for Kimi-K2.6 but noted pricing was absent.
Verification Notes
Field
Source
Notes
DeepSeek-V4-Pro $1.74 input
Together serverless models page + model detail page
Both pages agree
DeepSeek-V4-Pro $3.48 output
Together serverless models page + model detail page
Both pages agree
DeepSeek-V4-Pro $0.20 cached input
Together model detail page
Already correct in catalog
Kimi-K2.6 $1.20 input
Together serverless models page + model detail page
Both pages agree
Kimi-K2.6 $4.50 output
Together serverless models page + model detail page
Both pages agree
Kimi-K2.6 $0.20 cached input
Together model detail page
Not in catalog
Kimi-K2.6 multimodal
Together model detail page
"supports text, image, and video input" with MoonViT vision encoder
Kimi-K2.6 256K context
Together model detail page
"256K token context window"
Kimi-K2.6 max_output_tokens
Not published
Neither Together page specifies max output tokens — omitted
Local Files Inspected
packages/proxy/schema/model_list.json — confirmed both entries and their current values
packages/proxy/scripts/sync_models.ts — confirmed neither model is in SYNC_PRESERVED_FIELDS
Summary
Two Together AI models in
packages/proxy/schema/model_list.jsonhave pricing gaps:deepseek-ai/DeepSeek-V4-Pro— pricing is stale. The catalog lists $2.10/$4.40 (the original Together price when the model was added in May 2026 via issue [BOT ISSUE] Missing Together AI models: deepseek-ai/DeepSeek-V4-Pro, Qwen/Qwen3.5-397B-A17B #515), but Together AI has since reduced pricing to $1.74/$3.48.moonshotai/Kimi-K2.6— pricing is entirely absent. The entry has noinput_cost_per_mil_tokensoroutput_cost_per_mil_tokensfields. Issue [BOT ISSUE] fix: add Together as provider for zai-org/GLM-5, moonshotai/Kimi-K2.5, moonshotai/Kimi-K2.6 #579 addedtogetherto its provider list but noted "the downstream fix job may want to add pricing" — it was never added.Affected Entries
deepseek-ai/DeepSeek-V4-Pro(line ~3687)input_cost_per_mil_tokensoutput_cost_per_mil_tokensinput_cache_read_cost_per_mil_tokensmax_input_tokensCurrent catalog entry:
Note: The Fireworks entry (
accounts/fireworks/models/deepseek-v4-pro) already has the correct $1.74/$3.48 pricing. The Together entry is the only stale one.moonshotai/Kimi-K2.6(line ~5595)input_cost_per_mil_tokensoutput_cost_per_mil_tokensinput_cache_read_cost_per_mil_tokensmultimodalmax_input_tokensCurrent catalog entry:
Verification Checklist
model_list.json: DeepSeek-V4-Pro still at $2.10/$4.40; Kimi-K2.6 still has no pricingVerification Notes
Local Files Inspected
packages/proxy/schema/model_list.json— confirmed both entries and their current valuespackages/proxy/scripts/sync_models.ts— confirmed neither model is inSYNC_PRESERVED_FIELDS{ "kind": "cost_update", "provider": "together", "models": ["deepseek-ai/DeepSeek-V4-Pro", "moonshotai/Kimi-K2.6"], "status": "active", "model_specs": { "deepseek-ai/DeepSeek-V4-Pro": { "format": "openai", "flavor": "chat", "input_cost_per_mil_tokens": 1.74, "output_cost_per_mil_tokens": 3.48, "input_cache_read_cost_per_mil_tokens": 0.2, "displayName": "DeepSeek V4 Pro", "max_input_tokens": 512000, "available_providers": ["together"] }, "moonshotai/Kimi-K2.6": { "format": "openai", "flavor": "chat", "multimodal": true, "input_cost_per_mil_tokens": 1.2, "output_cost_per_mil_tokens": 4.5, "input_cache_read_cost_per_mil_tokens": 0.2, "displayName": "Kimi K2.6", "max_input_tokens": 256000, "available_providers": ["baseten", "together"] } }, "source_urls": [ "https://docs.together.ai/docs/serverless-models", "https://www.together.ai/models/deepseek-v4-pro", "https://www.together.ai/models/kimi-k26" ] }