Hyperbolic · Arazzo Workflow
Hyperbolic Chat To Image
Version 1.0.0
Use an LLM to craft a vivid image prompt, then render it with a diffusion model.
View Spec
View on GitHub
AIArtificial IntelligenceComputeDecentralizedDePINGPUImage GenerationInferenceLLMMarketplaceOpen SourceArazzoWorkflows
Provider
Workflows
chat-to-image
Expand an idea into an image prompt with an LLM and render it to an image.
Sends a brief creative idea to a chat model with instructions to return a rich, single-paragraph image prompt, then passes the returned text to the image generation endpoint to produce base64-encoded images.
1
authorPrompt
createChatCompletion
Ask the chat model to turn the short idea into a detailed, single paragraph text-to-image prompt suitable for a diffusion model.
2
render
generateImage
Generate images from the authored prompt and capture the base64 image and the seed used.
Source API Descriptions
openapi