@substrat-run/model-providers 0.3.1 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,8 +9,15 @@
|
|
|
9
9
|
* prices in USD per 1M tokens, decimal strings. Tier selection is
|
|
10
10
|
* all-or-nothing by the request's total input tokens (DashScope/Anthropic
|
|
11
11
|
* threshold semantics — the whole request bills at the tier it lands in).
|
|
12
|
+
*
|
|
13
|
+
* The models we choose ourselves are one authored row each; a provider whose
|
|
14
|
+
* catalog a TENANT picks from is expanded whole, so a pick outside a curated
|
|
15
|
+
* few is priced rather than silently free. Cloudflare is here as its own
|
|
16
|
+
* Workers AI catalog (the @cf/... ids) - partner-served vendor/model ids are
|
|
17
|
+
* deliberately absent: the picker keeps them free text, and billing them is a
|
|
18
|
+
* decision rather than an omission.
|
|
12
19
|
*/
|
|
13
20
|
import type { ModelRate } from './pricing.js';
|
|
14
|
-
export declare const RATE_CARD_GENERATED_AT = "2026-
|
|
21
|
+
export declare const RATE_CARD_GENERATED_AT = "2026-09-01";
|
|
15
22
|
export declare const RATE_CARD: readonly ModelRate[];
|
|
16
23
|
//# sourceMappingURL=rate-card.generated.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rate-card.generated.d.ts","sourceRoot":"","sources":["../src/rate-card.generated.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"rate-card.generated.d.ts","sourceRoot":"","sources":["../src/rate-card.generated.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,eAAO,MAAM,sBAAsB,eAAe,CAAC;AAEnD,eAAO,MAAM,SAAS,EAAE,SAAS,SAAS,EA2kBzC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const RATE_CARD_GENERATED_AT = '2026-
|
|
1
|
+
export const RATE_CARD_GENERATED_AT = '2026-09-01';
|
|
2
2
|
export const RATE_CARD = [
|
|
3
3
|
{
|
|
4
4
|
"provider": "qwen",
|
|
@@ -54,7 +54,8 @@ export const RATE_CARD = [
|
|
|
54
54
|
],
|
|
55
55
|
"sources": [
|
|
56
56
|
"models.dev:anthropic/claude-sonnet-5",
|
|
57
|
-
"litellm:claude-sonnet-5"
|
|
57
|
+
"litellm:claude-sonnet-5",
|
|
58
|
+
"https://docs.anthropic.com/en/docs/about-claude/models/overview"
|
|
58
59
|
]
|
|
59
60
|
},
|
|
60
61
|
{
|
|
@@ -73,7 +74,516 @@ export const RATE_CARD = [
|
|
|
73
74
|
],
|
|
74
75
|
"sources": [
|
|
75
76
|
"models.dev:anthropic/claude-opus-5",
|
|
76
|
-
"litellm:claude-opus-5"
|
|
77
|
+
"litellm:claude-opus-5",
|
|
78
|
+
"https://docs.anthropic.com/en/docs/about-claude/models/overview"
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"provider": "cloudflare",
|
|
83
|
+
"idPrefix": "@cf/aisingapore/gemma-sea-lion-v4-27b-it",
|
|
84
|
+
"label": "Gemma Sea Lion V4 27B It",
|
|
85
|
+
"contextTokens": 128000,
|
|
86
|
+
"tiers": [
|
|
87
|
+
{
|
|
88
|
+
"upToInputTokens": null,
|
|
89
|
+
"inputPer1M": "0.351",
|
|
90
|
+
"outputPer1M": "0.555",
|
|
91
|
+
"cacheReadPer1M": null,
|
|
92
|
+
"cacheWritePer1M": null
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"sources": [
|
|
96
|
+
"models.dev:cloudflare-workers-ai/@cf/aisingapore/gemma-sea-lion-v4-27b-it",
|
|
97
|
+
"litellm:cloudflare/@cf/aisingapore/gemma-sea-lion-v4-27b-it"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"provider": "cloudflare",
|
|
102
|
+
"idPrefix": "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b",
|
|
103
|
+
"label": "Deepseek R1 Distill Qwen 32B",
|
|
104
|
+
"contextTokens": 80000,
|
|
105
|
+
"tiers": [
|
|
106
|
+
{
|
|
107
|
+
"upToInputTokens": null,
|
|
108
|
+
"inputPer1M": "0.497",
|
|
109
|
+
"outputPer1M": "4.881",
|
|
110
|
+
"cacheReadPer1M": null,
|
|
111
|
+
"cacheWritePer1M": null
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"sources": [
|
|
115
|
+
"models.dev:cloudflare-workers-ai/@cf/deepseek-ai/deepseek-r1-distill-qwen-32b",
|
|
116
|
+
"litellm:cloudflare/@cf/deepseek-ai/deepseek-r1-distill-qwen-32b"
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"provider": "cloudflare",
|
|
121
|
+
"idPrefix": "@cf/deepseek-ai/deepseek-v4-flash-0731",
|
|
122
|
+
"label": "DeepSeek V4 Flash 0731",
|
|
123
|
+
"contextTokens": 1310720,
|
|
124
|
+
"tiers": [
|
|
125
|
+
{
|
|
126
|
+
"upToInputTokens": null,
|
|
127
|
+
"inputPer1M": "0.44",
|
|
128
|
+
"outputPer1M": "1.32",
|
|
129
|
+
"cacheReadPer1M": "0.014",
|
|
130
|
+
"cacheWritePer1M": null
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"sources": [
|
|
134
|
+
"models.dev:cloudflare-workers-ai/@cf/deepseek-ai/deepseek-v4-flash-0731"
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"provider": "cloudflare",
|
|
139
|
+
"idPrefix": "@cf/deepseek-ai/deepseek-v4-pro-0813",
|
|
140
|
+
"label": "DeepSeek V4 Pro 0813",
|
|
141
|
+
"contextTokens": 1048576,
|
|
142
|
+
"tiers": [
|
|
143
|
+
{
|
|
144
|
+
"upToInputTokens": null,
|
|
145
|
+
"inputPer1M": "1.32",
|
|
146
|
+
"outputPer1M": "3.96",
|
|
147
|
+
"cacheReadPer1M": "0.044",
|
|
148
|
+
"cacheWritePer1M": null
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"sources": [
|
|
152
|
+
"models.dev:cloudflare-workers-ai/@cf/deepseek-ai/deepseek-v4-pro-0813"
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"provider": "cloudflare",
|
|
157
|
+
"idPrefix": "@cf/google/gemma-4-26b-a4b-it",
|
|
158
|
+
"label": "Gemma 4 26B A4B IT",
|
|
159
|
+
"contextTokens": 256000,
|
|
160
|
+
"tiers": [
|
|
161
|
+
{
|
|
162
|
+
"upToInputTokens": null,
|
|
163
|
+
"inputPer1M": "0.1",
|
|
164
|
+
"outputPer1M": "0.3",
|
|
165
|
+
"cacheReadPer1M": null,
|
|
166
|
+
"cacheWritePer1M": null
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"sources": [
|
|
170
|
+
"models.dev:cloudflare-workers-ai/@cf/google/gemma-4-26b-a4b-it",
|
|
171
|
+
"litellm:cloudflare/@cf/google/gemma-4-26b-a4b-it"
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"provider": "cloudflare",
|
|
176
|
+
"idPrefix": "@cf/ibm-granite/granite-4.0-h-micro",
|
|
177
|
+
"label": "Granite 4.0 H Micro",
|
|
178
|
+
"contextTokens": 131000,
|
|
179
|
+
"tiers": [
|
|
180
|
+
{
|
|
181
|
+
"upToInputTokens": null,
|
|
182
|
+
"inputPer1M": "0.017",
|
|
183
|
+
"outputPer1M": "0.112",
|
|
184
|
+
"cacheReadPer1M": null,
|
|
185
|
+
"cacheWritePer1M": null
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"sources": [
|
|
189
|
+
"models.dev:cloudflare-workers-ai/@cf/ibm-granite/granite-4.0-h-micro",
|
|
190
|
+
"litellm:cloudflare/@cf/ibm-granite/granite-4.0-h-micro"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"provider": "cloudflare",
|
|
195
|
+
"idPrefix": "@cf/meta/llama-3.1-8b-instruct-fp8",
|
|
196
|
+
"label": "Llama 3.1 8B Instruct fp8",
|
|
197
|
+
"contextTokens": 32000,
|
|
198
|
+
"tiers": [
|
|
199
|
+
{
|
|
200
|
+
"upToInputTokens": null,
|
|
201
|
+
"inputPer1M": "0.152",
|
|
202
|
+
"outputPer1M": "0.287",
|
|
203
|
+
"cacheReadPer1M": null,
|
|
204
|
+
"cacheWritePer1M": null
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"sources": [
|
|
208
|
+
"models.dev:cloudflare-workers-ai/@cf/meta/llama-3.1-8b-instruct-fp8",
|
|
209
|
+
"litellm:cloudflare/@cf/meta/llama-3.1-8b-instruct-fp8"
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"provider": "cloudflare",
|
|
214
|
+
"idPrefix": "@cf/meta/llama-3.2-11b-vision-instruct",
|
|
215
|
+
"label": "Llama 3.2 11B Vision Instruct",
|
|
216
|
+
"contextTokens": 128000,
|
|
217
|
+
"tiers": [
|
|
218
|
+
{
|
|
219
|
+
"upToInputTokens": null,
|
|
220
|
+
"inputPer1M": "0.0485",
|
|
221
|
+
"outputPer1M": "0.676",
|
|
222
|
+
"cacheReadPer1M": null,
|
|
223
|
+
"cacheWritePer1M": null
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"sources": [
|
|
227
|
+
"models.dev:cloudflare-workers-ai/@cf/meta/llama-3.2-11b-vision-instruct",
|
|
228
|
+
"litellm:cloudflare/@cf/meta/llama-3.2-11b-vision-instruct"
|
|
229
|
+
]
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"provider": "cloudflare",
|
|
233
|
+
"idPrefix": "@cf/meta/llama-3.2-1b-instruct",
|
|
234
|
+
"label": "Llama 3.2 1B Instruct",
|
|
235
|
+
"contextTokens": 60000,
|
|
236
|
+
"tiers": [
|
|
237
|
+
{
|
|
238
|
+
"upToInputTokens": null,
|
|
239
|
+
"inputPer1M": "0.027",
|
|
240
|
+
"outputPer1M": "0.201",
|
|
241
|
+
"cacheReadPer1M": null,
|
|
242
|
+
"cacheWritePer1M": null
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"sources": [
|
|
246
|
+
"models.dev:cloudflare-workers-ai/@cf/meta/llama-3.2-1b-instruct",
|
|
247
|
+
"litellm:cloudflare/@cf/meta/llama-3.2-1b-instruct"
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"provider": "cloudflare",
|
|
252
|
+
"idPrefix": "@cf/meta/llama-3.2-3b-instruct",
|
|
253
|
+
"label": "Llama 3.2 3B Instruct",
|
|
254
|
+
"contextTokens": 80000,
|
|
255
|
+
"tiers": [
|
|
256
|
+
{
|
|
257
|
+
"upToInputTokens": null,
|
|
258
|
+
"inputPer1M": "0.0509",
|
|
259
|
+
"outputPer1M": "0.335",
|
|
260
|
+
"cacheReadPer1M": null,
|
|
261
|
+
"cacheWritePer1M": null
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"sources": [
|
|
265
|
+
"models.dev:cloudflare-workers-ai/@cf/meta/llama-3.2-3b-instruct",
|
|
266
|
+
"litellm:cloudflare/@cf/meta/llama-3.2-3b-instruct"
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"provider": "cloudflare",
|
|
271
|
+
"idPrefix": "@cf/meta/llama-3.3-70b-instruct-fp8-fast",
|
|
272
|
+
"label": "Llama 3.3 70B Instruct fp8 Fast",
|
|
273
|
+
"contextTokens": 24000,
|
|
274
|
+
"tiers": [
|
|
275
|
+
{
|
|
276
|
+
"upToInputTokens": null,
|
|
277
|
+
"inputPer1M": "0.293",
|
|
278
|
+
"outputPer1M": "2.253",
|
|
279
|
+
"cacheReadPer1M": null,
|
|
280
|
+
"cacheWritePer1M": null
|
|
281
|
+
}
|
|
282
|
+
],
|
|
283
|
+
"sources": [
|
|
284
|
+
"models.dev:cloudflare-workers-ai/@cf/meta/llama-3.3-70b-instruct-fp8-fast",
|
|
285
|
+
"litellm:cloudflare/@cf/meta/llama-3.3-70b-instruct-fp8-fast"
|
|
286
|
+
]
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"provider": "cloudflare",
|
|
290
|
+
"idPrefix": "@cf/meta/llama-4-scout-17b-16e-instruct",
|
|
291
|
+
"label": "Llama 4 Scout 17B 16E Instruct",
|
|
292
|
+
"contextTokens": 131000,
|
|
293
|
+
"tiers": [
|
|
294
|
+
{
|
|
295
|
+
"upToInputTokens": null,
|
|
296
|
+
"inputPer1M": "0.27",
|
|
297
|
+
"outputPer1M": "0.85",
|
|
298
|
+
"cacheReadPer1M": null,
|
|
299
|
+
"cacheWritePer1M": null
|
|
300
|
+
}
|
|
301
|
+
],
|
|
302
|
+
"sources": [
|
|
303
|
+
"models.dev:cloudflare-workers-ai/@cf/meta/llama-4-scout-17b-16e-instruct",
|
|
304
|
+
"litellm:cloudflare/@cf/meta/llama-4-scout-17b-16e-instruct"
|
|
305
|
+
]
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"provider": "cloudflare",
|
|
309
|
+
"idPrefix": "@cf/meta/llama-guard-3-8b",
|
|
310
|
+
"label": "Llama Guard 3 8B",
|
|
311
|
+
"contextTokens": 131072,
|
|
312
|
+
"tiers": [
|
|
313
|
+
{
|
|
314
|
+
"upToInputTokens": null,
|
|
315
|
+
"inputPer1M": "0.484",
|
|
316
|
+
"outputPer1M": "0.03",
|
|
317
|
+
"cacheReadPer1M": null,
|
|
318
|
+
"cacheWritePer1M": null
|
|
319
|
+
}
|
|
320
|
+
],
|
|
321
|
+
"sources": [
|
|
322
|
+
"models.dev:cloudflare-workers-ai/@cf/meta/llama-guard-3-8b",
|
|
323
|
+
"litellm:cloudflare/@cf/meta/llama-guard-3-8b"
|
|
324
|
+
]
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"provider": "cloudflare",
|
|
328
|
+
"idPrefix": "@cf/mistralai/mistral-small-3.1-24b-instruct",
|
|
329
|
+
"label": "Mistral Small 3.1 24B Instruct",
|
|
330
|
+
"contextTokens": 128000,
|
|
331
|
+
"tiers": [
|
|
332
|
+
{
|
|
333
|
+
"upToInputTokens": null,
|
|
334
|
+
"inputPer1M": "0.351",
|
|
335
|
+
"outputPer1M": "0.555",
|
|
336
|
+
"cacheReadPer1M": null,
|
|
337
|
+
"cacheWritePer1M": null
|
|
338
|
+
}
|
|
339
|
+
],
|
|
340
|
+
"sources": [
|
|
341
|
+
"models.dev:cloudflare-workers-ai/@cf/mistralai/mistral-small-3.1-24b-instruct",
|
|
342
|
+
"litellm:cloudflare/@cf/mistralai/mistral-small-3.1-24b-instruct"
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"provider": "cloudflare",
|
|
347
|
+
"idPrefix": "@cf/moonshotai/kimi-k2.6",
|
|
348
|
+
"label": "Kimi K2.6",
|
|
349
|
+
"contextTokens": 262144,
|
|
350
|
+
"tiers": [
|
|
351
|
+
{
|
|
352
|
+
"upToInputTokens": null,
|
|
353
|
+
"inputPer1M": "0.95",
|
|
354
|
+
"outputPer1M": "4",
|
|
355
|
+
"cacheReadPer1M": "0.16",
|
|
356
|
+
"cacheWritePer1M": null
|
|
357
|
+
}
|
|
358
|
+
],
|
|
359
|
+
"sources": [
|
|
360
|
+
"models.dev:cloudflare-workers-ai/@cf/moonshotai/kimi-k2.6",
|
|
361
|
+
"litellm:cloudflare/@cf/moonshotai/kimi-k2.6"
|
|
362
|
+
]
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"provider": "cloudflare",
|
|
366
|
+
"idPrefix": "@cf/moonshotai/kimi-k2.7-code",
|
|
367
|
+
"label": "Kimi K2.7 Code",
|
|
368
|
+
"contextTokens": 262144,
|
|
369
|
+
"tiers": [
|
|
370
|
+
{
|
|
371
|
+
"upToInputTokens": null,
|
|
372
|
+
"inputPer1M": "0.95",
|
|
373
|
+
"outputPer1M": "4",
|
|
374
|
+
"cacheReadPer1M": "0.19",
|
|
375
|
+
"cacheWritePer1M": null
|
|
376
|
+
}
|
|
377
|
+
],
|
|
378
|
+
"sources": [
|
|
379
|
+
"models.dev:cloudflare-workers-ai/@cf/moonshotai/kimi-k2.7-code",
|
|
380
|
+
"litellm:cloudflare/@cf/moonshotai/kimi-k2.7-code"
|
|
381
|
+
]
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"provider": "cloudflare",
|
|
385
|
+
"idPrefix": "@cf/nvidia/nemotron-3-120b-a12b",
|
|
386
|
+
"label": "Nemotron 3 Super 120B",
|
|
387
|
+
"contextTokens": 256000,
|
|
388
|
+
"tiers": [
|
|
389
|
+
{
|
|
390
|
+
"upToInputTokens": null,
|
|
391
|
+
"inputPer1M": "0.5",
|
|
392
|
+
"outputPer1M": "1.5",
|
|
393
|
+
"cacheReadPer1M": null,
|
|
394
|
+
"cacheWritePer1M": null
|
|
395
|
+
}
|
|
396
|
+
],
|
|
397
|
+
"sources": [
|
|
398
|
+
"models.dev:cloudflare-workers-ai/@cf/nvidia/nemotron-3-120b-a12b",
|
|
399
|
+
"litellm:cloudflare/@cf/nvidia/nemotron-3-120b-a12b"
|
|
400
|
+
]
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"provider": "cloudflare",
|
|
404
|
+
"idPrefix": "@cf/openai/gpt-oss-120b",
|
|
405
|
+
"label": "GPT OSS 120B",
|
|
406
|
+
"contextTokens": 128000,
|
|
407
|
+
"tiers": [
|
|
408
|
+
{
|
|
409
|
+
"upToInputTokens": null,
|
|
410
|
+
"inputPer1M": "0.35",
|
|
411
|
+
"outputPer1M": "0.75",
|
|
412
|
+
"cacheReadPer1M": null,
|
|
413
|
+
"cacheWritePer1M": null
|
|
414
|
+
}
|
|
415
|
+
],
|
|
416
|
+
"sources": [
|
|
417
|
+
"models.dev:cloudflare-workers-ai/@cf/openai/gpt-oss-120b",
|
|
418
|
+
"litellm:cloudflare/@cf/openai/gpt-oss-120b"
|
|
419
|
+
]
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"provider": "cloudflare",
|
|
423
|
+
"idPrefix": "@cf/openai/gpt-oss-20b",
|
|
424
|
+
"label": "GPT OSS 20B",
|
|
425
|
+
"contextTokens": 128000,
|
|
426
|
+
"tiers": [
|
|
427
|
+
{
|
|
428
|
+
"upToInputTokens": null,
|
|
429
|
+
"inputPer1M": "0.2",
|
|
430
|
+
"outputPer1M": "0.3",
|
|
431
|
+
"cacheReadPer1M": null,
|
|
432
|
+
"cacheWritePer1M": null
|
|
433
|
+
}
|
|
434
|
+
],
|
|
435
|
+
"sources": [
|
|
436
|
+
"models.dev:cloudflare-workers-ai/@cf/openai/gpt-oss-20b",
|
|
437
|
+
"litellm:cloudflare/@cf/openai/gpt-oss-20b"
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"provider": "cloudflare",
|
|
442
|
+
"idPrefix": "@cf/qwen/qwen2.5-coder-32b-instruct",
|
|
443
|
+
"label": "Qwen2.5 Coder 32B Instruct",
|
|
444
|
+
"contextTokens": 32768,
|
|
445
|
+
"tiers": [
|
|
446
|
+
{
|
|
447
|
+
"upToInputTokens": null,
|
|
448
|
+
"inputPer1M": "0.66",
|
|
449
|
+
"outputPer1M": "1",
|
|
450
|
+
"cacheReadPer1M": null,
|
|
451
|
+
"cacheWritePer1M": null
|
|
452
|
+
}
|
|
453
|
+
],
|
|
454
|
+
"sources": [
|
|
455
|
+
"models.dev:cloudflare-workers-ai/@cf/qwen/qwen2.5-coder-32b-instruct",
|
|
456
|
+
"litellm:cloudflare/@cf/qwen/qwen2.5-coder-32b-instruct"
|
|
457
|
+
]
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"provider": "cloudflare",
|
|
461
|
+
"idPrefix": "@cf/qwen/qwen3-30b-a3b-fp8",
|
|
462
|
+
"label": "Qwen3 30B A3b fp8",
|
|
463
|
+
"contextTokens": 32768,
|
|
464
|
+
"tiers": [
|
|
465
|
+
{
|
|
466
|
+
"upToInputTokens": null,
|
|
467
|
+
"inputPer1M": "0.0509",
|
|
468
|
+
"outputPer1M": "0.335",
|
|
469
|
+
"cacheReadPer1M": null,
|
|
470
|
+
"cacheWritePer1M": null
|
|
471
|
+
}
|
|
472
|
+
],
|
|
473
|
+
"sources": [
|
|
474
|
+
"models.dev:cloudflare-workers-ai/@cf/qwen/qwen3-30b-a3b-fp8",
|
|
475
|
+
"litellm:cloudflare/@cf/qwen/qwen3-30b-a3b-fp8"
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"provider": "cloudflare",
|
|
480
|
+
"idPrefix": "@cf/qwen/qwen3.8-27b",
|
|
481
|
+
"label": "Qwen3.8 27B",
|
|
482
|
+
"contextTokens": 262144,
|
|
483
|
+
"tiers": [
|
|
484
|
+
{
|
|
485
|
+
"upToInputTokens": null,
|
|
486
|
+
"inputPer1M": "0.45",
|
|
487
|
+
"outputPer1M": "3.2",
|
|
488
|
+
"cacheReadPer1M": "0.05",
|
|
489
|
+
"cacheWritePer1M": null
|
|
490
|
+
}
|
|
491
|
+
],
|
|
492
|
+
"sources": [
|
|
493
|
+
"models.dev:cloudflare-workers-ai/@cf/qwen/qwen3.8-27b"
|
|
494
|
+
]
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"provider": "cloudflare",
|
|
498
|
+
"idPrefix": "@cf/qwen/qwq-32b",
|
|
499
|
+
"label": "Qwq 32B",
|
|
500
|
+
"contextTokens": 24000,
|
|
501
|
+
"tiers": [
|
|
502
|
+
{
|
|
503
|
+
"upToInputTokens": null,
|
|
504
|
+
"inputPer1M": "0.66",
|
|
505
|
+
"outputPer1M": "1",
|
|
506
|
+
"cacheReadPer1M": null,
|
|
507
|
+
"cacheWritePer1M": null
|
|
508
|
+
}
|
|
509
|
+
],
|
|
510
|
+
"sources": [
|
|
511
|
+
"models.dev:cloudflare-workers-ai/@cf/qwen/qwq-32b",
|
|
512
|
+
"litellm:cloudflare/@cf/qwen/qwq-32b"
|
|
513
|
+
]
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"provider": "cloudflare",
|
|
517
|
+
"idPrefix": "@cf/zai-org/glm-4.7-flash",
|
|
518
|
+
"label": "GLM-4.7-Flash",
|
|
519
|
+
"contextTokens": 131072,
|
|
520
|
+
"tiers": [
|
|
521
|
+
{
|
|
522
|
+
"upToInputTokens": null,
|
|
523
|
+
"inputPer1M": "0.0605",
|
|
524
|
+
"outputPer1M": "0.4",
|
|
525
|
+
"cacheReadPer1M": null,
|
|
526
|
+
"cacheWritePer1M": null
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"sources": [
|
|
530
|
+
"models.dev:cloudflare-workers-ai/@cf/zai-org/glm-4.7-flash",
|
|
531
|
+
"litellm:cloudflare/@cf/zai-org/glm-4.7-flash"
|
|
532
|
+
]
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"provider": "cloudflare",
|
|
536
|
+
"idPrefix": "@cf/zai-org/glm-5.2",
|
|
537
|
+
"label": "Glm 5.2",
|
|
538
|
+
"contextTokens": 262144,
|
|
539
|
+
"tiers": [
|
|
540
|
+
{
|
|
541
|
+
"upToInputTokens": null,
|
|
542
|
+
"inputPer1M": "1.4",
|
|
543
|
+
"outputPer1M": "4.4",
|
|
544
|
+
"cacheReadPer1M": "0.26",
|
|
545
|
+
"cacheWritePer1M": null
|
|
546
|
+
}
|
|
547
|
+
],
|
|
548
|
+
"sources": [
|
|
549
|
+
"models.dev:cloudflare-workers-ai/@cf/zai-org/glm-5.2",
|
|
550
|
+
"litellm:cloudflare/@cf/zai-org/glm-5.2"
|
|
551
|
+
]
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"provider": "cloudflare",
|
|
555
|
+
"idPrefix": "@cf/zai-org/glm-5.3",
|
|
556
|
+
"label": "Glm 5.3",
|
|
557
|
+
"contextTokens": 1310720,
|
|
558
|
+
"tiers": [
|
|
559
|
+
{
|
|
560
|
+
"upToInputTokens": null,
|
|
561
|
+
"inputPer1M": "1.4",
|
|
562
|
+
"outputPer1M": "4.4",
|
|
563
|
+
"cacheReadPer1M": "0.26",
|
|
564
|
+
"cacheWritePer1M": null
|
|
565
|
+
}
|
|
566
|
+
],
|
|
567
|
+
"sources": [
|
|
568
|
+
"models.dev:cloudflare-workers-ai/@cf/zai-org/glm-5.3"
|
|
569
|
+
]
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"provider": "cloudflare",
|
|
573
|
+
"idPrefix": "@cf/zai-org/glm-5.3-flash",
|
|
574
|
+
"label": "Glm 5.3 Flash",
|
|
575
|
+
"contextTokens": 1310720,
|
|
576
|
+
"tiers": [
|
|
577
|
+
{
|
|
578
|
+
"upToInputTokens": null,
|
|
579
|
+
"inputPer1M": "0.15",
|
|
580
|
+
"outputPer1M": "0.5",
|
|
581
|
+
"cacheReadPer1M": "0.03",
|
|
582
|
+
"cacheWritePer1M": null
|
|
583
|
+
}
|
|
584
|
+
],
|
|
585
|
+
"sources": [
|
|
586
|
+
"models.dev:cloudflare-workers-ai/@cf/zai-org/glm-5.3-flash"
|
|
77
587
|
]
|
|
78
588
|
}
|
|
79
589
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rate-card.generated.js","sourceRoot":"","sources":["../src/rate-card.generated.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"rate-card.generated.js","sourceRoot":"","sources":["../src/rate-card.generated.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@substrat-run/model-providers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "The model-provider seam: one `provider:model` grammar, a table of providers (Anthropic, OpenAI, Google, Mistral, Qwen, Cloudflare, Scaleway, Ollama, any OpenAI-compatible endpoint), the hosting disclosure per provider, the generated rate card and the list-price math over it. Cloudflare is one row, not the design (#1054).",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@ai-sdk/openai-compatible": "3.0.30",
|
|
26
26
|
"ai": "7.0.62",
|
|
27
|
-
"@substrat-run/contracts": "^0.
|
|
27
|
+
"@substrat-run/contracts": "^0.97.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"typescript": "^7.0.0",
|