LLMTR / llmtr/space-bunny

Space Bunny - access through LLMTR

An experimental model whose identity is not disclosed, offered free for a limited time; it is not hosted in Turkey. It provides a 131,072-token context, returns at most 32,768 tokens per response and accepts text only. Tool calling and JSON object mode work; schema-enforced output is not supported. It reasons before every answer and the reasoning counts toward the output limit, so do not set max_tokens low. The free period ends at the end of 30 September 2026.

Technical specifications

Canonical IDllmtr/space-bunny
ProviderLLMTR
Context window131,072 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENSNot available
CHAT_COMPLETIONSCACHE_READPER_1M_TOKENSNot available
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENSNot available

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":"llmtr/space-bunny","messages":[{"role":"user","content":"Hello"}]}'

Related models