Runbase

Command Palette

Search for a command to run...

Gemini

Nano Banana Pro

ID:google/nano-banana-pro

API tạo hình ảnh Nano Banana Pro của Google — Gemini 3 Pro với hiển thị văn bản sắc nét nhất, đầu ra 4K, và chất lượng cao nhất trong dòng sản phẩm.

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

Tổng quan

API tạo hình ảnh Nano Banana Pro của Google — Gemini 3 Pro với hiển thị văn bản sắc nét nhất, đầu ra 4K, và chất lượng cao nhất trong dòng sản phẩm.

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": "google/nano-banana-pro",
    "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": "google/nano-banana-pro",
    "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:12:33:23:44:34:55:49:1616:921:9auto
resolutionstringTùy chọnResolutionTùy chọn: 1K2K4K
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