arcee-ai

Arcee AI: Trinity Mini

Trinity Mini is a 26B-parameter (3B active) sparse mixture-of-experts language model featuring 128 experts with 8 active per token. Engineered for efficient reasoning over long contexts (131k) with robust function...

Context
131k tokens
Input / 1M tokens
$0.04
Output / 1M tokens
$0.15
Benchmark

Pricing

Input tokens$0.04 per 1M tokens
Output tokens$0.15 per 1M tokens

Technical details

Model IDarcee-ai/trinity-mini
Context window131k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens131,072

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: 'arcee-ai/trinity-mini',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Arcee AI: Trinity Mini?

Get an API key and start making requests in minutes.

Get an API key