test_aaamodel_prices_and_context_window_json_is_valid
This commit is contained in:
parent
bfe4167183
commit
74b8a1dbdf
@ -576,6 +576,7 @@ def test_aaamodel_prices_and_context_window_json_is_valid():
|
||||
"rerank",
|
||||
"responses",
|
||||
"ocr",
|
||||
"search",
|
||||
],
|
||||
},
|
||||
"output_cost_per_audio_token": {"type": "number"},
|
||||
@ -682,8 +683,14 @@ def test_aaamodel_prices_and_context_window_json_is_valid():
|
||||
"output_cost_per_token": {"type": "number"},
|
||||
"cache_read_input_token_cost": {"type": "number"},
|
||||
"output_cost_per_reasoning_token": {"type": "number"},
|
||||
"max_results_range": {
|
||||
"type": "array",
|
||||
"items": {"type": "number"},
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
},
|
||||
"input_cost_per_query": {"type": "number"},
|
||||
},
|
||||
"required": ["range"],
|
||||
"additionalProperties": False,
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user