# НейроХудожник Скилл AI image/video generation. 600+ models. ## Auth Header: Authorization: Bearer na_live_xxx ## Generate POST /api/v1/generate {"m":"fal-ai/flux/schnell","i":{"prompt":"cat"},"s":true} Response: {"id":"...","url":"https://...","ms":2500} Short keys: m=model, i=input, s=sync ## Models GET /api/v1/models?category=text-to-image Response: {"m":[["fal-ai/flux/schnell",0.27],["fal-ai/flux/dev",1.35]]} Format: [id, priceRub] ## Schema GET /api/v1/models/fal-ai%2Fflux%2Fschnell/schema Response: {"r":["prompt"],"p":{"prompt":"string","image_size":"string"}} r=required, p=properties ## Status GET /api/v1/requests/:id Response: {"id":"...","s":"c","url":"..."} s: q=queued, p=processing, c=completed, f=failed ## Popular | Model | Time | Cost | |-------|------|------| | fal-ai/flux/schnell | 2s | 0.27₽ | | fal-ai/flux/dev | 10s | 1.35₽ | | fal-ai/aura-sr | 5s | 1₽ | | fal-ai/birefnet | 3s | 0.5₽ | Full docs: /llms-full.txt