From c214a9692069dff86f9a82d542c4e34fe5eabe42 Mon Sep 17 00:00:00 2001 From: Mark Risher <218038+mrisher@users.noreply.github.com> Date: Thu, 9 Oct 2025 15:25:03 +0200 Subject: [PATCH] Update index.ts for current groq models see model list at https://console.groq.com/docs/models or ``` curl -X GET "https://api.groq.com/openai/v1/models" \ -H "Authorization: Bearer $GROQ_API_KEY" \ -H "Content-Type: application/json" ``` --- packages/proxy/schema/index.ts | 41 +++++++++++++++------------------- 1 file changed, 18 insertions(+), 23 deletions(-) diff --git a/packages/proxy/schema/index.ts b/packages/proxy/schema/index.ts index 67d8dab6..19534baf 100644 --- a/packages/proxy/schema/index.ts +++ b/packages/proxy/schema/index.ts @@ -292,31 +292,26 @@ export const AvailableEndpointTypes: { [name: string]: ModelEndpointType[] } = { "open-mistral-nemo-2407": ["mistral"], mistral: ["ollama"], phi: ["ollama"], + "allam-2-7b": ["groq"], + "deepseek-r1-distill-llama-70b": ["groq"], + "groq/compound-mini": ["groq"], + "groq/compound": ["groq"], + "llama-3.1-8b-instant": ["groq"], + "llama-3.3-70b-versatile": ["groq"], "meta-llama/llama-4-maverick-17b-128e-instruct": ["groq"], "meta-llama/llama-4-scout-17b-16e-instruct": ["groq"], - "llama-3.3-70b-versatile": ["groq"], - "llama-3.1-8b-instant": ["groq"], - "llama-3.1-70b-versatile": ["groq"], - "llama-3.1-405b-reasoning": ["groq"], - "llama3-8b-8192": ["groq"], - "llama3-70b-8192": ["groq"], - "llama2-70b-4096": ["groq"], - "mistral-saba-24b": ["groq"], - "mixtral-8x7b-32768": ["groq"], - "gemma-7b-it": ["groq"], - "deepseek-r1-distill-llama-70b": ["groq", "cerebras"], - "gemma2-9b-it": ["groq"], - "llama-3.3-70b-specdec": ["groq"], - "llama-3.2-90b-vision-preview": ["groq"], - "llama-3.2-11b-vision-preview": ["groq"], - "llama-3.2-3b-preview": ["groq"], - "llama-3.2-1b-preview": ["groq"], - "llama-guard-3-8b": ["groq"], - "deepseek-r1-distill-llama-70b-specdec": ["groq"], - "deepseek-r1-distill-qwen-32b": ["groq"], - "qwen-2.5-32b": ["groq"], - "qwen-2.5-coder-32b": ["groq"], - "qwen-qwq-32b": ["groq"], + "meta-llama/llama-guard-4-12b": ["groq"], + "meta-llama/llama-prompt-guard-2-22m": ["groq"], + "meta-llama/llama-prompt-guard-2-86m": ["groq"], + "moonshotai/kimi-k2-instruct-0905": ["groq"], + "moonshotai/kimi-k2-instruct": ["groq"], + "openai/gpt-oss-120b": ["groq"], + "openai/gpt-oss-20b": ["groq"], + "playai-tts-arabic": ["groq"], + "playai-tts": ["groq"], + "qwen/qwen3-32b": ["groq"], + "whisper-large-v3-turbo": ["groq"], + "whisper-large-v3": ["groq"], "llama3-3-70b": ["lepton"], "llama3-2-3b": ["lepton"], "llama3-2-1b": ["lepton"],