# MiniChan Image Analysis — NVIDIA NIM MiniMax-M3

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

Analyzes an image from a URL using NVIDIA NIM's MiniMax-M3 428B multimodal model and returns a detailed description or targeted analysis based on an optional prompt.

## Facts

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

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-df040801 -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need a powerful 428B-parameter multimodal model to analyze image content from a URL with flexible, prompt-guided analysis. It is well-suited for agents that require nuanced scene understanding, object detection, text extraction from images, or accessibility descriptions, and that can pay per-call in USDC on Base via x402.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Image URL pointing to a non-image resource may fail or produce poor results
- Very large images may time out or be rejected
- Ambiguous or missing prompt may yield a generic description rather than targeted analysis
- Payment failure or insufficient USDC balance will block 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 model's textual analysis of the image — typically a detailed description of visible content, objects, people, text, or scene context, optionally focused on the provided prompt.

## 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-df040801/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from app-minichwaan.vercel.app](https://www.zero.xyz/host/app-minichwaan.vercel.app/llms.txt)
