prism-mlVision

PrismML: Ternary Bonsai 2 27B

Try in chat →

Bonsai 2 27B is a 27B-parameter reasoning model from PrismML derived from Qwen3.8-27B. It supports coding, mathematics, tool calling, and image understanding with a 262K-token context window. Ternary compression shrinks...

Context
262k tokens
Input / 1M tokens
$0.07
Output / 1M tokens
$0.50
Benchmark

Uptime & performance

Loading…

Pricing

Input tokens$0.07 per 1M tokens
Output tokens$0.50 per 1M tokens

Apps and activity

Loading…

Technical details

Model IDprism-ml/ternary-bonsai-2-27b
Context window262k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerQwen
Max output tokens32,768

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: 'prism-ml/ternary-bonsai-2-27b',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use PrismML: Ternary Bonsai 2 27B?

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