AIGC WORKSHOP
Choose an available model, submit a task, and download the result
The Workshop only lists image and video models that are genuinely available to the current user's groups. Submission, polling, preview, and download share one task flow.
Shortest workflow
- Sign in and open the AIGC Workshop.
- Choose an image or video task and an available model.
- Set prompt, dimensions, duration, resolution, or reference media.
- Submit and wait for a final state in Task records.
- Preview and download your result.
Models and groups come from live capabilities
A model enters the selector only when it declares image or video capability, has an enabled channel, and has a token group available to the current user.
Use the live image catalog and live video catalog for the public machine-readable view.
Image generation
Use /v1/images/generations. The Direct base URL is recommended for long responses. A regular key must use a supported image group; a smart key uses smart:gpt-image and routes only between GPT作图 and AzGPT作图.
Video and multiple reference assets
Video generation is a long-running task and should use the Direct API. Seedance smart routing uses smart:seedance-video.
{
"prompt": "Use @Image 1 and speak with @Audio 1",
"duration": 15,
"ratio": "16:9",
"resolution": "720p",
"references": [
{"media_type":"image","role":"reference_image","url":"YOUR_PUBLIC_IMAGE_URL","alias":"Image 1"},
{"media_type":"audio","role":"reference_audio","url":"YOUR_PUBLIC_AUDIO_URL","alias":"Audio 1"}
]
}Aliases in the prompt must match aliases in references. The generation service must be able to fetch each URL.
Task records and downloads
Image and video task records remain available for at least 24 hours. A user can inspect and download only results associated with their own account.
Download any result you need to retain. Task records support recovery and short-term retrieval; they are not a permanent asset library.
API routes and success signals
| Task | Base URL | Resource |
|---|---|---|
| Image | https://api-direct.ai.bycomet.cc/v1 | /v1/images/generations |
| Video | https://api-direct.ai.bycomet.cc/v1 | /v1/videos |
A successful task has a final success state, a preview/download result, and a matching request ID and charge in Usage logs.
