Skip to main content

Independent Gonka Network gateway

Gonka AI API access via GonkaGate

OpenAI-compatible access to Gonka Network through GonkaGate. Use a GonkaGate API key, choose a model, and pay from a prepaid USD balance

Need the Gonka AI protocol docs? Open gonka.ai

request.sh
curl https://api.gonkagate.com/v1/chat/completions \
  -H "Authorization: Bearer gp-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "<model-id>",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Connect

Base URL. API key. Model

Point your client to the GonkaGate base URL, add your API key, and choose a model from the model list

Base URL

https://api.gonkagate.com/v1
Open Quickstart
Why GonkaGate
Gonka Network access, without the wallet path
GonkaGate adds API-key auth, USD balance, usage records, and a network cost plus platform fee breakdown around the normal request flow

API key

Use a GonkaGate API key for public API requests

OpenAI-compatible shape

Keep the familiar chat request body for supported endpoints

No wallet step

API users do not set up wallets or move tokens to send requests

Prepaid balance in USD

Billable usage spends from your GonkaGate balance

Usage records

Completed requests and USD costs are visible in the dashboard

Cost breakdown

Pricing separates Gonka Network cost from the GonkaGate platform fee

What the Gonka API covers now

Use chat completions and model discovery today. Streaming, tools, and structured outputs use the same chat endpoint. Support depends on the selected model

Available now

  • Chat completions
  • Model discovery
  • Streaming
  • Tool calling
  • Structured outputs

Not in this API yet

  • Images
  • Video
  • Audio
Open API Reference

Choose the next step

Quickstart, reference, models, pricing, or API-key setup