Now Supporting DeepSeek-V4-Flash

AI Model Router
on the Gonka Network

New users get $20 credits

One API for All AI Models Developers first From $0.0012 per 1M tokens

Get API Keys

Why Choose GonkaRouter

Cost-Effective Pricing

Crypto-Native Payments

Global Access

Integration with Web3 Ecosystems

Featured Model: DeepSeek-V4-Flash

Optimized DeepSeek-V4-Flash: The speed-tuned V4 variant — low-latency general chat, summarisation, and code assistance with reliable tool calling on the Gonka pipeline.

262k Context Window
Function Calling Ready
Private VPC Deployment
inference.py
Live
# pip install openai
from openai import OpenAI

client = OpenAI(
    api_key="sk-xxxxxx",
    base_url="https://api.gonkarouter.io/v1",
)

response = client.chat.completions.create(
    model="deepseek-ai/DeepSeek-V4-Flash-0731",
    messages=[
        {"role": "user", "content": "Hello!"},
    ],
)

print(response.choices[0].message.content)
Get API Keys

Frequently Asked Questions

The most common integration notes from the GonkaRouter documentation, condensed for quick scanning before you open the full guide.