Skip to content

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.

Editors & coding assistants

Frameworks & gateways

Command line

Chat UIs & workflows

The general pattern for any tool that supports a custom OpenAI endpoint:

  1. Find the setting for API key and enter your Gonka API key (gnk-prx-...)
  2. Find the setting for Base URL (sometimes called API base, endpoint, or host) and set it to https://proxy.gonkabroker.com/v1
  3. Select a model from the Supported Models list

If the tool uses environment variables:

Terminal window
OPENAI_API_KEY=gnk-prx-your-api-key
OPENAI_BASE_URL=https://proxy.gonkabroker.com/v1

Migrating an existing OpenAI app? See Migrating from OpenAI.