All models run on Swedish servers
Power your agents.
Protect your privacy.
Swedish-hosted LLM API with qwen3.5:9b and qwen3.5:35b-a3b on dedicated GPU hardware. OpenAI-compatible. Half price your first month.
Terminal
$ curl https://api.staik.se/v1/chat/completions \
-H "Authorization: Bearer sk-st-..." \
-d '{"model":"qwen3.5:9b","messages":[...]}'
{
"choices": [{
"message": {
"content": "Hello! How can I help you?"
}
}]
}OpenAI-compatible
Drop-in API
2 models
9B + 35B MoE
GDPR-compliant
No third-party sharing
50% off
First month
Choose your plan
All plans include OpenAI-compatible API, Swedish hosting, and encrypted traffic.
Free
Early Adopter
qwen3.5:35b-a3b
Free
- 100 000 tokens/dag
- qwen3.5:35b-a3b (35B MoE)
- Gratis tills vidare
- OpenAI-kompatibelt API
- Data stannar i Sverige
Hobby
qwen3.5:9b
99 kr
49 kr/mån
first month- 50 000 tokens/dag
- qwen3.5:9b (9B parametrar)
- Max 3 parallella förfrågningar
- OpenAI-kompatibelt API
- Data stannar i Sverige
Recommended
Agent
qwen3.5:35b-a3b
499 kr
249 kr/mån
first month- 300 000 tokens/dag
- qwen3.5:35b-a3b (35B MoE)
- Optimerad för AI-agenter
- OpenAI-kompatibelt API
- Data stannar i Sverige
Three steps to your own LLM API
No complicated setup. Pay and start using immediately.
1
Choose a plan
Hobby with qwen3.5:9b for fast calls, or Agent with qwen3.5:35b-a3b for powerful agents.
2
Pay via Stripe
Secure payment. Your API key is generated and sent automatically.
3
Start using
Change base_url to api.staik.se — compatible with OpenAI SDK.