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
@ -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…
Reference in New Issue
Block a user