# MiniChan Image Analysis (NVIDIA NIM MiniMax-M3)

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

Analyzes an image at a given URL using NVIDIA NIM MiniMax-M3 (428B MoE) vision model and returns a detailed description or response to a custom prompt about the image.

## Facts

- Endpoint: POST https://minizzzan.vercel.app/api/analyze-image
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minichan-image-analysis-nvidia-nim-minimax-m3-ac812ef2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D43F_t5JtELqJiFEkyx0P

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-image-analysis-nvidia-nim-minimax-m3-ac812ef2 -d '<json body>'
```

Example prompt: Can you analyze this image — https://example.com/photo.jpg — and tell me what objects, people, and text are visible in it?

## When to prefer this

Choose this endpoint when you need large-model vision analysis (428B MoE scale) on an image hosted at a URL, especially when a custom prompt is needed to focus the analysis. Prefer over smaller vision models when accuracy and reasoning depth on complex images matter, and you are paying per call via USDC on Base.

## Known failure modes

- Invalid or unreachable image URL returns an error
- Image URL pointing to a non-image resource may fail or produce poor results
- Missing required image_url field returns a validation error
- Payment failure (insufficient USDC or x402 issue) blocks the request
- Oversized or unsupported image formats may cause processing errors
- Ambiguous or empty prompt may yield generic descriptions

## 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 model's analysis of the image, which may include a full scene description, identified objects, text found in the image, answers to the custom prompt, or other visual details depending on the prompt provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "image_url"
 ],
 "properties": {
  "prompt": {
   "type": "string",
   "description": "What to analyze in the image (default: full description)"
  },
  "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-image-analysis-nvidia-nim-minimax-m3-ac812ef2/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)
