fix(ci): keep cost map schema generated by the base branch generator

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
kerry 2026-09-15 02:07:44 +00:00
parent a5fc880c90
commit bf1bdb3045
2 changed files with 3 additions and 9 deletions

View file

@ -172,10 +172,7 @@ COST_DESCRIPTIONS: dict[str, str] = {
),
"cache_creation_input_token_cost": "USD per token written to the provider's prompt cache.",
"cache_read_input_token_cost": "USD per prompt token served from the provider's prompt cache.",
"input_cost_per_audio_token_batches": "USD per audio prompt token via the provider's batch API.",
"input_cost_per_image_token_batches": "USD per image prompt token via the provider's batch API.",
"input_cost_per_token_batches": "USD per prompt token via the provider's batch API.",
"input_cost_per_video_token_batches": "USD per video prompt token via the provider's batch API.",
"output_cost_per_token_batches": "USD per generated token via the provider's batch API.",
}

View file

@ -251,8 +251,7 @@
},
"input_cost_per_audio_token_batches": {
"type": "number",
"minimum": 0,
"description": "USD per audio prompt token via the provider's batch API."
"minimum": 0
},
"input_cost_per_audio_token_priority": {
"type": "number",
@ -283,8 +282,7 @@
},
"input_cost_per_image_token_batches": {
"type": "number",
"minimum": 0,
"description": "USD per image prompt token via the provider's batch API."
"minimum": 0
},
"input_cost_per_pixel": {
"type": "number",
@ -391,8 +389,7 @@
},
"input_cost_per_video_token_batches": {
"type": "number",
"minimum": 0,
"description": "USD per video prompt token via the provider's batch API."
"minimum": 0
},
"input_dbu_cost_per_token": {
"type": "number",