Chat Completions
Gabber's features can be utilized within OpenAI-Compatible /chat/completions
.
This makes it easy to add Gabber features to existing applications.
- Authentication
- Sending Audio Input
- Generating Audio Responses
- Using Gabber Memory Contexts
- Using Gabber Tool Calling
Gabber's API is fully OpenAI-compatible so you can use OpenAI SDKS.
When using an OpenAI-SDK set the baseUrl
to https://api.gabber.dev/v1
and set the model
field in your completion requests to a Gabber LLM Id.
In places where the OpenAI API falls short, a gabber
field is typically used. For full reference, see Chat Completions.