Rnj-1 8B

Code

Essential AI's Rnj-1 8B. Advanced code model with strong reasoning for complex programming tasks.

Pricing
Input
$0.10/1M
Output
$0.20/1M
Context Length
32K tokens
Max Completion
8K tokens

Capabilities

Chat
Tool Calling

Technical Details

Model ID
rnj-1-8b
Tokenizer
Llama

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.llamagate.ai/v1",
    api_key="your-api-key",
)

response = client.chat.completions.create(
    model="rnj-1-8b",
    messages=[{"role": "user", "content": "Hello!"}],
)

print(response.choices[0].message.content)

Start Using Rnj-1 8B

Create an account and start building with just $5.

rnj-1-8b API - LlamaGate