nai-diffusion-4-5-full
NovelAI Diffusion · Per Request
nai-diffusion-4-5-fullAvailableSyncText to ImageImage to Image
Pricing
| Official Price | LemonData Price | Discount | |
|---|---|---|---|
| Price | $0.02Per Request | $0.014Per Request | 30% |
API Code Example
POST/v1/images/generations
curl -X POST "https://api.lemondata.cc/v1/images/generations" \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"operation": "text-to-image",
"model": "nai-diffusion-4-5-full",
"prompt": "A minimalist product photo of matte black headphones on a soft blue background."
}'FAQ
How much does nai-diffusion-4-5-full cost?
On LemonData, nai-diffusion-4-5-full costs $0.014 Per Request, with model-specific platform pricing.
What is nai-diffusion-4-5-full best for?
nai-diffusion-4-5-full excels at Text to Image, Image to Image. Access it through LemonData's unified API with a single API key.
How to use nai-diffusion-4-5-full API?
Get your API key from LemonData, then call https://api.lemondata.cc/v1/images/generations using any compatible SDK. See the code examples above for detailed integration.