export type GroqLLMModel = 'openai/gpt-oss-20b' | 'openai/gpt-oss-120b' | 'groq/compound' | 'groq/compound-mini' | 'llama-3.1-8b-instant' | 'llama-3.3-70b-versatile';