Unlimited use. Every open source LLM.

We recently launched LLMs, and you're one of a small group of teams we've invited to run every open source model on Runware with no credit cap and no token ceiling, free for 14 days. After that it rolls to pay-as-you-go. No subscription, nothing to cancel.

Open source models only. Offer ends June 30.

Your invite
14 days

Unlimited open source LLM inference. Every open source model. Zero cost.

Credit capNone
Token ceilingNone
SubscriptionNone
On day 15Pay-as-you-go
Why you're here

Open source models caught up where it matters for your app.

For chat, companions, tutoring, roleplay and summarisation, the output quality now matches the closed source models, but at a fraction of the price. Closed source still wins the hardest reasoning and agent orchestration. Your app doesn't need that.

What your app does need is a gross margin. When users chat all day against thin consumer pricing, inference is the line that decides whether the business works. The gap between closed list price and open source models on our hardware is 10 to 50x. This isn't a one-off discount, it's a structural pricing difference, and at consumer scale it's what separates an app that makes money from one that loses it on every conversation.

You already buy inference somewhere. We're asking you to point it at us for two weeks, at zero cost, and look at the numbers.

Up to 95%

Lower cost than the frontier closed model you'd otherwise run.

10 to 50x

The gap between closed list price and open source on our hardware.

14 days

Unlimited use of every open source model, at zero cost.

How much would you save?

What 5,000 conversations cost.

A typical session: 30 turns, about 2K input tokens per turn with context, 200 output tokens per turn. Here's the bill on DeepSeek-V4-Flash next to a GPT-class closed model at list price.

Conversations / month5,000
10025K50K75K100K

Session model: 30 turns, 2K input plus 200 output tokens per turn. Closed comparison uses GPT-class list pricing. Same conversation quality. The difference is the bill.

GPT-class closed
list price
$1,050
DeepSeek-V4-Flash
open source · on Runware
$50.4
You save 95%
$1,000
saved (21x less)
The catalogue

Every open source model, unlimited for 14 days.

Not a starter subset. The whole catalogue, including the expensive ones. Qwen by Alibaba, GLM by Z.ai, Kimi by Moonshot AI, plus DeepSeek, MiniMax and Gemma by Google.

ModelModel IDIn $/MOut $/MGood forOpen in playground
DeepSeek-V4-Flashdeepseek:v4@flash$0.14$0.28Cheapest high-volume workhorse, 1M context, tool usePlayground
MiniMax M2.5minimax:m2.5@0$0.27$0.95Cheap, strong general workhorsePlayground
MiniMax M2.7minimax:m2.7@0$0.30$1.20Higher-capability tierPlayground
MiniMax M2.7 Highspeedminimax:m2.7@highspeed$0.60$2.40Latency-tunedPlayground
Qwen3.5-27Balibaba:qwen3.5@27b$0.24$2.00262K context, multilingual workhorsePlayground
Qwen3.5-397Balibaba:qwen3.5@397b$0.50$3.20Long-context reasoning and memory, 262K to ~1MPlayground
Kimi K2.6moonshotai:kimi-k2.6$0.90$4.20Multimodal, agentsPlayground
GLM-4.7zai:[email protected]$0.40$1.75Strong generalistPlayground
GLM-5.1zai:[email protected]$1.40$4.40200K contextPlayground
Gemma 4 31Bgoogle:gemma@4-31b$0.12$0.37Small, cheap, multilingualPlayground

Prices shown are short-context rates. Long-context tiers vary by model.

Built for what you run

Pick your app. Start with these models.

Each saving is the monthly difference versus the frontier closed model you'd otherwise use, on the same session model as the calculator above.

Companion & character chat

The heaviest LLM use there is: long, multi-turn sessions where cost scales straight with engagement. Your model price, plus backup capacity for when a provider goes down, decides whether the core loop holds.

Recommended models
DeepSeek-V4-Flash
Cheapest workhorse at chat volume
Playground
MiniMax M2.5
Strong, cheap general workhorse
Playground
Qwen3.5-397B
Long context for character memory
Playground
Kimi K2.6
Multimodal characters and agents
Playground
You save
$1,320/mo less than Claude Sonnet 4.6 at 5,000 conversations a month

Chat assistants & consumer apps

You monetise generic chat, homework and productivity at consumer scale: millions of light but frequent sessions. Margin lives in the blended cost per query, and you're probably already routing across models.

Recommended models
DeepSeek-V4-Flash
Lowest blended cost per query
Playground
MiniMax M2.5
Cheap general-purpose fallback
Playground
Qwen3.5-27B
Multilingual, 262K context
Playground
You save
$2,340/mo less than GPT-5.5 at 5,000 conversations a month

Language tutors

Conversational practice at scale, where cost per conversation, voice and chat latency, and steady multilingual quality move retention and margin directly.

Recommended models
Qwen3.5-397B
Strongest multilingual quality
Playground
Gemma 4 31B
Small, cheap, multilingual
Playground
DeepSeek-V4-Flash
Low latency for voice loops
Playground
You save
$2,240/mo less than GPT-5.5 at 5,000 conversations a month

Wellness & coaching

Long, recurring sessions with higher safety and compliance stakes. Cost matters, but trust comes first: no training on your data, zero retention, GDPR.

Recommended models
DeepSeek-V4-Flash
Cheap across long, recurring sessions
Playground
MiniMax M2.5
Reliable conversational workhorse
Playground
You save
$2,220/mo less than Claude Opus 4.7 at 5,000 conversations a month
Switch in an afternoon

Your code already works here.

The endpoint is OpenAI-compatible. Your SDK, request shape and streaming format carry over unchanged. Reasoning models and SSE streaming work the way you expect. There's no rewrite hiding behind step 3.

1Point your base URL at api.runware.ai/v1
2Swap the API key
3Pick a model ID
openai sdk
from openai import OpenAI

client = OpenAI(
    api_key="your_runware_api_key",
    base_url="https://api.runware.ai/v1",
)

response = client.chat.completions.create(
    model="deepseek:v4@flash",
    messages=[{"role": "user", "content": "Hi"}],
    stream=True,
)
The hardware

Lowest cost because we built it, not because we discounted it.

Open source models on Runware run on hardware we designed ourselves: the Sonic Inference Engine, tuned end to end for throughput. We're not reselling someone else's capacity or routing your requests through a third provider, which is why the prices hold and the latency doesn't wander. p50 and p95 stay flat when your traffic doubles.

It also makes us a real backup. When your current provider has an outage, rate-limits you, or reprices, your core loop keeps running.

More about the Runware inference stack
Time to first token
p50, under load
< 100 ms
p95 latency
when traffic doubles
Flat
Uptime
last 90 days
99.99%

Benchmark figures pending final validation.

One account, one bill

Not just open source. Not just chat.

The same account also runs the latest frontier closed source LLMs at pass-through rates, plus image, video, audio and 3D through the native API. If your app generates avatars or scenes alongside chat, it's one integration and one invoice.

Frontier closed source LLMsClaude, GPT, Gemini and Grok at pass-through rates
Image, video, audio & 3Dgeneration through the native API
400,000+ modelsone searchable, filterable directory
After the 14 days

On day 15 your account rolls to standard pay-as-you-go open source rates. The prices in the table above, no markup, no subscription, no minimum. If the numbers didn't convince you, you walk away owing nothing.

FAQ

Yes. No credit cap, no token ceiling, for 14 days, on every open source model listed above.

Invite only · Ends June 30

Your 14 days start when you do.

Activate before June 30. Two weeks of unlimited open source inference, then pay-as-you-go if you stay.

--Days
--Hrs
--Mins
--Secs