Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion src/modelPricing.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Model pricing data - costs per million tokens for input and output",
"metadata": {
"lastUpdated": "2026-03-09",
"lastUpdated": "2026-03-10",
"sources": [
{
"name": "OpenAI API Pricing",
Expand Down Expand Up @@ -370,6 +370,14 @@
"multiplier": 1,
"displayNames": ["Gemini 3.1 Pro", "Gemini 3.1 Pro (Preview)"]
},
"qwen2.5": {
"inputCostPerMillion": 0.00,
"outputCostPerMillion": 0.00,
"category": "Qwen models (Alibaba)",
"tier": "premium",
"multiplier": 1,
"displayNames": ["Qwen2.5"]
},
"grok-code-fast-1": {
"inputCostPerMillion": 0.20,
"outputCostPerMillion": 1.50,
Expand Down
1 change: 1 addition & 0 deletions src/tokenEstimators.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"gemini-3-pro": 0.25,
"gemini-3-pro-preview": 0.25,
"gemini-3.1-pro": 0.25,
"qwen2.5": 0.25,
"grok-code-fast-1": 0.25,
"raptor-mini": 0.25,
"goldeneye": 0.25,
Expand Down