Heimori Open Platform

Mongolian AI capabilities — machine translation, speech translation, ASR and TTS, dictionary and encoding conversion, and the Tengri LLM — exposed as standard APIs. Pay as you go, start instantly, with a monthly free tier.

API Services

Every capability is exposed through one unified RESTful API; the Tengri LLM and embeddings speak the OpenAI protocol.

Text Translation

High-quality machine translation between Chinese, traditional Mongolian script and Cyrillic Mongolian, with single and batch calls.

Image Translation

OCR and translate Mongolian or Chinese text in images — recognition and translation in a single call.

Document Translation

Layout-preserving translation of entire documents via an async task API, supporting Word, PDF and other common formats.

Webpage Translation

Submit a URL or HTML and get a fully translated page with its structure preserved — ideal for site localization.

Speech Translation

Recognition and translation in one call — audio in, transcript and translation out, via file upload or real-time streaming.

Text-to-Speech

Synthesize natural Mongolian and Chinese speech with multiple voices and adjustable speed, output as MP3 or WAV.

Speech Recognition

Mongolian and Chinese speech-to-text, with audio file transcription and real-time WebSocket streaming.

Pronunciation Assessment

Score Mongolian read-aloud speech on accuracy, fluency and completeness, with word-level feedback.

Dictionary

Query authoritative Mongolian-Chinese dictionaries for structured definitions, parts of speech and example sentences.

Mongolian Encoding Conversion

Batch conversion between Menksoft-style private encodings and Unicode, fixing legacy data corruption.

Glossary

Manage custom term lists to enforce consistent translations of proper nouns — management API is free.

Tengri LLM

Tengri 2 and T1 models with OpenAI-compatible chat completions, streaming output and image/audio/video understanding.

Text Embedding

OpenAI-compatible text embeddings; tengri-embedding-v1 is optimized for Mongolian and other minority languages.

A Simple, Easy-to-Use API

One consistent interface style with Bearer key authentication, uniform response shapes and error codes. Create a key in the console and start calling — no application or approval needed.

1

Create a key in the console and call right away; every endpoint is available in the playground

2

The docs center provides runnable curl, Python and JavaScript samples

3

The Tengri LLM and embeddings are OpenAI-SDK compatible — just swap the base_url to migrate

translate_text.sh

# 文本翻译:中文 → 传统蒙古文
curl https://cloud.heimori.cn/v1/translate/text \
  -H "Authorization: Bearer $XM_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "欢迎使用讯蒙开放平台",
    "targetLang": "mw"
  }'

# 响应
# {
#   "text": "ᠲᠠᠯᠠᠷᠬᠠᠨ ᠤᠭᠲᠤᠶ᠎ᠠ ...",
#   "sourceLang": "zh"
# }

Developer Tools

From debugging and integration to usage reconciliation, the console and docs cover the whole workflow.

Online Playground

Call every API straight from the console playground and inspect the equivalent curl and response in real time.

API Reference

Auto-generated from OpenAPI with full request parameters, response schemas and error codes, always in sync with production.

Code Samples

Every endpoint ships runnable curl, Python and JavaScript samples you can copy and run.

Usage & Billing

Track usage and spend by product and by day, with balance alerts, monthly bills and invoice requests.

Pricing

Monthly Free Tier

Start free, pay later

¥0granted monthly
  • Each product includes a monthly free tier (e.g. 500k characters of text translation, 10 hours of ASR)
  • Resets on the 1st of each month and is deducted first
  • Available on sign-up, no credit card required
  • Glossary management API is entirely free
Get Started Free

Pay As You Go

Pay only for what you use — no plans, no minimums

From ¥0.08per 1k characters
  • Text translation ¥0.08 / 1k chars, TTS ¥0.05 / 1k chars
  • ASR ¥0.0005 / second, document translation ¥0.5 / page
  • Only usage beyond the free tier is billed; failed calls are never charged
  • Top up via Alipay or WeChat Pay, VAT invoices supported
See Full Pricing

Enterprise

For scale and custom requirements

Contact usCustom plan
  • Volume tiers based on monthly cumulative usage — the more you use, the lower the rate
  • Dedicated rate-limit and concurrency quotas
  • Private deployment and custom model consulting
  • Dedicated technical support and service commitments
Contact Sales

Get Started with the Heimori Open Platform

Sign up for your monthly free tier, create a key in the console and call every API.