How to actually call the Runware API correctly for any task - inspect the model's schema, send the right fields, run synchronously for images or asynchronous...
设计与多媒体
Runware Prompting
试用Write effective prompts for Runware's image and video models. Use whenever an agent is composing a prompt and wants model-appropriate phrasing, in-image text...
它能做什么
Write effective prompts for Runware's image and video models. Use whenever an agent is composing a prompt and wants model-appropriate phrasing, in-image text, negation, or cinematic grammar. Foundation skill - outcome skills lean on it for the actual wording.
技能文档
Prompting Runware models
Different model families read prompts differently. Match the phrasing to the model. When in doubt, confirm the model's strengths via runware-models.
Cross-family principles
- Layer the scene for complex images: subject → environment → camera/framing → lighting → mood. Name objects and their positions, not just objects.
- Short and interpretive vs long and structured. Modern models reward concise intent; older/diffusion models reward dense descriptive stacks. Pick per family below.
- In-image text is quoted, exact, and placed. To render words in an image, quote the exact string and state placement and style. Models render what you quote, not what you describe.
- Negation: some models take inline negation in the positive prompt (write "Negative prompt: X, Y" as a clause and the model obeys); others have a real
negativePromptfield. Check the schema.
Image families
- LLM-based image models (gpt-image-2, Nano Banana 2): parse full natural language. Use structured briefs, inline negation, even pseudocode; say "photorealistic" explicitly; use camera language for composition. Nano Banana 2 has a
thinkingsetting for hard prompts and renders legible in-image text well; it also grounds on real facts viaproviderSettings.google.webSearch. - Seedream / Recraft: short interpretive prompts work; layer (subject → lighting → composition) for control. Recraft's Utility variants give flat, predictable output for mockups; constrain color with
settings.colors. - Ideogram: operates on a structured JSON (reserved keys:
description,style,background,elements), not a sentence. Text is a first-classtextelement. Use Magic Prompt to expand natural language, or hand-craft the JSON for repeatable layouts. - Grok / typography models: quoting the exact text is non-negotiable; placement and script/style are refinements.
Video families
- Cinematic grammar (Gemini-Omni, Luma, Runway, Kling): use a compact scaffold - framing/camera motion, style, lighting, location, action. Three to four sentences beat a wall of adjectives. These models read camera vocabulary (dolly, push-in, rack focus) directly.
- Image-to-video (Runway Gen, Pixverse, HappyHorse): the image fixes the subject and composition; the prompt should direct only the motion (subject motion + camera motion). Don't re-describe the scene the image already shows.
- Multi-shot in one call (HappyHorse, Kling Turbo, Pixverse): use the model's beat/shot template (
shot N, seconds, description;orBegin with… / Cut to… / End on…). Per-shot seconds must sum to the totalduration.
Quality bar
- Phrasing matches the chosen model family (not a generic prompt).
- Any required in-image text is quoted exactly and placed.
- For video, the prompt directs motion/camera, not a static scene description.
Related skills
runware-models (which model), runware-run (send it), and outcome skills (each adds its domain build-order on top of these basics).
相关技能
Pick the right Runware model for a task and keep that choice current. Use when an agent needs to decide "which model for X", discover what's available, or ch...
Image-to-video generation on RunComfy. This image-to-video skill turns any still image into a short video clip via the RunComfy Model API. The image-to-video pipeline supports portrait animation, product reveal, scene motion, and synchronized-audio image-to-video output. Calls the right image-to-video endpoint for the user's intent (general image-to-video, lip-sync image-to-video, multi-modal image-to-video) through `runcomfy run <model>/image-to-video`. Triggers on "image to video", "image-to-video", "i2v", "animate image", "image2video", "make a video from image", "still to video", "still-to-video", or any explicit ask for image-to-video conversion.
Create, edit, transition, and extend PixVerse V6 videos through RunAPI. Use when the user asks an agent to create video from text, images, references, transitions, or a completed PixVerse task. Default to the RunAPI CLI for one-off generation; use SDKs only when the user is integrating RunAPI into an app or backend.
Generate and edit video with InfiniteTalk through RunAPI. Use when the user asks an agent to create, edit, or transform video with InfiniteTalk. Default to the RunAPI CLI for one-off generation; use SDKs only when the user is integrating RunAPI into an app or backend.
Recommend suitable prompts from 15,600+ GPT Image 2 image generation prompts based on user needs. Optimized for GPT Image 2 (OpenAI), but prompts also work w...