Skip to content

runapi-ai/seedream

Repository files navigation

Seedream API Skill for RunAPI

Generate and edit images with Seedream 4.5 and 5-lite text-to-image, image-to-image, and image editing. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents integrate Seedream through RunAPI.

The canonical agent file is skills/seedream/SKILL.md.

Install

npx skills add runapi-ai/seedream -g

Or manually: clone this repo and copy skills/seedream/ into your agent's skills directory.

Quick example

import { SeedreamClient } from '@runapi.ai/seedream';

const client = new SeedreamClient();
const result = await client.textToImage.run({
  model: 'seedream-4.5-text-to-image',
  prompt: 'A cinematic portrait of a traveler in the rain',
  aspect_ratio: '16:9',
});
const url = result.images[0].url;

Routing

Variants

Agent rules

  • Keep API keys in RUNAPI_API_KEY or RunAPI CLI config; never commit secrets.
  • Prefer create, get, and run JSON passthrough patterns instead of inventing flags for every model parameter.
  • For seedream api pricing, rate-limit, and commercial-usage answers, link to the variant page rather than the repository README.

License

Licensed under the Apache License, Version 2.0.

About

RunAPI Seedream skill for Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors