Commit e09510c
committed
feat: Enable groq support for PTB
this commit enables support for standard model usage in groq (ie, chat
completions, and models with industry standard token usage pricing rates).
future work will be undertaken to add PTB support for the following model
types on groq:
- STT
- tool use (GPT-OSS and groq compound models only)1 parent 80ebad6 commit e09510c
File tree
32 files changed
+1596
-41
lines changed- bifrost/lib/clients/jawnTypes
- docs
- packages
- __tests__/cost/__snapshots__
- cost/models
- authors
- alibaba
- qwen
- deepseek
- r1
- google
- gemma
- meta
- llama
- moonshotai
- kimi-k2
- valhalla/jawn/src/tsoa-build
- private
- public
- web/lib/clients/jawnTypes
- worker
- src/lib/ai-gateway
- test
- ai-gateway
- providers
32 files changed
+1596
-41
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
417 | 421 | | |
418 | 422 | | |
419 | 423 | | |
| |||
2756 | 2760 | | |
2757 | 2761 | | |
2758 | 2762 | | |
2759 | | - | |
| 2763 | + | |
2760 | 2764 | | |
2761 | 2765 | | |
2762 | 2766 | | |
| |||
6348 | 6352 | | |
6349 | 6353 | | |
6350 | 6354 | | |
| 6355 | + | |
| 6356 | + | |
| 6357 | + | |
| 6358 | + | |
6351 | 6359 | | |
6352 | 6360 | | |
6353 | | - | |
| 6361 | + | |
6354 | 6362 | | |
6355 | 6363 | | |
6356 | 6364 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7578 | 7578 | | |
7579 | 7579 | | |
7580 | 7580 | | |
| 7581 | + | |
7581 | 7582 | | |
7582 | 7583 | | |
7583 | 7584 | | |
| |||
18221 | 18222 | | |
18222 | 18223 | | |
18223 | 18224 | | |
18224 | | - | |
| 18225 | + | |
18225 | 18226 | | |
18226 | 18227 | | |
18227 | 18228 | | |
18228 | 18229 | | |
| 18230 | + | |
| 18231 | + | |
| 18232 | + | |
| 18233 | + | |
| 18234 | + | |
| 18235 | + | |
| 18236 | + | |
| 18237 | + | |
| 18238 | + | |
| 18239 | + | |
| 18240 | + | |
| 18241 | + | |
| 18242 | + | |
| 18243 | + | |
| 18244 | + | |
| 18245 | + | |
| 18246 | + | |
| 18247 | + | |
| 18248 | + | |
| 18249 | + | |
| 18250 | + | |
| 18251 | + | |
| 18252 | + | |
| 18253 | + | |
| 18254 | + | |
| 18255 | + | |
| 18256 | + | |
| 18257 | + | |
| 18258 | + | |
| 18259 | + | |
| 18260 | + | |
| 18261 | + | |
| 18262 | + | |
| 18263 | + | |
| 18264 | + | |
| 18265 | + | |
| 18266 | + | |
| 18267 | + | |
| 18268 | + | |
| 18269 | + | |
| 18270 | + | |
| 18271 | + | |
| 18272 | + | |
| 18273 | + | |
| 18274 | + | |
| 18275 | + | |
| 18276 | + | |
| 18277 | + | |
| 18278 | + | |
| 18279 | + | |
| 18280 | + | |
| 18281 | + | |
| 18282 | + | |
| 18283 | + | |
| 18284 | + | |
| 18285 | + | |
| 18286 | + | |
| 18287 | + | |
| 18288 | + | |
| 18289 | + | |
| 18290 | + | |
| 18291 | + | |
| 18292 | + | |
| 18293 | + | |
| 18294 | + | |
| 18295 | + | |
| 18296 | + | |
| 18297 | + | |
| 18298 | + | |
| 18299 | + | |
| 18300 | + | |
| 18301 | + | |
| 18302 | + | |
| 18303 | + | |
| 18304 | + | |
18229 | 18305 | | |
18230 | 18306 | | |
18231 | 18307 | | |
18232 | 18308 | | |
18233 | 18309 | | |
| 18310 | + | |
| 18311 | + | |
18234 | 18312 | | |
18235 | 18313 | | |
18236 | 18314 | | |
| |||
0 commit comments