Skip to content

Commit 09adc83

Browse files
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

30 files changed

+1382
-36
lines changed

bifrost/lib/clients/jawnTypes/public.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2853,7 +2853,7 @@ Json: JsonObject;
28532853
/** @enum {string} */
28542854
ModelProviderName: "anthropic" | "openai" | "bedrock" | "vertex" | "azure" | "perplexity" | "groq" | "deepseek" | "cohere" | "xai" | "google-ai-studio";
28552855
/** @enum {string} */
2856-
AuthorName: "anthropic" | "openai" | "perplexity" | "deepseek" | "cohere" | "xai" | "google" | "meta-llama" | "mistralai" | "amazon" | "microsoft" | "nvidia" | "qwen" | "moonshotai" | "passthrough";
2856+
AuthorName: "anthropic" | "openai" | "perplexity" | "deepseek" | "cohere" | "xai" | "google" | "meta-llama" | "mistralai" | "amazon" | "microsoft" | "nvidia" | "qwen" | "moonshotai" | "alibaba" | "passthrough";
28572857
/** @enum {string} */
28582858
StandardParameter: "max_tokens" | "temperature" | "top_p" | "top_k" | "stop" | "stream" | "frequency_penalty" | "presence_penalty" | "repetition_penalty" | "seed" | "tools" | "tool_choice" | "functions" | "function_call" | "reasoning" | "include_reasoning" | "thinking" | "response_format" | "json_mode" | "truncate" | "min_p" | "logit_bias" | "logprobs" | "top_logprobs" | "structured_outputs" | "verbosity";
28592859
ModelPricing: {

docs/swagger.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7752,6 +7752,7 @@
77527752
"nvidia",
77537753
"qwen",
77547754
"moonshotai",
7755+
"alibaba",
77557756
"passthrough"
77567757
]
77577758
},

0 commit comments

Comments
 (0)