TJ-1.0 Pro
TJ-1.0 Pro is an advanced multimodal model from TajikGPT by SoulLab. Features vision capabilities and web search.
Model Details
| Property | Value |
|---|---|
| Developer | SoulLab |
| Model type | Large Language Model (Multimodal) |
| Max output tokens | 16,384 |
| Context window | 128,000 tokens |
| Vision | Yes |
| Web Search | Yes |
| Languages | Russian, English, Tajik, and 50+ more |
| Tier required | Plus or higher |
| License | Proprietary |
Intended Use
- Complex reasoning and analysis
- Image understanding and description (vision)
- Web-augmented responses with real-time information
- Professional and business tasks
- Multilingual translation and content creation
How to Use
TJ-1.0 Pro 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-pro",
messages=[{"role": "user", "content": "Analyze this data..."}]
)
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-pro",
"messages": [{"role": "user", "content": "Explain quantum computing"}]
}'
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 |