public interface ImagesApi
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<ImageResult> |
createImage(CreateImageRequest request)
Generate images from text prompts using CogView-3-Plus Creates high-quality images
based on textual descriptions with advanced semantic understanding Supports complex
scene composition, lighting effects, and accurate Chinese character rendering
Optimized for both artistic creation and practical image generation needs
|
@POST(value="images/generations") io.reactivex.rxjava3.core.Single<ImageResult> createImage(@Body CreateImageRequest request)
request - Image generation parameters including prompt, size, style, quality,
and model selectionCopyright © 2025. All rights reserved.