Created
April 16, 2025 08:45
-
-
Save morgan9e/0b6bc38cd6a1821f679d8ffec6d4a922 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"gpt-4o-mini": { | |
"prompt": 0.15, | |
"completion": 0.6, | |
"max": 131072 | |
}, | |
"gpt-4o": { | |
"prompt": 2.5, | |
"completion": 10, | |
"max": 131072 | |
}, | |
"gpt-4.1": { | |
"prompt": 2, | |
"completion": 8, | |
"max": 131072 | |
}, | |
"gpt-4.1-mini": { | |
"prompt": 0.4, | |
"completion": 1.6, | |
"max": 131072 | |
}, | |
"o1-mini": { | |
"reasoning": true, | |
"prompt": 1.1, | |
"completion": 4.4, | |
"max": 131072 | |
}, | |
"o1": { | |
"reasoning": true, | |
"prompt": 15, | |
"completion": 60, | |
"max": 200000 | |
}, | |
"o3-mini": { | |
"reasoning": true, | |
"prompt": 1.1, | |
"completion": 4.4, | |
"max": 200000 | |
}, | |
"claude-3-7-sonnet-20250219": { | |
"prompt": 3, | |
"completion": 15, | |
"max": 200000 | |
}, | |
"claude-3-5-sonnet-20241022": { | |
"prompt": 3.75, | |
"completion": 15, | |
"max": 200000 | |
}, | |
"claude-3-5-haiku-20241022": { | |
"prompt": 1, | |
"completion": 4, | |
"max": 200000 | |
}, | |
"deepseek-r1-distill-qwen-32b": { | |
"prompt": 0.69, | |
"completion": 0.69, | |
"max": 16384 | |
}, | |
"deepseek-r1-distill-llama-70b": { | |
"prompt": 3, | |
"completion": 3, | |
"max": 4096 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment