Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Optional: Configure the logging level | |
| GROQ_API_KEY | Yes | Your API key to authenticate requests to the Groq API. Obtain it at https://console.groq.com/keys |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| groq_text_completion | Generate text completions using Groq models with intelligent routing |
| groq_audio_transcription | Transcribe audio files using Groq Whisper models |
| groq_vision_analysis | Analyze images using Groq multimodal models |
| groq_batch_processing | Process large batches of requests with 25% discount |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |