Skip to content

Latest commit

 

History

History
105 lines (74 loc) · 2.08 KB

luma.md

File metadata and controls

105 lines (74 loc) · 2.08 KB
title language_tabs toc_footers includes search code_clipboard highlight_theme headingLevel generator
个人项目
shell
Shell
http
HTTP
javascript
JavaScript
ruby
Ruby
python
Python
php
PHP
java
Java
go
Go
true
true
darkula
2
@tarslib/widdershins v4.0.23

个人项目

Base URLs:

Authentication

  • HTTP Authentication, scheme: bearer

gptgod/luma

POST /generations Copy

POST /v1/luma/generations

Body 请求参数

{
  "user_prompt": "A teddy bear in sunglasses playing electric guitar, dancing and headbanging in the jungle in front of a large beautiful waterfall",
  "aspect_ratio": "16:9",
  "expand_prompt": true
}

请求参数

名称 位置 类型 必选 说明
body body object none

返回示例

200 Response

{}

返回结果

状态码 状态码含义 说明 数据模型
200 OK 成功 Inline

返回数据结构

POST /task Copy

POST /v1/luma/task

Body 请求参数

{
  "user_prompt": "A teddy bear in sunglasses playing electric guitar, dancing and headbanging in the jungle in front of a large beautiful waterfall",
  "aspect_ratio": "16:9",
  "expand_prompt": true
}

请求参数

名称 位置 类型 必选 说明
body body object none

返回示例

200 Response

{}

返回结果

状态码 状态码含义 说明 数据模型
200 OK 成功 Inline

返回数据结构

数据模型