API key
Use a GonkaGate API key for public API requests
Independent Gonka Network gateway
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
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
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/v1Use a GonkaGate API key for public API requests
Keep the familiar chat request body for supported endpoints
API users do not set up wallets or move tokens to send requests
Billable usage spends from your GonkaGate balance
Completed requests and USD costs are visible in the dashboard
Pricing separates Gonka Network cost from the GonkaGate platform fee
Use chat completions and model discovery today. Streaming, tools, and structured outputs use the same chat endpoint. Support depends on the selected model
Quickstart, reference, models, pricing, or API-key setup