·together-images
</>

together-images

Generate and edit images via Together AI's image generation API. Models include FLUX.1 (schnell/dev/pro), FLUX.2, Kontext (image editing with reference images), Seedream, Stable Diffusion, and more. Use when users want to generate images from text, edit existing images, create AI art, use LoRA adapters for custom styles, or work with any image generation task.

10Installs·0Trend·@zainhas

Installation

$npx skills add https://github.com/zainhas/togetherai-skills --skill together-images

How to Install together-images

Quickly install together-images AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/zainhas/togetherai-skills --skill together-images
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: zainhas/togetherai-skills.

SKILL.md

View raw

Generate images from text prompts and edit existing images via the Together AI API.

| prompt | string | Text description (required) | - | | model | string | Model ID (required) | - | | width | int | Width in pixels | 1024 | | height | int | Height in pixels | 1024 | | n | int | Number of images (1-4) | 1 | | steps | int | Diffusion steps (more = better quality) | varies | | seed | int | Random seed for reproducibility | random |

| negativeprompt | string | What to exclude | - | | responseformat | string | "url" or "base64" | "url" | | imageurl | string | Reference image (Kontext) | - | | aspectratio | string | For Schnell/Kontext models | - | | disablesafetychecker | bool | Disable NSFW filter | false |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/zainhas/togetherai-skills --skill together-images
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from zainhas/togetherai-skills

Quick answers

What is together-images?

Generate and edit images via Together AI's image generation API. Models include FLUX.1 (schnell/dev/pro), FLUX.2, Kontext (image editing with reference images), Seedream, Stable Diffusion, and more. Use when users want to generate images from text, edit existing images, create AI art, use LoRA adapters for custom styles, or work with any image generation task. Source: zainhas/togetherai-skills.

How do I install together-images?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/zainhas/togetherai-skills --skill together-images Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/zainhas/togetherai-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10