Beta

space-bunny-alpha

By Stealth

Text only: this model does not read images.

Model name for the APIstealth/space-bunny-alpha
Uptime, last 3 days
100%
11 calls counted
Credits per reply
15
30-day average
Replies per day of check-in
~13,333
At 200,000 credits a day

Your chats and training

Used to train and improve the provider’s models.

The company that answers for this model states it may use prompts and replies to improve or train its models. Do not send anything private to it.

Which company answers for a model is not published here, so this says what the policy is, not whose it is. Checked against their terms on Sep 24, 2026.

Call it through the API

Any OpenAI-compatible client works: use the address in the sample and this model name.

import requests

response = requests.post(
    "https://onomeo.com/v1/chat/completions",
    headers={"Authorization": "Bearer YOUR_API_KEY"},
    json={"model": "stealth/space-bunny-alpha", "messages": [
        {"role": "user", "content": "Hello!"}
    ]}
)
print(response.json())

Figures come from real calls made through this site. Models are served by third-party providers and may slow down or be withdrawn; this page follows those changes.