- Model
essentialai/Rnj-1-Instruct- Provider
together- API
openai-completions- Base URL
https://api.together.ai/v1- Input
- text
- Reasoning
- No
- Context window
- 32,768
- Max tokens
- 32,768
- Cost / million input
- $0.15
- Cost / million output
- $0.15
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"together": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "essentialai/Rnj-1-Instruct",
"name": "Rnj-1 Instruct",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 32768,
"maxTokens": 32768,
"cost": {
"input": 0.15,
"output": 0.15,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"supportsStore": false,
"supportsDeveloperRole": false,
"supportsReasoningEffort": false,
"maxTokensField": "max_tokens",
"supportsStrictMode": false,
"supportsLongCacheRetention": false
}
}
],
"api": "openai-completions",
"baseUrl": "https://api.together.ai/v1"
}
}
}