Heimori Open Platform
A one-stop API service for developers — AI models, multilingual translation, Mongolian NLP tools and more to power your applications.
API Services
The Heimori Open Platform offers a rich set of APIs for a wide range of use cases.
AI Model API
API access to the Tengri family of large language models for chat, text generation and more.
Mongolian NLP Tools
Word segmentation, POS tagging, named-entity recognition and other NLP tools for Mongolian.
Multilingual Translation API
High-quality translation across Mongolian-Chinese, Mongolian-English and more.
Speech Recognition & Synthesis
Mongolian speech-to-text and text-to-speech services.
Text Analytics API
Sentiment analysis, keyword extraction, text classification and more.
OCR Recognition
Mongolian OCR for both traditional Mongolian script and Cyrillic Mongolian.
A Simple, Easy-to-Use API
We offer a clean, consistent API with multi-language support so you can integrate it into your apps with ease.
OpenAI-compatible protocol for fast migration of existing apps
Multi-language SDKs to reduce development effort
Rich sample code to help you get started quickly
tengri_api_example.js
import { TengriAI } from 'tengri-js';
const tengri = new TengriAI({
apiKey: 'your_api_key',
apiBase: 'https://platform.heimori.cn/v1'
});
async function translate() {
const response = await tengri.chat.completions.create({
model: "tengri-t1-pro",
messages: [
{
role: "system",
content: "请将下面的内容从汉语翻译为蒙古语"
},
{
role: "user",
content: "你好,很高兴认识你"
}
],
temperature: 0.7,
});
console.log(response.choices[0].message.content);
}Developer Tools
Comprehensive developer tools and resources to help you build more efficiently.
SDKs
Multi-language SDKs including JavaScript, Python and Java for fast integration.
Developer Docs
Detailed API references, integration guides and best practices.
Sample Code
Plenty of code samples to help you learn how to use each API.
Developer Community
An active community for technical discussion and Q&A.
Get Started with the Heimori Open Platform
Sign up now to experience our powerful APIs and supercharge your applications.