essentialai
EssentialAI: Rnj 1 Instruct
Rnj-1 is an 8B-parameter, dense, open-weight model family developed by Essential AI and trained from scratch with a focus on programming, math, and scientific reasoning. The model demonstrates strong performance...
Context
33k tokens
Input / 1M tokens
$0.15
Output / 1M tokens
$0.15
Benchmark
—
Pricing
Input tokens$0.15 per 1M tokens
Output tokens$0.15 per 1M tokens
Technical details
Model IDessentialai/rnj-1-instruct
Context window33k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
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: 'essentialai/rnj-1-instruct',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use EssentialAI: Rnj 1 Instruct?
Get an API key and start making requests in minutes.
Get an API key