Prompt Enhancement

ModelBeam provides prompt enhancement endpoints that improve your prompts before generation, leading to higher-quality outputs.

Available Endpoints

EndpointDescription
Image PromptEnhance text-to-image prompts
Image2Image PromptEnhance image-to-image prompts with reference image
Video PromptEnhance video generation prompts
Speech PromptEnhance text for speech synthesis
Sample PromptsGet sample prompts for inspiration

How It Works

  1. Send your original prompt to the enhancement endpoint
  2. Receive an enhanced version optimized for the target model
  3. Use the enhanced prompt in your generation request

Pricing

All prompt enhancement endpoints have corresponding /price-calculation endpoints. Prompt enhancement costs approximately $0.0008728 per request. Response format for prompt price calculations:
{
  "price": 0.0008728
}