主题切换
创建 Image
OpenAPI Specification
yaml
openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/v1/images/generations:
get:
summary: 创建 Image
deprecated: false
description: ''
tags:
- '绘画模型/Grok Image 系列 '
parameters:
- name: Authorization
in: header
description: ''
required: false
example: Bearer {{YOUR_API_KEY}}
schema:
type: string
requestBody:
content:
application/json:
schema:
type: object
properties: {}
x-apifox-orders: []
example:
model: grok-3-image
prompt: a cat
size: 960x960
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties: {}
x-apifox-orders: []
headers: {}
x-apifox-name: 成功
security:
- bearer: []
x-apifox-folder: '绘画模型/Grok Image 系列 '
x-apifox-status: developing
x-run-in-apifox: https://app.apifox.com/web/project/7937429/apis/api-427877308-run
components:
schemas: {}
securitySchemes:
bearer:
type: http
scheme: bearer
servers:
- url: https://new.22codex.xyz
description: 正式环境
security:
- bearer: []