90 lines
No EOL
2.3 KiB
JSON
90 lines
No EOL
2.3 KiB
JSON
{
|
|
"last_updated": "2024-12-23",
|
|
"currency": "USD",
|
|
"note": "Prices are per 1 million tokens. Update this file when pricing changes.",
|
|
"sources": {
|
|
"openai": "https://openai.com/pricing",
|
|
"anthropic": "https://anthropic.com/pricing",
|
|
"google": "https://cloud.google.com/vertex-ai/generative-ai/pricing"
|
|
},
|
|
"models": {
|
|
"gpt-4": {
|
|
"provider": "openai",
|
|
"input": 30.0,
|
|
"output": 60.0,
|
|
"context_window": 8192,
|
|
"description": "Most capable GPT-4 model"
|
|
},
|
|
"gpt-4-turbo": {
|
|
"provider": "openai",
|
|
"input": 10.0,
|
|
"output": 30.0,
|
|
"context_window": 128000,
|
|
"description": "GPT-4 Turbo with 128K context"
|
|
},
|
|
"gpt-4o": {
|
|
"provider": "openai",
|
|
"input": 2.5,
|
|
"output": 10.0,
|
|
"context_window": 128000,
|
|
"description": "GPT-4o - fast and affordable"
|
|
},
|
|
"gpt-4o-mini": {
|
|
"provider": "openai",
|
|
"input": 0.15,
|
|
"output": 0.6,
|
|
"context_window": 128000,
|
|
"description": "GPT-4o Mini - most affordable"
|
|
},
|
|
"gpt-3.5-turbo": {
|
|
"provider": "openai",
|
|
"input": 0.5,
|
|
"output": 1.5,
|
|
"context_window": 16385,
|
|
"description": "Fast and economical"
|
|
},
|
|
"claude-3-opus": {
|
|
"provider": "anthropic",
|
|
"input": 15.0,
|
|
"output": 75.0,
|
|
"context_window": 200000,
|
|
"description": "Most powerful Claude model"
|
|
},
|
|
"claude-3-sonnet": {
|
|
"provider": "anthropic",
|
|
"input": 3.0,
|
|
"output": 15.0,
|
|
"context_window": 200000,
|
|
"description": "Balanced performance and cost"
|
|
},
|
|
"claude-3.5-sonnet": {
|
|
"provider": "anthropic",
|
|
"input": 3.0,
|
|
"output": 15.0,
|
|
"context_window": 200000,
|
|
"description": "Latest Sonnet with improved capabilities"
|
|
},
|
|
"claude-3-haiku": {
|
|
"provider": "anthropic",
|
|
"input": 0.25,
|
|
"output": 1.25,
|
|
"context_window": 200000,
|
|
"description": "Fastest and most affordable Claude"
|
|
},
|
|
"gemini-pro": {
|
|
"provider": "google",
|
|
"input": 0.5,
|
|
"output": 1.5,
|
|
"context_window": 32000,
|
|
"description": "Google's Gemini Pro model"
|
|
},
|
|
"gemini-ultra": {
|
|
"provider": "google",
|
|
"input": 7.0,
|
|
"output": 21.0,
|
|
"context_window": 32000,
|
|
"description": "Google's most capable model"
|
|
}
|
|
},
|
|
"user_overrides": {}
|
|
} |