# X402-NVIDIA MiniMax-M2 Chat Completions

> X402-NVIDIA MiniMax-M2 Chat Completions is a paid API for AI agents from x402-nvidia.vercel.app, paid per call via x402, $0.13657/call, status unknown (last checked 2026-09-14).

Runs inference on NVIDIA NIM's MiniMax-M2 model via x402 micropayment, returning chat completions.

## Facts

- Endpoint: POST https://x402-nvidia.vercel.app/api/minimax-m2
- Price: $0.13657/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-nvidia-minimax-m2-chat-completions-308940f5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CeA68vgNGV4VhLudDRAhm

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 x402-nvidia-minimax-m2-chat-completions-308940f5 -d '<json body>'
```

Example prompt: Send my conversation to MiniMax M2 on NVIDIA NIM and get a reply: system says 'You are a helpful assistant,' and the user says 'Explain quantum entanglement in simple terms.'

## When to prefer this

Choose this endpoint when you specifically need MiniMax-M2 model inference via NVIDIA NIM and are already using or comfortable with x402 micropayment flows. Prefer it over generic OpenAI-compatible endpoints when MiniMax-M2's architecture or performance characteristics are desired, or when you want pay-per-call pricing without API key subscription management.

## Known failure modes

- Payment not provided or insufficient — x402 payment required before model responds
- Invalid or malformed message array — returns 4xx error
- Model unavailable or NVIDIA NIM service down — returns 5xx error
- Rate limit exceeded — too many calls in a short window
- Empty or missing choices in response if model produces no output

## How this service works

Access 48+ NVIDIA NIM AI models via x402 micropayments. Chat completions, vision, safety, translation, and more.

## Output

A chat completion response containing an array of choices, each with an assistant message object including role and content fields — the model's generated reply to the input conversation.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "choices": [
   {
    "message": {
     "role": "assistant",
     "content": "Hello!"
    }
   }
  ]
 },
 "properties": {
  "choices": {
   "type": "array",
   "description": "Model responses"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-nvidia-minimax-m2-chat-completions-308940f5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-nvidia.vercel.app](https://www.zero.xyz/host/x402-nvidia.vercel.app/llms.txt)
