AICredits logo
prism-mlvision

PrismML: Ternary Bonsai 2 27B

prism-ml/ternary-bonsai-2-27b

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...

Supported APIs

Chat APIVision
Context
262K
Max output
Input / 1M
₹7.56
Output / 1M
₹50.37

Pricing

Token typeUSD / 1MINR / 1M
Input$0.075₹7.56
Output$0.500₹50.37

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call PrismML: Ternary Bonsai 2 27B through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "prism-ml/ternary-bonsai-2-27b",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.