Gonka API Pricing & Supported Models
Gonka Broker provides access to open-source large language models, billed in USD per 1M tokens with no subscription — you pay only for what you use.
Available models
Section titled “Available models”The current models and their live prices are returned by the public GET /v1/models endpoint — no login required. They’re also shown on the Prices tab when you sign in to your dashboard.
Pricing fluctuates based on GPU supply and demand. The prices shown in your dashboard reflect the current rates.
Sample models and pricing
Section titled “Sample models and pricing”Below are example models and rates to give you a sense of what’s available. These are approximate and subject to change.
| Model | Input (per 1M tokens) | Output (per 1M tokens) |
|---|---|---|
| MiniMaxAI/MiniMax-M2.7 | ~$0.30 | ~$0.30 |
| moonshotai/Kimi-K2.6 | ~$0.35 | ~$0.35 |
For the most current pricing, always check your dashboard.
Model naming
Section titled “Model naming”Use the full model identifier when making API requests. For example:
{ "model": "MiniMaxAI/MiniMax-M2.7"}{ "model": "moonshotai/Kimi-K2.6"}The exact model names are returned by GET /v1/models and shown on the Prices tab in your dashboard.