# MiniChan Translate — NVIDIA NIM MiniMax-M3 Translation Endpoint

> MiniChan Translate — NVIDIA NIM MiniMax-M3 Translation Endpoint is a paid API for AI agents from minizzzan.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Translates text into a specified target language using NVIDIA NIM MiniMax-M3 (428B MoE), payable in USDC on Base via x402

## Facts

- Endpoint: POST https://minizzzan.vercel.app/api/translate
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minichan-translate-nvidia-nim-minimax-m3-translation-endpoint-8bea08de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Hgl_ppAFclKYi8Rt9g-JC

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability minichan-translate-nvidia-nim-minimax-m3-translation-endpoint-8bea08de -d '<json body>'
```

Example prompt: Can you translate this text into Japanese: 'Thank you for your order. We will ship it within 2 business days.'

## When to prefer this

Use this endpoint when you need high-quality AI-powered text translation backed by a large 428B MoE model and are comfortable paying per-call in USDC on Base via x402. Preferred over generic translation APIs when model quality and multimodal context (available via sibling endpoints) matter.

## Known failure modes

- Missing required 'text' field — returns 4xx validation error
- Missing required 'target_lang' field — returns 4xx validation error
- Unsupported or unrecognized target language value — may return error or poor translation
- Payment failure via x402/USDC — request rejected before processing
- Model timeout or NVIDIA NIM service unavailability — 5xx error

## How this service works

NVIDIA NIM MiniMax-M3 (428B MoE) powered API for AI agents. 15 multimodal endpoints — text, vision, code, reasoning, creative. Pay with USDC on Base via x402.

## Output

A JSON object containing the translated text in the specified target language, produced by the NVIDIA NIM MiniMax-M3 428B MoE model.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text",
  "target_lang"
 ],
 "properties": {
  "text": {
   "type": "string",
   "description": "Text to translate"
  },
  "target_lang": {
   "type": "string",
   "description": "Target language (e.g., Japanese, Spanish, French)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minichan-translate-nvidia-nim-minimax-m3-translation-endpoint-8bea08de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minizzzan.vercel.app](https://www.zero.xyz/host/minizzzan.vercel.app/llms.txt)
