stealthFreeVision

Space Bunny Alpha (retires Dec 31)

Try in chat →

Space Bunny Alpha is an anonymous large model with blazing-fast inference, strong coding capabilities and native multimodal input support. It delivers adjustable reasoning effort, and a 1M-token context window. Space...

Context
1M tokens
Input / 1M tokens
Free
Output / 1M tokens
Free
Benchmark

Uptime & performance

Loading…

Pricing

Input tokensFree per 1M tokens
Output tokensFree per 1M tokens

Apps and activity

Loading…

Technical details

Model IDstealth/space-bunny-alpha
Context window1M tokens
Input modalitiestext, image, video
Output modalitiestext
TokenizerOther
Max output tokens524,288

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'stealth/space-bunny-alpha',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Space Bunny Alpha (retires Dec 31)?

Try it in the browser first, then get an API key and start making requests in minutes.