Stealth · Model
Space Bunny API
NewSpace Bunny answers at api.apmix.ai under the id below — one key and one monthly plan, on the OpenAI and Anthropic wire formats your tools already speak. No separate Stealth account, no per-provider bill.
Model id
stealth/space-bunnyStarterProMaxAt a glance
- Provider
- Stealth
- Included in
- Starter, Pro, Max — from $4.99/month
- Weighted-token cost
- 0.001× — a 1,000-token exchange costs 1 weighted tokens
- Context window
- 1M tokens
- Reasoning
- Yes — thinks before it answers
- Free tier
- Paid plans only — the free models are the place to start
Call Space Bunny
Set the model to space-bunny in any OpenAI- or Anthropic-compatible client. Both base URLs accept the same apmix key.
OpenAI-compatible · Chat Completions
curl https://api.apmix.ai/v1/chat/completions \
-H "Authorization: Bearer apx_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "space-bunny", "messages": [{"role": "user", "content": "Hello"}]}'Anthropic-compatible · Messages
curl https://api.apmix.ai/v1/messages \
-H "x-api-key: apx_live_YOUR_KEY" \
-H "anthropic-version: 2023-06-01" \
-H "Content-Type: application/json" \
-d '{"model": "space-bunny", "max_tokens": 1024, "messages": [{"role": "user", "content": "Hello"}]}'Questions about Space Bunny
- Is Space Bunny free on apmix?
- Not on the free tier. Space Bunny is included from the Starter plan ($4.99/month), with one monthly allowance shared across every model in the plan. You can still start free on the free models.
- Which plan includes Space Bunny?
- Starter, Pro, Max. Each plan is a monthly allowance of weighted tokens shared across every model and every key; Space Bunny counts at 0.001× per token.
- How do I use Space Bunny in Claude Code, Codex CLI or Cursor?
- Point the tool at apmix — https://api.apmix.ai/v1 for OpenAI-compatible clients, https://api.apmix.ai for Anthropic-compatible ones — with your apmix key, and set the model to space-bunny. The Docs page has copy-paste setup for each tool.

