TJ-1.0 Ultra
TJ-1.0 Ultra is the most capable model in the TajikGPT lineup by SoulLab. Top performance across all benchmarks.
Model Details
| Property | Value |
|---|---|
| Developer | SoulLab |
| Model type | Large Language Model |
| Max output tokens | 16,384 |
| Context window | 128,000 tokens |
| Languages | Russian, English, Tajik, and 50+ more |
| Tier required | Plus or higher |
| License | Proprietary |
Intended Use
- Most demanding tasks requiring highest quality output
- Complex analysis, reasoning and problem solving
- Professional content creation and copywriting
- Research, academic work and detailed explanations
- Multilingual translation and localization
How to Use
TJ-1.0 Ultra is available via the TajikGPT API. It is not available for download.
Python SDK
pip install tajikgpt
from tajikgpt import TajikGPT
client = TajikGPT(api_key="sk-tj-your-key")
response = client.chat.completions.create(
model="tj-1.0-ultra",
messages=[{"role": "user", "content": "Explain quantum computing"}]
)
print(response.choices[0].message.content)
REST API
curl -X POST https://tajikgpt.com/api/tj/chat \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-tj-your-key" \
-d '{
"model": "tj-1.0-ultra",
"messages": [{"role": "user", "content": "Write a detailed analysis"}]
}'
Model Family
| Model | Description | Tier |
|---|---|---|
| TJ-1.0 Mini | Fast, lightweight | Free |
| TJ-1.0 | Balanced speed & quality | Free |
| TJ-1.0 Pro | Advanced + Vision | Plus |
| TJ-1.0 Ultra | Top performance | Plus |
| TJ-Coder | Code specialist | Free |