100% free. No credit card needed.

Free LLM API for
every open source model

One endpoint. 19 models. Zero cost. Get an API key and start building with Llama, Qwen, Gemini, GPT-OSS, and more — in seconds.

No credit card required. Start building in seconds.

~100ms response time
OpenAI-compatible
Works with any agent/SDK

Drop-in compatible

Uses OpenAI format. Change your base URL and API key — your existing code works instantly. No SDK to install, no migration needed.

from openai import OpenAI

client = OpenAI(
    base_url="https://kymaapi.com/v1",
    api_key="YOUR_KYMA_KEY"
)

response = client.chat.completions.create(
    model="llama-3.3-70b",
    messages=[{"role": "user", "content": "Hello!"}]
)

print(response.choices[0].message.content)

19 free models, one endpoint

Qwen 3.6, Llama 4, Gemma 4, GPT-OSS, Kimi K2, Step 3.5 — all the hottest models. Verified working. Updated weekly.

⭐ Recommended

Best models for most use cases

Llama 3.3 70B128K
Popular
Qwen 3.6 Plus128K
🔥 #2 Trending
Qwen 3 32B32K
Code
Gemma 4 31B128K
Multimodal
Qwen 3 235B32K
Largest

🔥 Trending

Hot new models everyone's using

Qwen 3 Coder128K
Code
Step 3.5 Flash128K
#4 Trending
GLM 4.5 Air128K
Reasoning
Kimi K2128K
Agentic
GPT-OSS 120B128K
OpenAI

⚡ Fast & Long Context

Speed or massive context windows

Llama 4 Scout512K
512K!
Gemini 2.5 Flash Lite1M
1M ctx
Gemini 3 Flash1M
1M ctx
Llama 3.1 8B8K
Fastest
Gemma 4 26B MoE128K
Efficient
All models 100% free. From 4 providers.

Up and running in minutes

Kyma is designed to get out of your way. Replace your API endpoint and you're done.

Step 01

Get your API key

Sign up and receive your Kyma API key instantly. No credit card required to start.

Step 02

Replace your endpoint

Point your existing code to api.kyma.dev. Works with any OpenAI-compatible SDK or library.

Step 03

Switch models freely

Change the model parameter to any supported model. No code changes, no new SDKs.

Step 04

Ship with confidence

Built-in fallbacks, rate limiting, and caching. Monitor usage in real-time from your dashboard.

Free. Really.

No pricing tiers to compare. Every model, every feature — free. We'll add paid tiers for premium models later.

Free

$0/forever

Everything you need to build with open source LLMs.

  • All open source models
  • OpenAI-compatible endpoint
  • Streaming support
  • API key management
  • Usage dashboard
  • No rate limiting*
  • Fallback routing
  • Community support

*Subject to provider rate limits. No Kyma-imposed limits.

How Kyma compares

KymaOpenRouter
PriceFree$0.001+/token
Models19 open source200+
Credit cardNeverRequired
OpenAI compatibleYesYes
Setup time30 seconds5 minutes