multilingual_ask
Ask a frontier AI a question in your OWN language and get the answer back in that same language, in ONE payment. We translate the question to English, answer it with a frontier model, then translate the answer back. Two engines behind one endpoint: 119 mainstream languages use the LLM translate tier; anything those models do not serve falls through to MADLAD-400 on our own GPU (452 languages, 251 of which ChatGPT, Claude and Gemini do not support at all). So a Wolaytta, Tiv or Q'eqchi' speaker gets frontier reasoning in their own language, which no other API offers. Rare-language quality is uneven and published per language - GET https://sats4ai.com/api/languages. Priced from question length plus a fixed 2000-character answer allowance at the chosen tier's rate; the rare-language path costs more (GPU both ways). Requires create_payment with toolName='multilingual_ask' AND the language you intend to use - the quote depends on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Standard | Better | Best. Best is Kimi K3 and costs materially more. Must match the create_payment quote. | |
| language | Yes | Language to answer in. English name ('Igbo'), ISO-639 code ('ig'), or a rare-language code ('wal'). Rejected before payment if unsupported. | |
| question | Yes | Your question, in your own language. Max 4000 characters. | |
| paymentId | Yes | Valid payment ID (must be paid), quoted for THIS language and tier. |