add search_context_cost_per_1k_calls to model cost map spec
This commit is contained in:
parent
792a2d6115
commit
1bdb94a314
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user