AI-YIAPI-全球AI分发站
  1. Generate
AI-YIAPI-全球AI分发站
  • 关于我们
  • Open AI
    • gpt-4-all(生成图片)
    • 内容补全接口
    • DALL·E 3
    • 创建嵌入
    • 创建转录
    • 创建翻译
    • TTS文本转语音
    • 合并音乐
  • InsightFace任务提交
    • 提交swap_face任务
  • 任务管理
    • 任务查询
  • Midjourney接口
    • 任务提交
      • 执行动作
      • 提交Blend任务
      • 提交Describe任务
      • 提交Imagine任务
      • 提交Modal
      • 提交Shorten任务
    • 任务查询
      • 指定ID获取任务
      • 获取任务图片的seed(需设置mj或niji的私信ID)
  • 暂时未启用
    • Generate
      • Stable Image Ultra
        POST
      • Stable Image Core
        POST
      • Stable Diffusion 3
        POST
    • SDXL & SD1.6
      • Text-to-image
    • styles
      • 创建样式
    • images
      • 生成图像
      • 图像矢量化
      • 移除背景
      • 清晰度提升
      • 生成式放大
    • 视频生成
      • 图生视频
    • 生成音乐
      POST
    • 获取音乐
      GET
    • 生成音乐
      POST
    • 获取音乐
      GET
    • flux-pro-1.1
      POST
    • flux-pro
      POST
    • flux-dev
      POST
    • flux-查询
      GET
    • Generate(文生图)
      POST
    • Remix(混合图)
      POST
    • Upscale(放大高清)
      POST
    • Describe(描述)
      POST
    • 图像生成
      POST
    • 文生视频
      POST
    • 图生视频
      POST
    • 查询任务
      GET
    • 获取视频
      GET
    • 生成视频
      POST
    • 图片描述
      POST
    • 文生图
      POST
    • 合成图
      POST
    • 放大图片
      POST
    • ideogram任务查询
      POST
    • CogVideoX视频生成
      POST
    • CogVideoX视频查询
      GET
    • Mix上传视频并生成视频
      POST
    • 查询视频任务
      GET
    • Multi模板列表
      GET
    • Mix官方模板列表
      GET
    • Mix上传视频素材库
      GET
    • Mix上传图片素材库
      GET
    • 剩余积分查询
      GET
    • Multi上传视频并生成视频
      POST
    • Move上传视频并生成视频
      POST
  1. Generate

Stable Image Ultra

POST
/sd/v2beta/stable-image/generate/ultra
Our most advanced text to image generation service, Stable Image Ultra creates the highest quality images
with unprecedented prompt understanding. Ultra excels in typography, complex compositions, dynamic lighting,
vibrant hues, and overall cohesion and structure of an art piece. Made from the most advanced models,
including Stable Diffusion 3, Ultra offers the best of the Stable Diffusion ecosystem.

Try it out#

Grab your API key and head over to Open Google Colab

How to use#

Please invoke this endpoint with a POST request.
The headers of the request must include an API key in the authorization field. The body of the request must be
multipart/form-data. The accept header should be set to one of the following:
image/* to receive the image in the format specified by the output_format parameter.
application/json to receive the image in the format specified by the output_format parameter, but encoded to base64 in a JSON response.
The only required parameter is the prompt field, which should contain the text prompt for the image generation.
Note: for the full list of optional parameters, please see the request schema below.

Output#

The resolution of the generated image will be 1 megapixel. The default resolution is 1024x1024.

Credits#

The Ultra service uses 8 credits per successful result. You will not be charged for failed results.

请求参数

Authorization
Bearer Token
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
or
Header 参数

Body 参数multipart/form-data

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/sd/v2beta/stable-image/generate/ultra' \
--header 'authorization;' \
--header 'accept;' \
--form 'prompt=""'

返回响应

🟢200成功
application/json
Body

示例
{}
🟠400请求有误
🟠403禁止访问
🟠413413
🟠422参数错误
🟠429429
🔴500服务器错误
修改于 2025-04-07 07:23:29
上一页
获取任务图片的seed(需设置mj或niji的私信ID)
下一页
Stable Image Core
Built with