GPT Image 2 現已上線。在圖像生成器中試用→
E

essentialai/rnj-1-instruct

essentialai/rnj-1-instruct

32,768 context · $0.15/M input tokens · $0.15/M output tokens

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

定價

按用量付費

無需預付費用,僅按實際使用量付費

輸入$0.15 / M Tokens
輸出$0.15 / M Tokens

API 使用

使用以下程式碼範例整合我們的 API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

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

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

模型介紹

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 sc

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


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 32768 context window for long document handling
  • Competitive pricing at $0.1/$0.1 per million tokens

Key Features

  • Context Window: 32768 tokens
  • Max Output: N/A tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderEssentialai
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window32768 tokens
Max Outputtokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$0.1
Output$0.1

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: essentialai/rnj-1-instruct


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

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

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

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "essentialai/rnj-1-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: essentialai/rnj-1-instruct
  • Provider: Essentialai

Info

Provideressentialai
Typellm

支援功能

輸入
Text
輸出
Text
上下文32,768
最大輸出-
Vision-
Function Calling✓ Supported

API 存取指南

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDessentialai/rnj-1-instruct

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 across multiple programming languages, tool-use workflows, and agentic execution environments (e.g., mini-SWE-agent).

Input

$0.15 /M

Output

$0.15 /M

Context

33K

Tool Use

Supported

Try essentialai/rnj-1-instruct on WaveSpeedAI

Access essentialai/rnj-1-instruct through our unified API — OpenAI-compatible, no cold starts, transparent pricing.

Open Playground