Merge pull request #4310 from lowjiansheng/js-add-anthropic-35

Add claude 3.5 sonnet model
This commit is contained in:
Ishaan Jaff
2024-06-20 08:20:48 -07:00
committed by GitHub
+12
View File
@@ -985,6 +985,18 @@
"supports_vision": true,
"tool_use_system_prompt_tokens": 159
},
"claude-3-5-sonnet-20240620": {
"max_tokens": 4096,
"max_input_tokens": 200000,
"max_output_tokens": 4096,
"input_cost_per_token": 0.000003,
"output_cost_per_token": 0.000015,
"litellm_provider": "anthropic",
"mode": "chat",
"supports_function_calling": true,
"supports_vision": true,
"tool_use_system_prompt_tokens": 159
},
"text-bison": {
"max_tokens": 1024,
"max_input_tokens": 8192,