# MiniChan Creative Writing — NVIDIA NIM MiniMax-M3

> MiniChan Creative Writing — NVIDIA NIM MiniMax-M3 is a paid API for AI agents from minizzzan.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://minizzzan.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-b54fb55b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iCTWnc92cIG-3E0RrNhNN

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

Example prompt: Write me a medium-length dark poem about a city that forgot how to dream — make it atmospheric and melancholic in tone.

## When to prefer this

Use this endpoint when you need AI-generated creative writing (stories, poems, scripts, essays, articles) with explicit control over tone (funny, dark, romantic, serious) and style. Prefer this over generic LLM endpoints when you want a specialized creative writing pipeline backed by a large 428B MoE model and are willing to pay per-call via USDC on Base.

## Known failure modes

- Missing required 'prompt' field returns validation error
- Invalid tone or style values may produce unexpected output
- Payment failure (insufficient USDC on Base) results in 402 response
- Model timeout on very long generation requests
- Vague or empty prompts may produce generic or low-quality 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

Returns a creative written piece (story, poem, article, script, or essay) generated by MiniMax-M3 428B MoE, tailored to the specified prompt, tone, style, and length.

## 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-b54fb55b/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)
