{ "groq": { "baseUrl": "https://api.groq.com/openai/v1", "api": "openai-completions", "models": [ { "id": "llama-3.3-70b-versatile", "name": "Llama 3.3 70B Versatile", "reasoning": false, "input": ["text"], "contextWindow": 128000, "maxTokens": 8192 }, { "id": "llama-3.1-70b-versatile", "name": "Llama 3.1 70B Versatile", "reasoning": false, "input": ["text"], "contextWindow": 131072, "maxTokens": 8192 }, { "id": "llama-3.1-8b-instant", "name": "Llama 3.1 8B Instant", "reasoning": false, "input": ["text"], "contextWindow": 131072, "maxTokens": 8192 }, { "id": "mixtral-8x7b-32768", "name": "Mixtral 8x7B", "reasoning": false, "input": ["text"], "contextWindow": 32768, "maxTokens": 4096 }, { "id": "gemma2-9b-it", "name": "Gemma 2 9B", "reasoning": false, "input": ["text"], "contextWindow": 8192, "maxTokens": 8192 }, { "id": "deepseek-r1-distill-llama-70b", "name": "DeepSeek R1 Distill Llama 70B", "reasoning": true, "input": ["text"], "contextWindow": 131072, "maxTokens": 8192 } ] } }