Third-Party Tools
Gonka Broker API keys are fully OpenAI-compatible, so they work with any tool or framework that supports the OpenAI API. Pick your tool below for a step-by-step guide, or follow the general pattern.
Step-by-step guides
Section titled “Step-by-step guides”Editors & coding assistants
Frameworks & gateways
Command line
Chat UIs & workflows
Any OpenAI-compatible tool
Section titled “Any OpenAI-compatible tool”The general pattern for any tool that supports a custom OpenAI endpoint:
- Find the setting for API key and enter your Gonka API key (
gnk-prx-...) - Find the setting for Base URL (sometimes called API base, endpoint, or host) and set it to
https://proxy.gonkabroker.com/v1 - Select a model from the Supported Models list
If the tool uses environment variables:
OPENAI_API_KEY=gnk-prx-your-api-keyOPENAI_BASE_URL=https://proxy.gonkabroker.com/v1Migrating an existing OpenAI app? See Migrating from OpenAI.