add search_context_cost_per_1k_calls to model cost map spec

This commit is contained in:
Ishaan Jaff 2025-03-22 12:56:21 -07:00
parent 792a2d6115
commit 1bdb94a314

View File

@ -518,6 +518,15 @@ def test_aaamodel_prices_and_context_window_json_is_valid():
],
},
},
"search_context_cost_per_1k_calls": {
"type": "object",
"properties": {
"low_context": {"type": "number"},
"medium_context": {"type": "number"},
"high_context": {"type": "number"},
},
"additionalProperties": False,
},
"supported_modalities": {
"type": "array",
"items": {