Cline integration

Use Gonka24 with Cline

Configure Cline's OpenAI Compatible provider for Gonka24 with exact base URL, API key, model, and capability settings.

Configuration verified August 31, 2026

Connection details

Every example on this page uses the same Gonka24 OpenAI-compatible endpoint, a dashboard API key, and a live model ID.

Base URL
https://api.gonka24.com/v1
Authentication
Bearer sk-...
Model
GET /v1/models

Use a live model ID.

The catalog changes. Call GET /v1/models with your API key and copy an id from the response instead of relying on a model name in a guide.

bash
curl https://api.gonka24.com/v1/models \
  -H "Authorization: Bearer $GONKA24_API_KEY"

Ready-to-use config

Cline provider settings

Select OpenAI Compatible, not the built-in OpenAI provider. Keep advanced context and token limits at their defaults for the first request.
text
API Provider: OpenAI Compatible
Base URL: https://api.gonka24.com/v1
API Key: sk-...
Model ID: <model-id-from-/v1/models>

Set up Cline

  1. Open Cline, click the settings icon, and choose OpenAI Compatible as the API provider.
  2. Enter the Gonka24 base URL, API key, and a live model ID.
  3. Click Verify, then start with a short Plan-mode request before allowing workspace changes.
  4. If you enable tool use, validate one read-only action before enabling auto-approval.

What is supported

Supported

OpenAI Compatible provider

Cline exposes the required base URL, API key, and model ID fields.
Supported

Streaming chat

Gonka24 returns OpenAI-compatible Server-Sent Events for streaming requests.
Supported

Tool calls

OpenAI-style tool calls are supported when the selected Gonka24 model and route support them; Cline executes approved workspace actions.
Not included

Automatic capability detection

Custom model metadata can be incomplete. Image input, context length, and token limits must not be assumed from the model name.

Verify before an agent task

  1. Fetch the model list and copy an exact model ID.
  2. Send a short plain chat request through Cline.
  3. Confirm the request appears in your Gonka24 dashboard activity.
  4. Only then enable tool use, file writes, or long-running agent work.

Troubleshooting

Invalid API key: Use a Gonka24 dashboard key and make sure Cline is not still configured for Azure Identity authentication.
Model not found: Use an exact ID from GET /v1/models; display names and provider names are not interchangeable.
404 from the endpoint: Set the base URL to https://api.gonka24.com/v1. Do not include /chat/completions because Cline appends it.
Agent does not call tools: Test the model with a simple tool schema and select another live model if the current route does not produce tool calls.

Verification sources

Checked against the product documentation below and the Gonka24 public API contract on August 31, 2026.