Back to Models
venice/lustify-sdxl
Lustify SDXL
Global: Generate animated images
Input: ¥0.0001/M
Output: ¥0/M
Specifications
Modalities
Input
text
Output
image
Code Examples
curl https://api.fastmetal.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "lustify-sdxl",
"messages": [{"role": "user", "content": "Hello!"}]
}'Frequently asked questions
- How much does the Lustify SDXL API cost?
- On FastMetal, Lustify SDXL is billed per token in yen: ¥0 per 1M input tokens and ¥0 per 1M output tokens, before tax. Usage is drawn from a prepaid balance; there is no subscription or monthly fee.
- Can I call Lustify SDXL with the OpenAI SDK?
- Yes. Point base_url at https://api.fastmetal.ai/v1 and pass "lustify-sdxl" as the model; existing OpenAI-style code works unchanged, including streaming, tool calls and structured output.
- What do I need to try Lustify SDXL?
- Create an account and add credit; the model is then available both in the browser chat and over the API. There is no contract or minimum spend.
Try Lustify SDXL right now
Lustify SDXL is available on FastMetal through one API key. Start in the browser, or call it from the OpenAI SDK.