evolink-ai/seedream-5-pro-image-generate-api-skill — explained in plain English
Analysis updated 2026-05-18
Let an AI coding agent install a skill and generate an image for you with cost confirmation first.
Call the Seedream 5.0 Pro API directly from Python, JavaScript, or curl to generate images.
Edit or remix up to ten reference images into a new generated image.
Set up a callback webhook instead of polling to know when an image generation task finishes.
| evolink-ai/seedream-5-pro-image-generate-api-skill | 00kaku/gallery-slider-block | 3rd-eden/ircb.io | |
|---|---|---|---|
| Stars | 0 | — | — |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-05-19 | 2016-11-16 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an EvoLink API key and generating images costs credits, so check pricing before high volume use.
This repository is an integration guide and installable agent skill for Seedream 5.0 Pro, an AI image generation model reachable through the EvoLink API. It targets two kinds of users: developers who want to call the model directly from code, and people using an AI coding agent like Claude who just want the agent to install a ready made skill and handle the request for them. The skill can be installed with a single command, either through a skills registry tool or a fallback npm package, and once installed it guides setup, asks for an EvoLink API key only if one is needed, checks that the key is valid without spending credits, and only runs an actual image generation after the prompt and expected cost are confirmed. This is meant to prevent an agent from accidentally generating images, and racking up charges, without the user's knowledge. For developers working directly with the API, image generation works as a two step process. First you send a request to create a task with a text prompt, an image size and ratio, and a quality level of either 1K or 2K, using your API key for authorization. This returns a task ID. You then poll a separate endpoint with that ID until the task is marked complete, at which point you get back a link to the generated image. The repository includes complete working examples of this flow in curl, Python, and JavaScript, along with separate documentation pages covering the exact response format, error handling, callback webhooks for avoiding repeated polling, and current pricing. The project also supports up to ten reference images per request for image to image editing tasks. Because generated image links can expire, the documentation recommends saving the resulting files promptly rather than relying on the returned URL staying valid indefinitely.
An API guide and installable AI agent skill for generating images with Seedream 5.0 Pro through the EvoLink service.
Mainly JavaScript. The stack also includes JavaScript, Python, REST API.
No license information is given in the README, so usage rights are unclear.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.