mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 20:22:10 +00:00
rm claude instant 1 and 1.2 from model prices json (#12631)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user