Генерируйте изображения с помощью Seedream

Создает изображение из текстового приглашения, используя модельseedream-5-0-260128.
ИИ: изображения
Loading...
Текущий путь: /ai/images/generate/seedream

Доступные методы и их схемы JSON.

post Генерируйте изображения с помощью Seedream
ИИ: изображения

Создает изображение из текстового приглашения, используя модельseedream-5-0-260128.

Схема документа JSON:
{
  "Path": "/ai/images/generate/seedream",
  "Method": "post",
  "Tag": "AI: Images",
  "Summary": "Generate images using seedream",
  "Description": "Creates an image from a text prompt using the seedream-5-0-260128 model.",
  "consumes": null,
  "Parameters": [
    {
      "name": "prompt",
      "in": "formData",
      "description": "Text description for the image generation [textarea]",
      "required": true,
      "type": "string",
      "default": null,
      "x-load-url": null,
      "x-link-child": null
    }
  ]
}