AI Models & Cost Levels

Every model on Hermes Haven belongs to a cost level from 0 to 5. The level determines how many Haven Credits (HC) your requests consume. Level 0 is free — it runs on our own GPUs. Levels 1-5 are premium models and cost HC per million weighted tokens.

You don't need to pick a level manually. Just choose a model and the system handles the rest. This page explains the full catalogue so you can make informed choices.

Model cost levels

Each level has a rate expressed in HC per million weighted tokens. Level 0 is free — models run on our own GPU infrastructure. Levels 1-5 are premium models, priced according to their computational cost.

Model cost levels and HC rates
Level Type HC range / 1M weighted tokens Models
L0Free — Infrastructure (own GPUs + subsidised cloud)01
L1Budget — cheapest premium models1 – 5005
L2Low-cost — small/efficient models501 – 2,00011
L3Mid-range — balanced quality and cost2,001 – 8,00020
L4Premium — high-end frontier models8,001 – 20,00010
L5Ultra — most expensive reasoning/pro models20,001+1

Weighted tokens explained

When you send a request, the platform doesn't count raw tokens. Instead it calculates weighted tokens to reflect the real compute cost of each token type:

weighted = uncached_input + (cached_input × 0.1) + (output × 5) + (reasoning × 5)
Weighted token multipliers
Token type Multiplier Why
Input (uncached)× 1Standard processing cost
Input (cached)× 0.1Reused from prior context — 10× cheaper
Output× 5Active generation requires more compute
Reasoning× 5Internal thinking tokens — same cost as output

Worked example

Practical calculation

Model: GLM-5.2 (Level 3, rate = 1,800 HC/1M)
Input: 1,000 uncached tokens
Output: 500 tokens
Reasoning: 0 tokens

weighted_tokens = 1,000 + 0 + (500 × 5) + 0 = 3,500
hc_charged = round(3,500 × 1,800 ÷ 1,000,000) = 6 HC

That's 6 HC for a typical request. With a Starter plan (1,500 HC/month) you could make roughly 250 similar requests. With a Plus plan (6,000 HC/month) that's ~1,000 requests.

Economy mode

When you run out of HC — whether you're on the free Trial or you've exhausted your monthly allowance — the platform automatically switches to economy mode. In this mode, only Level 0 (Free) models are available, at no cost. You keep working without interruption, just with the free model catalogue.

Level 0 includes Qwen 3.6 35B, running on our own GPU infrastructure. Enough for most everyday tasks.

Bring your own API keys

You can connect your own API keys for any compatible provider or any OpenAI-compatible endpoint. When you use your own keys, requests don't consume any HC — you pay the provider directly at their rates. This is ideal if you already have credits with a provider or want to use models not in our catalogue.

Learn more in How Credits Work.

Complete model catalogue

All models available on Hermes Haven, organised by cost level. HC rates shown per million weighted tokens. Non-LLM models (TTS, STT, image, video, embeddings) show per-unit pricing — see dashboard for details.

