# MiniChan Creative Writing — NVIDIA NIM MiniMax-M3

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

Generates creative written content (stories, poems, articles, scripts, essays) with configurable tone, style, and length using NVIDIA NIM MiniMax-M3 (428B MoE)

## Facts

- Endpoint: POST https://minichan.vercel.app/api/creative-write
- 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-creative-writing-nvidia-nim-minimax-m3-ae23c7a7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TVl6qLT-VgWdqNyqJRTql

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-creative-writing-nvidia-nim-minimax-m3-ae23c7a7 -d '<json body>'
```

Example prompt: Write me a medium-length dark story about a detective who discovers they are the murderer — make it serious in tone and format it as a short story.

## When to prefer this

Choose this endpoint when you need high-quality, large-model creative writing generation across diverse formats (story, poem, article, script, essay) with fine-grained control over tone and length, and you want to pay per-call with USDC via x402 rather than maintaining a subscription.

## Known failure modes

- Missing required 'prompt' field returns a 400 or error response
- Invalid tone or style values may produce unexpected output or an error
- Payment not provided or insufficient USDC causes a 402 payment required response
- Model timeout or overload may cause delayed or empty responses
- Very long prompts may be truncated or rejected

## 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 generated piece of creative writing matching the specified prompt, tone (e.g. funny, dark, romantic), style (e.g. story, poem, script), and length (short, medium, long), produced by the MiniMax-M3 428B MoE model.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "prompt"
 ],
 "properties": {
  "tone": {
   "type": "string",
   "description": "Tone: funny, serious, dark, romantic, etc."
  },
  "style": {
   "type": "string",
   "description": "Style: story, poem, article, script, essay"
  },
  "length": {
   "type": "string",
   "description": "Length: short, medium, long"
  },
  "prompt": {
   "type": "string",
   "description": "Creative writing prompt"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minichan-creative-writing-nvidia-nim-minimax-m3-ae23c7a7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minichan.vercel.app](https://www.zero.xyz/host/minichan.vercel.app/llms.txt)
