# MiniChan Code Review — NVIDIA NIM MiniMax-M3 API

> MiniChan Code Review — NVIDIA NIM MiniMax-M3 API 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-14).

Performs AI-powered code review on submitted source code using NVIDIA NIM's MiniMax-M3 428B MoE model, returning feedback, issues, and suggestions.

## Facts

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

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-code-review-nvidia-nim-minimax-m3-api-ddb1d8fa -d '<json body>'
```

Example prompt: Can you review this Python function I wrote for parsing JSON and tell me if there are any bugs, style issues, or ways to make it more efficient?

## When to prefer this

Choose this endpoint when you need a large-model (428B MoE) code review with broad language support and pay-per-call USDC pricing via x402, especially in agentic workflows where you want to avoid subscription-based API keys and need multimodal context from the same provider family.

## Known failure modes

- Missing required 'code' field returns a 400-level error
- Very large code submissions may exceed model context window
- Unsupported or ambiguous language may reduce review accuracy
- Network or model availability issues may cause 5xx errors
- Payment failure via x402/USDC on Base 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 an AI-generated code review containing identified bugs, style violations, security issues, performance concerns, and concrete improvement suggestions for the submitted code.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "code"
 ],
 "properties": {
  "code": {
   "type": "string",
   "description": "Code to review"
  },
  "language": {
   "type": "string",
   "description": "Programming language"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minichan-code-review-nvidia-nim-minimax-m3-api-ddb1d8fa/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)
