mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
Add native structured output flag for deepseek.v3-v1:0
Integration tested 28/28 (10 sync + 10 streaming + extras) on the native outputConfig.textFormat path in us-west-2. deepseek.v3.2 does not support native structured output (Bedrock returns 400).
This commit is contained in:
parent
aba027beed
commit
a7ebc72c26
2 changed files with 4 additions and 2 deletions
|
|
@ -11758,7 +11758,8 @@
|
|||
"output_cost_per_token": 1.68e-06,
|
||||
"supports_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
"supports_tool_choice": true
|
||||
"supports_tool_choice": true,
|
||||
"supports_native_structured_output": true
|
||||
},
|
||||
"deepseek.v3.2": {
|
||||
"input_cost_per_token": 6.2e-07,
|
||||
|
|
|
|||
|
|
@ -11758,7 +11758,8 @@
|
|||
"output_cost_per_token": 1.68e-06,
|
||||
"supports_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
"supports_tool_choice": true
|
||||
"supports_tool_choice": true,
|
||||
"supports_native_structured_output": true
|
||||
},
|
||||
"deepseek.v3.2": {
|
||||
"input_cost_per_token": 6.2e-07,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue