TajikGPT: All About the First AI Platform from Tajikistan — From Team to Technology
Hello. I'm Muhammadamin Aminov. In February 2026, we launched TajikGPT — the first AI platform from Tajikistan and Central Asia.
Below is detailed information about the project: what it is, how it works, and why we built it.
Background
Before TajikGPT launched, users in the region relied on global platforms like ChatGPT and Gemini. They work well with English and Russian, but they support Tajik poorly — the models aren't natively trained on it and work through translation.
We decided to build a platform that works properly with Tajik and other regional languages.
About the Project
TajikGPT was launched in 2026 by Soullab.
What's available:
- 7 models (text, code, images)
- Support for 180+ languages, including Tajik, Russian, and English
- Web interface and REST API
- Access from any country
Models
| Model | Purpose | Availability |
|---|---|---|
| TJ-0.5 | Basic tasks, fast responses | Free |
| TJ-1.0 Mini | Everyday tasks | Free |
| TJ-1.0 | Universal model | Free |
| TJ-1.0 Pro | Advanced tasks, Vision, web search | Student+ |
| TJ-1.0 Ultra | Most powerful model | Student+ |
| TJ-Coder | Code generation and analysis | Free |
| TJ-Image 0.5 | Fast image generation | Free |
| TJ-Image 1.0 | High-quality images | Free |
Testing: TJ-1.0 vs GPT-4o vs Gemini
In March 2026, we tested TJ-1.0 against GPT-4o and Gemini 2.0 Flash.
| Task | TJ-1.0 | GPT-4o | Gemini 2.0 Flash |
|---|---|---|---|
| Tajik language | Best result | Acceptable | Weak |
| Translation (TJ ↔ RU) | Best result | Partial errors | Partial errors |
| Creative writing | Best result | Standard | Standard |
| Following instructions | Best result | Skips context | Skips context |
| Russian/English | Comparable | Slight advantage | Comparable |
TJ-1.0 shows an advantage in Tajik because it's natively trained, not translated through Russian.
Pricing
| Plan | Price | What's included |
|---|---|---|
| Free | $0 | TJ-0.5, TJ-1.0, TJ-1.0 Mini, TJ-Coder, images |
| Student | $3.99/month | All models including Pro and Ultra |
| Plus | $9.99/month | All models + extended features |
| Pro | $29.99/month | Unlimited requests, priority support |
Free plan doesn't require a card.
Comparison with competitors:
| Platform | Basic | Advanced | Premium |
|---|---|---|---|
| TajikGPT | $0 | $3.99 | $29.99 |
| ChatGPT | $0 | $20 | $200 |
| Gemini | $0 | $19.99 | — |
| Claude | $0 | $20 | — |
HuggingFace
- Organization: TajikGPT-Team
- Models: 7 TJ series models available openly
- Demo Space: tajikgpt
For Developers
REST API is compatible with OpenAI format:
pip install tajikgpt
from tajikgpt import TajikGPT
client = TajikGPT(api_key="sk-tj-your-key")
SDK: Python, Node.js
Documentation: https://tajikgpt.com/docs
Launch Challenges
We faced several difficulties:
- Infrastructure — deploying models requires powerful GPUs
- Training data — Tajik language datasets are hard to collect
- Regional specifics — few AI projects in the region to reference
- User trust — new platform from an unknown team
We solved these challenges during development.
Plans
- Expand support for regional languages (Uzbek, Kazakh, Kyrgyz)
How to Try
- Web interface: https://tajikgpt.com
- HuggingFace Demo: https://huggingface.co/spaces/TajikGPT-Team/tajikgpt
- API: https://tajikgpt.com/docs
Free plan doesn't require a card — you can sign up and start using it right away.
Sources
- TajikGPT official website: https://tajikgpt.com
- Project introduction on DEV: https://dev.to/tajikgpt/introducing-tajikgpt
- Model comparison: https://dev.to/soul_muxammad/tj-10-vs-gpt-4o-vs-gemini
- Organization on HuggingFace: https://huggingface.co/TajikGPT-Team
Data is current as of March 2026.