https://api.yelinai.com/v1/images/generationsAvailable Models:
seedream-4-0-250828- $0.035/imageseedream-4-5-251128- $0.045/image (Latest version)
- SeeDream 4.0: 0.025/image→∗∗0.025/image → **0.025/image→∗∗0.035/image**
- SeeDream 4.5 (New version): $0.045/image
Prerequisites
1 Get API Key Log in to YeLIn AI console to obtain your API key 2 Configure Billing Mode Edit token settings and choose one of the following billing modes (same price for both):- Volume Priority (Recommended): Uses balance billing first, automatically switches when balance is insufficient. Suitable for most users
- Pay-per-call: Direct deduction for each call. Suitable for strict budget control scenarios
请在 Console 查看对应界面截图。
Changelog
September 11, 2025 - SeeDream 4.0 API launched officially, integrated by LaoZhang AI on the same dayCore Features
Text-to-Image
Generate high-quality images from text descriptionsImage-to-Image
AI editing and redrawing based on source imagesMulti-Image Input
Supports up to 10 reference imagesFlexible Dimensions
Customizable image resolution and sizeOpenAI Format
Fully compatible with OpenAI Image API formatFlexible Versions
4.0 at 0.035/image,4.5at0.035/image, 4.5 at 0.035/image,4.5at0.045/imageKey Information
Source
Strategic PartnershipSeeDream 4.0 is powered by BytePlus Ark (international version). LaoZhang AI has established a strategic partnership to provide you with stable and reliable service.Technical Specifications
Versions & Pricing
💰 Pricing Details
- SeeDream 4.0: $0.035/image (approximately ¥0.25/image)
- SeeDream 4.5: $0.045/image (approximately ¥0.32/image)
- Recharge Bonus: Bulk recharge gets +10% bonus
Getting Started
1 Create Token Login to LaoZhang API Token Management and create a pay-per-use token(截图请在 Console 查看) 2 Select Billing Type Important: Must select “Pay-per-use” type 3 Save Token Copy the generated token (format:sk-xxxxxx) and replace API_KEY in the code
Text-to-Image
Python Version
Curl Simple Version
Curl One-Line Version (with Auto Download)
Requires python3 installation, automatically parses response and downloads imageImage-to-Image
AI editing and redrawing based on source images, supports up to 10 reference images.Python Version
Curl Version
Resources
Official Documentation
API Documentation
BytePlus ModelArk official technical documentationUser Manual
Seedream 4.0 User ManualUser Guide
Seedream 4.0 User GuidePrompting Tips
Prompting and style keyword guideCommon Questions
Dimensions and Resolution Supports custom image dimensions viasize parameter:
2K: 2048 pixels (recommended)- Also supports custom resolutions
- Text-to-Image: No reference images needed
- Image-to-Image: Supports 1-10 reference images
- Pass via
imageparameter as URL or Base64
watermark parameter:
false: No watermark (recommended)true: With watermark
response_format):
url: Returns image link (recommended, convenient for download)b64_json: Returns Base64 encoding
sequential_image_generation parameter:
disabled: Standard generation mode (recommended)enabled: Sequential generation mode