Provider Slug.
groq
Obiguard SDK Integration with Groq Models
Obiguard provides a consistent API to interact with models from various providers. To integrate Groq with Obiguard:1. Install the Obiguard SDK
Add the Obiguard SDK to your application to interact with Groq AI’s API through Obiguard’s gateway.2. Initialize Obiguard with the Virtual Key
To use Groq with Obiguard, get your API key from here, then add it to Obiguard to create the virtual key.3. Invoke Chat Completions with Groq
Use the Obiguard instance to send requests to Groq. You can also override the virtual key directly in the API call if needed.Groq Tool Calling
Tool calling feature lets models trigger external tools based on conversation context. You define available functions, the model chooses when to use them, and your application executes them and returns results. Obiguard supports Groq Tool Calling and makes it interoperable across multiple providers.Supported Groq Models with Tool Calling
Get Weather Tool
Groq Speech to Text (Whisper)
OpenAI’s Audio API converts speech to text using the Whisper model. It offers transcription in the original language and translation to English, supporting multiple file formats and languages with high accuracy.Python
Groq Text to Speech
Groq’s Text to Speech (TTS) API converts written text into natural-sounding audio using six distinct voices. It supports multiple languages, streaming capabilities, and various audio formats for different use cases.Python
Next Steps
The complete list of features supported in the SDK are available on the link below.Obiguard SDK Client
Learn more about the Obiguard SDK Client