# MiniChan Product Photo Analysis — NVIDIA NIM MiniMax-M3

> MiniChan Product Photo Analysis — NVIDIA NIM MiniMax-M3 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-14).

Analyzes a product photo using NVIDIA NIM MiniMax-M3 (428B MoE) vision model and returns AI-generated insights about the product image

## Facts

- Endpoint: POST https://minizzzan.vercel.app/api/product-photo
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minichan-product-photo-analysis-nvidia-nim-minimax-m3-99608782
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T0ekecQav8clmR2ER6l3n

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-product-photo-analysis-nvidia-nim-minimax-m3-99608782 -d '<json body>'
```

Example prompt: Can you analyze this product photo and tell me what you see — describe the product, its features, colors, and anything else useful from this image: https://example.com/product-image.jpg

## When to prefer this

Choose this endpoint when you need vision-model analysis of a product image via a pay-per-call USDC micropayment model (x402 on Base), especially when leveraging the large MiniMax-M3 428B MoE model's multimodal capabilities for e-commerce or product cataloging tasks without needing a full API subscription

## Known failure modes

- Invalid or inaccessible image URL returns an error — ensure the URL is publicly reachable
- Unsupported image format may cause processing failure
- Payment failure via x402/USDC on Base will block the request
- Very large or high-resolution images may cause timeout or processing errors
- Non-product images may yield irrelevant or low-quality analysis output

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

An AI-generated analysis of the product image including description of the product, visible attributes, colors, features, and other relevant visual details extracted by the MiniMax-M3 vision model

## 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-product-photo-analysis-nvidia-nim-minimax-m3-99608782/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)
