feat: add pricing config for antigravity/claude-opus-4-5
This commit is contained in:
17
pricing.json
17
pricing.json
@@ -657,6 +657,23 @@
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"antigravity/claude-opus-4-5": {
|
||||
"provider": "antigravity",
|
||||
"mode": "chat",
|
||||
"input_cost_per_token": 0.000005,
|
||||
"output_cost_per_token": 0.000025,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 64000,
|
||||
"max_tokens": 64000,
|
||||
"cache_creation_input_token_cost": 0.00000625,
|
||||
"cache_read_input_token_cost": 5E-7,
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_vision": true
|
||||
},
|
||||
"antigravity/claude-opus-4-5-thinking": {
|
||||
"provider": "antigravity",
|
||||
"mode": "chat",
|
||||
|
||||
Reference in New Issue
Block a user