Runbase

Command Palette

Search for a command to run...

OpenAI

GPT Image 1.5

ID:openai/gpt-image-1.5

API tạo hình ảnh GPT Image 1.5 của OpenAI — nhanh hơn 4 lần so với v1 với hiển thị văn bản vượt trội, 3 tỷ lệ khung hình, và chế độ chất lượng medium/high.

Chuyển văn bản thành hình ảnhChỉnh sửa hình ảnhHình ảnh tham chiếuHiển thị văn bản

Tổng quan

API tạo hình ảnh GPT Image 1.5 của OpenAI — nhanh hơn 4 lần so với v1 với hiển thị văn bản vượt trội, 3 tỷ lệ khung hình, và chế độ chất lượng medium/high.

Xác thực

Tất cả request API yêu cầu khóa API hợp lệ được truyền qua header Authorization sử dụng scheme Bearer.

Bắt đầu nhanh

Thông tin xác thực

Đặt biến môi trường RUNBASE_API_KEY.

Shell
export RUNBASE_API_KEY=your-api-key

Tạo lượt chạy

Shell
curl -s https://runbase.net/api/v1/runs \
  -H "Authorization: Bearer $RUNBASE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-image-1.5",
    "input": {
      "prompt": "A cinematic product photo of a ceramic lamp"
    }
  }'

Lượt chạy

Các lượt chạy được xử lý bất đồng bộ. Gửi request, sau đó poll để lấy kết quả.

Tạo lượt chạy

Shell
curl -s https://runbase.net/api/v1/runs \
  -H "Authorization: Bearer $RUNBASE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-image-1.5",
    "input": { "prompt": "A cinematic product photo of a ceramic lamp" }
  }'

Lấy trạng thái lượt chạy

Shell
curl -s https://runbase.net/api/v1/runs/RUN_ID \
  -H "Authorization: Bearer $RUNBASE_API_KEY"

Lấy kết quả

Poll endpoint trạng thái cho đến khi status là "succeeded", sau đó đọc output.urls từ response.

Schema đầu vào

Tham sốLoạiBắt buộcMô tả
promptstringBắt buộcPrompt
aspect_ratiostringTùy chọnAspect ratioTùy chọn: 1:13:22:3
qualitystringTùy chọnQualityTùy chọn: mediumhigh
image_urlsstring[]Tùy chọnReference images

Schema đầu ra

TrườngLoạiMô tả
urlsstring[]URL đầu ra đã tạo

Lỗi

API sử dụng mã trạng thái HTTP tiêu chuẩn để biểu thị thành công hoặc thất bại.

Mã trạng tháiMô tả
400Requête invalide - paramètres manquants ou malformés
401Échec de l'authentification - clé API manquante ou invalide
402Crédits insuffisants
403Interdit - IP non autorisée ou limite de crédits de la clé API dépassée
404Exécution introuvable
429Limite de requêtes dépassée
500Erreur interne du serveur