mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
test: allow output_config model-map keys in the schema canary
The Fable 5 entries backported in #30064 carry supports_output_config and bedrock_output_config_effort_ceiling, which this line's Vertex Claude path reads but the schema allowlist predates. Declarations copied verbatim from the staging schema; additionalProperties stays false.
This commit is contained in:
parent
19ea96da12
commit
90057353bd
1 changed files with 5 additions and 0 deletions
|
|
@ -856,7 +856,12 @@ def test_aaamodel_prices_and_context_window_json_is_valid():
|
|||
"supports_sampling_params": {"type": "boolean"},
|
||||
"supports_service_tier": {"type": "boolean"},
|
||||
"supports_preset": {"type": "boolean"},
|
||||
"supports_output_config": {"type": "boolean"},
|
||||
"tool_use_system_prompt_tokens": {"type": "number"},
|
||||
"bedrock_output_config_effort_ceiling": {
|
||||
"type": "string",
|
||||
"enum": ["low", "medium", "high", "max", "xhigh"],
|
||||
},
|
||||
"tpm": {"type": "number"},
|
||||
"provider_specific_entry": {"type": "object"},
|
||||
"supported_endpoints": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue