Commit 09adc83
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 e58c1ef commit 09adc83
File tree
30 files changed
+1382
-36
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/public
- web/lib/clients/jawnTypes
- worker
- src/lib/ai-gateway
- test
- ai-gateway
- providers
30 files changed
+1382
-36
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2853 | 2853 | | |
2854 | 2854 | | |
2855 | 2855 | | |
2856 | | - | |
| 2856 | + | |
2857 | 2857 | | |
2858 | 2858 | | |
2859 | 2859 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7752 | 7752 | | |
7753 | 7753 | | |
7754 | 7754 | | |
| 7755 | + | |
7755 | 7756 | | |
7756 | 7757 | | |
7757 | 7758 | | |
| |||
0 commit comments