Back to Models
EssentialAI: Rnj 1 Instruct
essentialai/rnj-1-instructDec 7, 202532.8K context$0.15/M in · $0.15/M outReasoning
Description
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 across multiple programming languages, tool-use workflows, and agentic execution environments (e.g., mini-SWE-agent).
Specifications
Provider
essentialai
Context Length
32.8K
Max Output
—
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.15 |
| Output | $0.15 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "essentialai/rnj-1-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'