Fix supports_native_streaming for anthropic models

This commit is contained in:
Sameer Kankute
2026-02-04 14:44:31 +05:30
parent 20c21c63d9
commit 0ed5e51f9b
2 changed files with 4 additions and 2 deletions
@@ -744,7 +744,8 @@
"supports_response_schema": true,
"supports_tool_choice": true,
"supports_vision": true,
"tool_use_system_prompt_tokens": 346
"tool_use_system_prompt_tokens": 346,
"supports_native_streaming": true
},
"anthropic.claude-3-5-sonnet-20240620-v1:0": {
"input_cost_per_token": 3e-06,
+2 -1
View File
@@ -744,7 +744,8 @@
"supports_response_schema": true,
"supports_tool_choice": true,
"supports_vision": true,
"tool_use_system_prompt_tokens": 346
"tool_use_system_prompt_tokens": 346,
"supports_native_streaming": true
},
"anthropic.claude-3-5-sonnet-20240620-v1:0": {
"input_cost_per_token": 3e-06,