Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.elumenta.ru/llms.txt

Use this file to discover all available pages before exploring further.

What are Elumenta Tokens?

Elumenta tokens are internal credits used across all AI models. They abstract away the pricing complexity of different providers — you don’t need to track per-model costs separately.
Elumenta tokens are not the same as LLM context tokens. One Elumenta token is a fixed billing unit, not an individual model token.

Token Costs by Model

Text Models (12)

ModelTokens
gpt-5-nano1
claude-haiku-4.51
gemini-2.5-flash1
deepseek-v31
grok-4-fast1
gpt-52
deepseek-r11
gpt-5.24
claude-sonnet-4.54
gemini-3-pro3
claude-opus-4.56
gpt-5.2-pro39

Image Models (10)

SlugNameProviderTierTokens
photon-flashLuma Photon FlashLumaStarter1
dall-e-3DALL·E 3OpenAIStarter5–13
gpt-image-1.5GPT Image 1.5OpenAIBasic+1–21
flux-1.1-proFlux 1.1 ProReplicateBasic+4
flux-kontext-proFlux KontextReplicateBasic+3
sd-3.5-largeSD 3.5 LargeReplicateBasic+7
midjourneyMidJourneyMidJourneyBasic+2–35
recraft-v3Recraft V3ReplicateBasic+4
photonLuma PhotonLumaBasic+1–2
nano-banana-proNano Banana ProReplicateBasic+16–32

Video Models (7)

SlugNameProviderTierTokens
luma-ray2-flashLuma Ray2 FlashLumaStarter15–93
kling-v2.1Kling v2.1ReplicateBasic+26–94
minimax-videoMiniMax VideoReplicateBasic+88
luma-ray2Luma Ray2LumaBasic+42–180
midjourney-videoMidJourney VideoMidJourneyBasic+50–320
sora-2Sora 2OpenAIBasic+42–125
veo-3.1Veo 3.1ReplicateBasic+83–334

Music (2)

ModelTokens
musicgen9
elevenlabs-music58

TTS — Text to Speech (6)

ModelTokens
minimax-tts1
openai-tts3
openai-tts-hd6
gpt-4o-mini-tts3
elevenlabs-flash18
elevenlabs-v235

STT — Speech to Text (3)

ModelTokens
whisper2
gpt-4o-transcribe2
elevenlabs-scribe2

ElevenLabs Audio Tools (5)

ModelTokens
elevenlabs-sfx12
el-voice-changer15
el-voice-isolator12
el-dubbing60–600
el-dialogue15

Image & Video Tools (7)

All tools are on Starter tier — 1–3 tokens.
ModelTokens
upscale1
face-swap1
remove-bg1
style-transfer1
colorize1
inpaint3
text-ocr1

Subscription Plans

PlanMonthly TokensPrice
Starter50 (one-time)0 ₽
Basic300890 ₽/mo
Pro7001,690 ₽/mo
VIP1,5002,990 ₽/mo
Elite3,0004,990 ₽/mo

Token Packages (one-time)

PackageTokensPrice
Start50249 ₽
Light100449 ₽
Standard200799 ₽
Advanced5001,790 ₽
Pro Pack1,0003,290 ₽
Business2,0005,990 ₽
Premium5,00013,990 ₽
Ultra10,00024,990 ₽

Checking Your Balance

curl https://elumenta.ru/api/v2/balance \
  -H "Authorization: Bearer nb_YOUR_API_KEY"
{
  "token_balance": 283,
  "plan": "vip",
  "plan_expires_at": "2026-04-08T00:00:00Z"
}

Dynamic Pricing

For media models, cost depends on parameters (size, quality, duration). Check the exact cost upfront:
POST /api/v2/models/dall-e-3/calculate-price
{"params": {"size": "1792x1024", "quality": "hd"}, "count": 1}
{
  "token_cost": 13,
  "min_token_cost": 5,
  "max_token_cost": 13,
  "pricing_type": "matrix"
}
If a generation fails, tokens are not deducted.