
Introducing TajikGPT — The First AI Platform from Tajikistan 🇹🇯
TajikGPT , the first AI platform from Tajikistan, built for users worldwide. What is TajikGPT? TajikGPT is a full AI platform with proprietary LLM models (TJ-series), image generation, video generation, and a coding assistant — all accessible through a clean web interface and REST API. 🌐 Try it free: tajikgpt.com Models Model Description TJ-1.0 General-purpose chat with reasoning TJ-1.0 Mini Fast responses for simple tasks TJ-1.0 Pro Advanced model with Vision & Web Search TJ-1.0 Ultra Most powerful model TJ-Coder Specialized for code generation TJ-Image 1.0 High-quality image generation TJ-Video 1.0 Video generation (Alpha) For Developers TajikGPT has a full REST API + official SDKs: Python: python pip install tajikgpt from tajikgpt import TajikGPT client = TajikGPT(api_key="sk-tj-your-key") response = client.chat.completions.create( model="tj-1.0", messages=[{"role": "user", "content": "Hello!"}] ) print(response.choices[0].message.content) Node.js: npm install tajikgpt const { Tajik
Continue reading on Dev.to Python
Opens in a new tab




