-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprices.yaml
More file actions
256 lines (245 loc) · 5.74 KB
/
Copy pathprices.yaml
File metadata and controls
256 lines (245 loc) · 5.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
# Prices in USD per 1M tokens.
# Last verified: May 2026
providers:
openai:
name: OpenAI
url: https://openai.com/api/pricing
models:
gpt-5-4-nano:
name: GPT-5.4 Nano
input: 0.20
output: 1.25
context: 200000
efficiency_tier: budget
gpt-5-4-mini:
name: GPT-5.4 Mini
input: 0.75
output: 4.50
context: 400000
efficiency_tier: standard
gpt-5:
name: GPT-5
input: 1.25
output: 10.00
context: 400000
efficiency_tier: standard
o4-mini:
name: o4 Mini
input: 1.10
output: 4.40
context: 200000
efficiency_tier: advanced
gpt-5-4:
name: GPT-5.4
input: 2.50
output: 15.00
context: 1050000
efficiency_tier: advanced
gpt-5-5:
name: GPT-5.5
input: 5.00
output: 30.00
context: 1000000
efficiency_tier: flagship
o3:
name: o3
input: 10.00
output: 40.00
context: 200000
efficiency_tier: flagship
gpt-5-4-pro:
name: GPT-5.4 Pro
input: 30.00
output: 180.00
context: 400000
efficiency_tier: flagship
gpt-5-5-pro:
name: GPT-5.5 Pro
input: 30.00
output: 180.00
context: 1000000
efficiency_tier: flagship
anthropic:
name: Anthropic
url: https://www.anthropic.com/pricing
models:
claude-haiku-4-5:
name: Claude Haiku 4.5
input: 1.00
output: 5.00
context: 200000
efficiency_tier: standard
claude-sonnet-4-6:
name: Claude Sonnet 4.6
input: 3.00
output: 15.00
context: 1000000
efficiency_tier: advanced
claude-opus-4-6:
name: Claude Opus 4.6
input: 5.00
output: 25.00
context: 1000000
efficiency_tier: flagship
claude-opus-4-7:
name: Claude Opus 4.7
input: 5.00
output: 25.00
context: 1000000
efficiency_tier: flagship
google:
name: Google
url: https://ai.google.dev/gemini-api/docs/pricing
models:
gemini-2-5-flash-lite:
name: Gemini 2.5 Flash-Lite
input: 0.10
output: 0.40
context: 1000000
efficiency_tier: budget
gemini-3-flash:
name: Gemini 3 Flash
input: 0.50
output: 3.00
context: 1000000
efficiency_tier: standard
gemini-2-5-flash:
name: Gemini 2.5 Flash
input: 0.30
output: 2.50
context: 1000000
efficiency_tier: standard
gemini-2-5-pro:
name: Gemini 2.5 Pro
input: 1.25
output: 10.00
context: 1000000
efficiency_tier: advanced
gemini-3-1-pro:
name: Gemini 3.1 Pro
input: 2.00
output: 12.00
context: 1000000
efficiency_tier: advanced
mistral:
name: Mistral AI
url: https://mistral.ai/technology
models:
mistral-small-3-2:
name: Mistral Small 3.2
input: 0.06
output: 0.18
context: 131072
efficiency_tier: budget
mistral-large-3:
name: Mistral Large 3
input: 0.50
output: 1.50
context: 256000
efficiency_tier: standard
mistral-medium-3-5:
name: Mistral Medium 3.5
input: 1.00
output: 3.00
context: 256000
efficiency_tier: standard
deepseek:
name: DeepSeek
url: https://api-docs.deepseek.com/quick_start/pricing
models:
deepseek-v4-flash:
name: DeepSeek V4 Flash
input: 0.14
output: 0.28
context: 1000000
efficiency_tier: budget
deepseek-v4-pro:
name: DeepSeek V4 Pro
input: 1.74
output: 3.48
context: 1000000
efficiency_tier: standard
deepseek-r1:
name: DeepSeek R1
input: 0.55
output: 2.19
context: 1000000
efficiency_tier: advanced
xai:
name: xAI
url: https://x.ai/api
models:
grok-4-1-fast:
name: Grok 4.1 Fast
input: 0.20
output: 0.50
context: 2000000
efficiency_tier: budget
grok-4:
name: Grok 4
input: 3.00
output: 15.00
context: 2000000
efficiency_tier: advanced
meta:
name: Meta (via Groq)
url: https://groq.com/pricing
models:
llama-4-maverick:
name: Llama 4 Maverick
input: 0.27
output: 0.85
context: 1000000
efficiency_tier: budget
llama-3-3-70b:
name: Llama 3.3 70B
input: 0.59
output: 0.79
context: 128000
efficiency_tier: budget
cohere:
name: Cohere
url: https://cohere.com/pricing
models:
command-r7b:
name: Command R7B
input: 0.04
output: 0.15
context: 128000
efficiency_tier: budget
command-r-plus:
name: Command R+
input: 3.00
output: 15.00
context: 128000
efficiency_tier: standard
zai:
name: Z.AI
url: https://docs.z.ai/guides/overview/pricing
models:
glm-5-1:
name: GLM-5.1
input: 1.40
output: 4.40
context: 200000
efficiency_tier: standard
kimi:
name: Kimi
url: https://platform.kimi.ai/docs/pricing/chat-k26
models:
kimi-k2-6:
name: Kimi K2.6
input: 0.95
output: 4.00
context: 262144
efficiency_tier: standard
minimax:
name: MiniMax
url: https://platform.minimax.io/docs/guides/pricing-paygo
models:
minimax-m2-7:
name: MiniMax M2.7
input: 0.30
output: 1.20
context: 196608
efficiency_tier: budget