Complete model catalogue - 85 models
Model Level HC / 1M weighted tokens
Qwen 3.6 35B (A3B NVFP4)L00
Nemotron-3 Nano 30BL1420
Gemma 4 31B ITL1370
Gemini Flash Lite LatestL1315
Gemma 4 26B A4B ITL1314
GPT-OSS 20BL1292
Veo 3.1 FastSee dashboard
AQASee dashboard
Text Embedding 3 LargeSee dashboard
Text Embedding Ada-002See dashboard
Sora-2See dashboard
Lyria 3 Pro PreviewSee dashboard
GPT-Image-2See dashboard
Imagen 4.0 UltraSee dashboard
Gemini 3 Pro Image (Nano Banana Pro) PreviewSee dashboard
Gemini 3 Pro Image (Nano Banana Pro)See dashboard
Nano Banana Pro PreviewSee dashboard
Lyria 3 Clip PreviewSee dashboard
Gemini EmbeddingSee dashboard
Gemini Embedding 2See dashboard
Gemini Embedding 2 PreviewSee dashboard
Gemini 3.1 Flash Image (Nano Banana 2)See dashboard
Gemini 3.1 Flash Image Preview (Nano Banana 2)See dashboard
Imagen 4.0 StandardSee dashboard
Text Embedding 3 SmallSee dashboard
Gemini 3.1 Flash Lite Image (Nano Banana 2 Lite)See dashboard
Imagen 4.0 FastSee dashboard
MiniMax M2.5L21,860
Gemini 3.5 Flash LiteL21,575
Gemini 3.1 Flash LiteL21,575
Gemini 3.1 Flash TTS PreviewSee dashboard
GPT-5.4 NanoL21,050
Gemma 4 31BL2856
Nemotron-3 SuperL2834
GPT-OSS 120BL2720
DeepSeek V4 FlashL2720
Gemini 3 Flash PreviewL2630
Gemini Flash LatestL2630
Gemini Omni Flash PreviewL2630
Veo 3.1 StandardSee dashboard
Gemini 3.6 FlashL37,798
Gemini 3.5 FlashL37,798
Kimi K2.7 CodeL37,290
Whisper-1See dashboard
GPT-4o TranscribeSee dashboard
GPT-4o Transcribe DiarizeSee dashboard
GLM-5.1L36,456
Kimi K2.7 Code HighSpeedL36,298
Kimi K2.5L35,926
Kimi K2.6L35,696
Gemini Pro LatestL35,249
Gemini Robotics-ER 1.5 PreviewL35,249
Gemini Robotics-ER 1.6 PreviewL35,249
Claude Haiku 4.5-20251001L35,199
GPT-5.6 LunaL35,199
GLM-5.2L35,138
Qwen 3.5 397BL34,834
Nemotron-3 UltraL34,598
DeepSeek V4 ProL33,600
GPT-4o Mini TranscribeSee dashboard
Mistral Large 3 675BL33,200
GPT-5.4 MiniL33,149
MiniMax M3L32,468
MiniMax M2.7L32,100
Claude Opus 5L425,993
TTS-1See dashboard
TTS-1 1106See dashboard
Fish Audio S1See dashboard
Fish Audio S2-ProSee dashboard
Fish Audio S2.1-ProSee dashboard
Fish Audio Transcribe-1See dashboard
Fish Audio Voice Design-1See dashboard
Kimi K3L415,596
GPT-4o Mini TTSSee dashboard
Gemini 3.1 Pro PreviewL410,497
Gemini 3.1 Pro Preview (Custom Tools)L410,497
Gemini 3 Pro PreviewL410,497
Claude Sonnet 5L410,397
Antigravity Preview (05-2026)L48,398
Deep Research Max Preview (04-2026)L48,398
Deep Research Preview (04-2026)L48,398
Deep Research Pro Preview (12-2025)L48,398
Claude Fable 5L551,986
TTS-1 HDSee dashboard
TTS-1 HD 1106See dashboard

FAQ

What are weighted tokens?

Weighted tokens are a measure of actual compute cost. Input tokens count ×1, cached input ×0.1, output tokens ×5, and reasoning tokens ×5. This reflects the fact that generating text is more expensive than reading it, and that cached context is nearly free to reuse.

How much does a typical request cost?

A request with 1,000 input tokens and 500 output tokens using GLM-5.2 (Level 3) produces 3,500 weighted tokens, which costs 6 HC. With a Starter plan (1,500 HC/month), that's roughly 250 similar requests per month.

What happens when I run out of HC?

The platform switches to economy mode. Only Level 0 (Free) models are available, at no cost. You can keep working with the free model until your HC resets at the next billing cycle or you top up.

Are Level 0 models really free?

Yes. Level 0 models cost 0 HC per million weighted tokens. They run on our own GPU hardware and subsidised cloud capacity. They're available on every plan, including the free Trial, and remain available in economy mode when all credits are exhausted. The free model is Qwen 3.6 35B.

Can I use my own API keys?

Yes. You can bring your own API keys for any compatible provider or any OpenAI-compatible endpoint. Requests made with your own keys don't consume any HC — you pay the provider directly. This lets you use models outside our catalogue at provider rates.

How are HC rates calculated?

HC rates are set based on the computational cost of each model. For LLM models with separate input/output pricing, we use the weighted token formula: blended = (input + 5 × output) / 6, reflecting that output is 5× more expensive than input.

How do HC top-ups work?

You can buy HC top-up bundles at any time: €10 → 10,000 HC, €50 → 50,000 HC (10% bonus), €100 → 100,000 HC (15% bonus). Top-ups never expire. See Pricing for details.

What's the minimum charge per request?

The minimum charge is 1 HC. If a request's calculated cost is below 1 HC (e.g. a very short Level 1 request), it's rounded up to 1 HC. Level 0 requests always cost 0 HC regardless of size.

Why do some models show per-unit pricing instead of HC/M?

TTS (text-to-speech), STT (speech-to-text), image generation, video generation, music, and voice design models are priced per unit (per character, per minute, per image, per second, per request) rather than per million tokens. See dashboard for per-unit pricing details.

Ready to deploy your agent?

15-day free trial. No credit card. Qwen 3.6 35B included.