Skip to content
Merged
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
22 changes: 11 additions & 11 deletions pricing_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -1030,23 +1030,23 @@
| groq/mistral-saba-24b | $0.79 | $0.79 | 32,000 | 32000 |
| groq/qwen-qwq-32b | $0.29 | $0.39 | 128,000 | 128000 |
| groq/playai-tts | -- | -- | 10,000 | 10000 |
| claude-opus-4-20250514 | $15 | $75 | 200,000 | 128000 |
| claude-sonnet-4-20250514 | $3 | $15 | 200,000 | 128000 |
| claude-opus-4-20250514 | $15 | $75 | 200,000 | 32000 |
| claude-sonnet-4-20250514 | $3 | $15 | 200,000 | 64000 |
| gemini/gemini-2.5-flash-preview-tts | $0.15 | $0.6 | 1,048,576 | 65535 |
| gemini/gemini-2.5-flash-preview-05-20 | $0.15 | $0.6 | 1,048,576 | 65535 |
| gemini-2.5-flash-preview-05-20 | $0.15 | $0.6 | 1,048,576 | 65535 |
| gemini-2.0-flash-preview-image-generation | $0.1 | $0.4 | 1,048,576 | 8192 |
| gemini-2.5-pro-preview-tts | $1.25 | $10 | 1,048,576 | 65535 |
| gemini/gemini-2.0-flash-preview-image-generation | $0.1 | $0.4 | 1,048,576 | 8192 |
| gemini/gemini-2.5-pro-preview-tts | $1.25 | $10 | 1,048,576 | 65535 |
| vertex_ai/claude-opus-4@20250514 | $15 | $75 | 200,000 | 128000 |
| vertex_ai/claude-sonnet-4@20250514 | $3 | $15 | 200,000 | 128000 |
| anthropic.claude-opus-4-20250514-v1:0 | $15 | $75 | 200,000 | 128000 |
| anthropic.claude-sonnet-4-20250514-v1:0 | $3 | $15 | 200,000 | 128000 |
| us.anthropic.claude-opus-4-20250514-v1:0 | $15 | $75 | 200,000 | 128000 |
| us.anthropic.claude-sonnet-4-20250514-v1:0 | $3 | $15 | 200,000 | 128000 |
| eu.anthropic.claude-opus-4-20250514-v1:0 | $15 | $75 | 200,000 | 128000 |
| eu.anthropic.claude-sonnet-4-20250514-v1:0 | $3 | $15 | 200,000 | 128000 |
| vertex_ai/claude-opus-4@20250514 | $15 | $75 | 200,000 | 32000 |
| vertex_ai/claude-sonnet-4@20250514 | $3 | $15 | 200,000 | 64000 |
| anthropic.claude-opus-4-20250514-v1:0 | $15 | $75 | 200,000 | 32000 |
| anthropic.claude-sonnet-4-20250514-v1:0 | $3 | $15 | 200,000 | 64000 |
| us.anthropic.claude-opus-4-20250514-v1:0 | $15 | $75 | 200,000 | 32000 |
| us.anthropic.claude-sonnet-4-20250514-v1:0 | $3 | $15 | 200,000 | 64000 |
| eu.anthropic.claude-opus-4-20250514-v1:0 | $15 | $75 | 200,000 | 32000 |
| eu.anthropic.claude-sonnet-4-20250514-v1:0 | $3 | $15 | 200,000 | 64000 |
| databricks/databricks-llama-4-maverick | $5 | $15 | 128,000 | 128000 |
| sambanova/Llama-4-Maverick-17B-128E-Instruct | $0.63 | $1.8 | 131,072 | 131072 |
| sambanova/Llama-4-Scout-17B-16E-Instruct | $0.4 | $0.7 | 8,192 | 8192 |
Expand All @@ -1058,4 +1058,4 @@
| sambanova/DeepSeek-R1 | $5 | $7 | 32,768 | 32768 |
| sambanova/DeepSeek-V3-0324 | $3 | $4.5 | 32,768 | 32768 |
| featherless_ai/featherless-ai/Qwerky-72B | -- | -- | 32,768 | 4096 |
| featherless_ai/featherless-ai/Qwerky-QwQ-32B | -- | -- | 32,768 | 4096 |
| featherless_ai/featherless-ai/Qwerky-QwQ-32B | -- | -- | 32,768 | 4096 |
40 changes: 20 additions & 20 deletions tokencost/model_prices.json
Original file line number Diff line number Diff line change
Expand Up @@ -13383,9 +13383,9 @@
"mode": "audio_speech"
},
"claude-opus-4-20250514": {
"max_tokens": 128000,
"max_tokens": 32000,
"max_input_tokens": 200000,
"max_output_tokens": 128000,
"max_output_tokens": 32000,
"input_cost_per_token": 1.5e-05,
"output_cost_per_token": 7.5e-05,
"search_context_cost_per_query": {
Expand All @@ -13409,9 +13409,9 @@
"supports_computer_use": true
},
"claude-sonnet-4-20250514": {
"max_tokens": 128000,
"max_tokens": 64000,
"max_input_tokens": 200000,
"max_output_tokens": 128000,
"max_output_tokens": 64000,
"input_cost_per_token": 3e-06,
"output_cost_per_token": 1.5e-05,
"search_context_cost_per_query": {
Expand Down Expand Up @@ -13685,9 +13685,9 @@
"source": "https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-pro-preview"
},
"vertex_ai/claude-opus-4@20250514": {
"max_tokens": 128000,
"max_tokens": 32000,
"max_input_tokens": 200000,
"max_output_tokens": 128000,
"max_output_tokens": 32000,
"input_cost_per_token": 1.5e-05,
"output_cost_per_token": 7.5e-05,
"search_context_cost_per_query": {
Expand All @@ -13711,9 +13711,9 @@
"supports_computer_use": true
},
"vertex_ai/claude-sonnet-4@20250514": {
"max_tokens": 128000,
"max_tokens": 64000,
"max_input_tokens": 200000,
"max_output_tokens": 128000,
"max_output_tokens": 64000,
"input_cost_per_token": 3e-06,
"output_cost_per_token": 1.5e-05,
"search_context_cost_per_query": {
Expand All @@ -13737,9 +13737,9 @@
"supports_computer_use": true
},
"anthropic.claude-opus-4-20250514-v1:0": {
"max_tokens": 128000,
"max_tokens": 32000,
"max_input_tokens": 200000,
"max_output_tokens": 128000,
"max_output_tokens": 32000,
"input_cost_per_token": 1.5e-05,
"output_cost_per_token": 7.5e-05,
"search_context_cost_per_query": {
Expand All @@ -13763,9 +13763,9 @@
"supports_computer_use": true
},
"anthropic.claude-sonnet-4-20250514-v1:0": {
"max_tokens": 128000,
"max_tokens": 64000,
"max_input_tokens": 200000,
"max_output_tokens": 128000,
"max_output_tokens": 64000,
"input_cost_per_token": 3e-06,
"output_cost_per_token": 1.5e-05,
"search_context_cost_per_query": {
Expand All @@ -13789,9 +13789,9 @@
"supports_computer_use": true
},
"us.anthropic.claude-opus-4-20250514-v1:0": {
"max_tokens": 128000,
"max_tokens": 32000,
"max_input_tokens": 200000,
"max_output_tokens": 128000,
"max_output_tokens": 32000,
"input_cost_per_token": 1.5e-05,
"output_cost_per_token": 7.5e-05,
"search_context_cost_per_query": {
Expand All @@ -13815,9 +13815,9 @@
"supports_computer_use": true
},
"us.anthropic.claude-sonnet-4-20250514-v1:0": {
"max_tokens": 128000,
"max_tokens": 64000,
"max_input_tokens": 200000,
"max_output_tokens": 128000,
"max_output_tokens": 64000,
"input_cost_per_token": 3e-06,
"output_cost_per_token": 1.5e-05,
"search_context_cost_per_query": {
Expand All @@ -13841,9 +13841,9 @@
"supports_computer_use": true
},
"eu.anthropic.claude-opus-4-20250514-v1:0": {
"max_tokens": 128000,
"max_tokens": 32000,
"max_input_tokens": 200000,
"max_output_tokens": 128000,
"max_output_tokens": 32000,
"input_cost_per_token": 1.5e-05,
"output_cost_per_token": 7.5e-05,
"search_context_cost_per_query": {
Expand All @@ -13867,9 +13867,9 @@
"supports_computer_use": true
},
"eu.anthropic.claude-sonnet-4-20250514-v1:0": {
"max_tokens": 128000,
"max_tokens": 64000,
"max_input_tokens": 200000,
"max_output_tokens": 128000,
"max_output_tokens": 64000,
"input_cost_per_token": 3e-06,
"output_cost_per_token": 1.5e-05,
"search_context_cost_per_query": {
Expand Down