TJ-Coder
TJ-Coder is a code-specialized model from TajikGPT by SoulLab. Optimized for code generation, debugging, review and explanation across all major programming languages.
Model Details
| Property | Value |
|---|---|
| Developer | SoulLab |
| Model type | Code Language Model |
| Max output tokens | 32,768 |
| Context window | 131,072 tokens |
| Languages | Russian, English + all major programming languages |
| License | Proprietary |
Intended Use
- Code generation in Python, JavaScript, TypeScript, Java, C++, Go, Rust and more
- Code review, debugging and optimization
- Code explanation and documentation generation
- Algorithm design and data structure implementation
- SQL queries, shell scripts, DevOps configurations
How to Use
TJ-Coder is available via the TajikGPT API and the dedicated TJ-Coder IDE. 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-coder",
messages=[{"role": "user", "content": "Write a Python function to sort a list"}]
)
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-coder",
"messages": [{"role": "user", "content": "Write a REST API in Node.js"}]
}'
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 |