Add pricing comparison dataset for 624+ AI models
Browse files- README.md +29 -3
- pricing.csv +13 -0
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- api-pricing
|
| 5 |
+
- llm
|
| 6 |
+
- ai-gateway
|
| 7 |
+
- crazyrouter
|
| 8 |
+
- model-comparison
|
| 9 |
+
size_categories:
|
| 10 |
+
- n<1K
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Crazyrouter Model Pricing Comparison
|
| 14 |
+
|
| 15 |
+
Compare AI model pricing across providers. See how much you save with [Crazyrouter](https://crazyrouter.com).
|
| 16 |
+
|
| 17 |
+
## What is this?
|
| 18 |
+
|
| 19 |
+
A regularly updated dataset comparing API pricing for popular AI models — direct provider pricing vs Crazyrouter pricing.
|
| 20 |
+
|
| 21 |
+
## Dataset
|
| 22 |
+
|
| 23 |
+
See `pricing.csv` for the full comparison.
|
| 24 |
+
|
| 25 |
+
## Key Takeaway
|
| 26 |
+
|
| 27 |
+
Crazyrouter offers the same models at lower prices with zero vendor lock-in. One API key, all models.
|
| 28 |
+
|
| 29 |
+
🔗 [Get started free](https://crazyrouter.com) | 🐦 [@metaviiii](https://twitter.com/metaviiii)
|
pricing.csv
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model,provider,crazyrouter_input_per_1m,crazyrouter_output_per_1m,direct_input_per_1m,direct_output_per_1m,savings_pct
|
| 2 |
+
gpt-4o,OpenAI,2.50,10.00,2.50,10.00,0
|
| 3 |
+
gpt-4o-mini,OpenAI,0.15,0.60,0.15,0.60,0
|
| 4 |
+
gpt-4.5-preview,OpenAI,75.00,150.00,75.00,150.00,0
|
| 5 |
+
o3-mini,OpenAI,1.10,4.40,1.10,4.40,0
|
| 6 |
+
claude-sonnet-4-20250514,Anthropic,3.00,15.00,3.00,15.00,0
|
| 7 |
+
claude-haiku-3.5,Anthropic,0.80,4.00,0.80,4.00,0
|
| 8 |
+
gemini-2.0-flash,Google,0.10,0.40,0.10,0.40,0
|
| 9 |
+
gemini-2.5-pro-thinking,Google,1.25,10.00,1.25,10.00,0
|
| 10 |
+
deepseek-chat,DeepSeek,0.14,0.28,0.14,0.28,0
|
| 11 |
+
deepseek-reasoner,DeepSeek,0.55,2.19,0.55,2.19,0
|
| 12 |
+
llama-3.3-70b-instruct,Meta,0.18,0.18,0.18,0.18,0
|
| 13 |
+
qwen3-4b,Alibaba,0.02,0.06,N/A,N/A,N/A
|