273 Downloads Updated 3 months ago
Updated 3 months ago
3 months ago
f66773e50693 · 2.5GB
Latest Model, Think in Thai, Answer in Thai, Built by Thai Startup
Installation:
# Install Ollama (if not already installed)
curl -fsSL https://ollama.com/install.sh | sh
# Pull Chinda LLM 4B model
ollama pull iapp/chinda-qwen3-4b
Basic Usage:
# Start chatting with Chinda LLM
ollama run iapp/chinda-qwen3-4b
# Example conversation
ollama run iapp/chinda-qwen3-4b "อธิบายเกี่ยวกับปัญญาประดิษฐ์ให้ฟังหน่อย"
API Server:
# Start Ollama API server
ollama serve
# Use with curl
curl http://localhost:11434/api/generate -d '{
"model": "iapp/chinda-qwen3-4b",
"prompt": "สวัสดีครับ",
"stream": false
}'
Model Specifications:
- Size: 2.5GB (quantized)
- Context Window: 40K tokens
- Architecture: Optimized for local deployment
- Performance: Fast inference on consumer hardware
Built with 🇹🇭 by iApp Technology - Empowering Thai Businesses with Sovereign AI Excellence