rm claude instant 1 and 1.2 from model prices json (#12631)

This commit is contained in:
Stuart Geiger
2025-07-15 20:13:34 -07:00
committed by GitHub
parent 2d6751a396
commit e758b1b65f
+1 -20
View File
@@ -4227,15 +4227,6 @@
"litellm_provider": "text-completion-openai",
"mode": "completion"
},
"claude-instant-1": {
"max_tokens": 8191,
"max_input_tokens": 100000,
"max_output_tokens": 8191,
"input_cost_per_token": 1.63e-06,
"output_cost_per_token": 5.51e-06,
"litellm_provider": "anthropic",
"mode": "chat"
},
"mistral/mistral-tiny": {
"max_tokens": 8191,
"max_input_tokens": 32000,
@@ -5470,16 +5461,6 @@
"supports_response_schema": true,
"supports_tool_choice": true
},
"claude-instant-1.2": {
"max_tokens": 8191,
"max_input_tokens": 100000,
"max_output_tokens": 8191,
"input_cost_per_token": 1.63e-07,
"output_cost_per_token": 5.51e-07,
"litellm_provider": "anthropic",
"mode": "chat",
"supports_tool_choice": true
},
"claude-2": {
"max_tokens": 8191,
"max_input_tokens": 100000,
@@ -16146,4 +16127,4 @@
"mode": "chat",
"source": "https://platform.moonshot.ai/docs/pricing"
}
}
}