AionLabs / aion-labs/aion-3.0-mini

AionLabs: Aion 3.0 Mini - access through LLMTR

Aion 3.0 Mini is the lower-cost option in the Aion 3 family. Its DeepSeek-family multi-model system is a fit for roleplay, story drafting, character replies, and long chat products that need stronger narrative structure while keeping spend controlled. It supports a 128K context window, 32K max output, and cache-read pricing.

Technical specifications

Canonical IDaion-labs/aion-3.0-mini
ProviderAionLabs
Context window131,072 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$0.700000
CHAT_COMPLETIONSCACHE_READPER_1M_TOKENS$0.180000
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$1.40

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"aion-labs/aion-3.0-mini","messages":[{"role":"user","content":"Hello"}]}'

Related models