Machine Learning — entry 001 of 24
AI For Thai
AI For Thai is a public AI service platform built by NECTEC, Thailand's national electronics and computer technology research center, bundling dozens of Thai-language models across three modules: Language (word segmentation, named-entity recognition, machine translation, sentiment), Vision (OCR, face recognition, object/activity detection), and Conversation (speech-to-text, text-to-speech, chatbot). Access requires free registration for an OAuth-issued API key, with a generous free testing tier aimed at developers, SMEs, and startups, plus a separate business track for commercial use. Live-checked in July 2026: the platform and its api.aiforthai.in.th endpoints remain active and CORS-enabled.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.