# MiniChan OCR — NVIDIA NIM MiniMax-M3 Image Text Extraction

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

Extracts and recognizes text from an image URL using NVIDIA NIM's MiniMax-M3 multimodal model

## Facts

- Endpoint: POST https://minizzzan.vercel.app/api/ocr
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minichan-ocr-nvidia-nim-minimax-m3-image-text-extraction-22c84e78
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EmOnPogy8fhP4qnR2RUG1

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-ocr-nvidia-nim-minimax-m3-image-text-extraction-22c84e78 -d '<json body>'
```

Example prompt: Can you read and extract all the text from this image for me? Here's the URL: https://example.com/receipt.jpg

## When to prefer this

Choose this endpoint when you need to extract text from images using a state-of-the-art large multimodal model (MiniMax-M3 428B MoE via NVIDIA NIM). It is particularly well-suited for complex documents, mixed-language text, or images where smaller OCR models struggle. Prefer this over lightweight OCR APIs when accuracy on difficult images is critical and you can pay per-call in USDC on Base.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Image with no readable text may return empty or minimal results
- Very low resolution or heavily distorted images may yield inaccurate OCR
- Unsupported image formats may cause processing failures
- Network timeout if the image URL is slow to load
- Payment failure (insufficient USDC balance) blocks the request

## 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

Returns a JSON object containing the text extracted from the provided image, powered by NVIDIA NIM's MiniMax-M3 multimodal model (428B MoE). Includes recognized text content parsed from the visual content of the image.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "image_url"
 ],
 "properties": {
  "image_url": {
   "type": "string",
   "description": "URL of the image to analyze"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minichan-ocr-nvidia-nim-minimax-m3-image-text-extraction-22c84e78/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)
