Quick setup
Open the kRouter dashboard at http://localhost:20128
Go to Providers → click Hyperbolic
Paste your API key, click Save
Test the connection
Use in your IDE
Point any OpenAI-compatible client at kRouter using your local API key.
# Endpoint
http://localhost:20128/v1
# API key (from Dashboard → API Keys)
sk-krouter-XXXX
# Model
hyp/<model-id>How Hyperbolic billing works with kRouter
Hyperbolic is pay-per-token. You bring your own API key and kRouter routes to it, so you keep your own rate limits and billing relationship. kRouter authenticates it via apikey. 8 models are routable as hyperbolic/<model>.
Through kRouter, Hyperbolic serves chat and code completion and text-to-speech, exposed on /v1/audio/speech. Requests reach it through the same local OpenAI-compatible endpoint as every other provider, so switching to or from Hyperbolic is a one-line model change in your client rather than a rewrite.
Hyperbolic models & pricing
Prices are USD per 1M tokens, cheapest first. kRouter bills nothing on top; this is the provider's own rate.
| Model | Route as | Input /1M | Output /1M |
|---|---|---|---|
| DeepSeek R1 | hyperbolic/deepseek-ai/DeepSeek-R1 | $0.14 | $0.28 |
| DeepSeek V3 | hyperbolic/deepseek-ai/DeepSeek-V3 | $0.14 | $0.28 |
| QwQ 32B | hyperbolic/Qwen/QwQ-32B | $0.50 | $2.00 |
| Qwen 2.5 72B | hyperbolic/Qwen/Qwen2.5-72B-Instruct | $0.50 | $2.00 |
| Qwen 2.5 Coder 32B | hyperbolic/Qwen/Qwen2.5-Coder-32B-Instruct | $1.00 | $4.00 |
| Llama 3.3 70B | hyperbolic/meta-llama/Llama-3.3-70B-Instruct | — | — |
| Llama 3.2 3B | hyperbolic/meta-llama/Llama-3.2-3B-Instruct | — | — |
| Hermes 3 70B | hyperbolic/NousResearch/Hermes-3-Llama-3.1-70B | — | — |
Hyperbolic links
Hyperbolic FAQ
Is Hyperbolic free through kRouter?
Hyperbolic is pay-per-token: you bring your own API key and are billed by Hyperbolic at their rates. kRouter adds nothing on top and is free and MIT-licensed.
How do I use Hyperbolic with Claude Code or Cursor?
Connect Hyperbolic in the kRouter dashboard, then point your tool at kRouter's local endpoint (http://localhost:20128/v1) with a kRouter API key. Any OpenAI-compatible client works, and models are addressed as hyperbolic/<model>.
Which Hyperbolic models can kRouter route to?
8 models, including QwQ 32B, DeepSeek R1, DeepSeek V3. Every one is addressed as hyperbolic/<model> from any client.
What happens when Hyperbolic is rate limited?
kRouter detects the limit, parks that account until its real reset time, and fails over to your next connected account or provider — so the request still completes instead of erroring.