Merge pull request #3382 from paul-gauthier/main

Added cost & context metadata for openrouter/anthropic/claude-3-opus
This commit is contained in:
Krish Dholakia 2024-05-01 11:15:29 -07:00 committed by GitHub
commit 6cfd00e609
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1572,6 +1572,17 @@
"litellm_provider": "openrouter",
"mode": "chat"
},
"openrouter/anthropic/claude-3-opus": {
"max_tokens": 4096,
"max_input_tokens": 200000,
"max_output_tokens": 4096,
"input_cost_per_token": 0.000015,
"output_cost_per_token": 0.000075,
"litellm_provider": "openrouter",
"mode": "chat",
"supports_function_calling": true,
"tool_use_system_prompt_tokens": 395
},
"openrouter/google/palm-2-chat-bison": {
"max_tokens": 8000,
"input_cost_per_token": 0.0000005,