Rivya AI 文件
模型 API 接入文件

Google Imagen4 Ultra API 接入文件

透過 Rivya Public API v1 呼叫 Google Imagen4 Ultra,包含模型 ID google-imagen4-ultra、輸入類型、參數、Files API 規則、點數和回應範例。

API 可呼叫文字輸入可用圖片
API 模型 ID

google-imagen4-ultra

輸入類型

text

Files API

最小請求不需要

基礎點數

12

能力類型

圖片

計費方式

FIXED

Prompt 上限

5000 字元

請求欄位

模型 ID 放在頂層欄位。模型專屬控制項放入 params。

Key類型必填預設值說明
modelstringgoogle-imagen4-ultra使用 google-imagen4-ultra 作為 API 模型 ID。
promptstring-這個模型最多 5000 個字元。
paramsobject-模型專屬參數物件。可用 keys 請見下方參數表。
client_request_idstring-可選的用戶端請求 ID,方便你在自己的系統中追蹤請求。

模型參數

Key類型必填預設值範圍選項說明
aspect_ratioselect1:1-1:1, 16:9, 9:16, 3:4, 4:3長寬比
negative_prompttext---反向提示詞
seedtext---留空時,每次都會產生新的隨機結果。重複使用同一個整數,會更容易重現或微調上一個結果。只有在提示詞和其他關鍵設定也保持相近時,結果才會更接近,但不保證 1:1 完全一致。

最小請求

{
  "model": "google-imagen4-ultra",
  "prompt": "A clean editorial product image on a soft studio background",
  "params": {
    "aspect_ratio": "1:1",
    "negative_prompt": "可選:要避免的內容",
    "seed": "可選種子值"
  }
}

建立回應

建立 endpoint 會回傳公開 task id。繼續輪詢狀態 endpoint,直到任務成功或失敗。

{
  "id": "task_google_imagen4_ultra_example",
  "status": "queued",
  "model": "google-imagen4-ultra",
  "reserved_credits": 12,
  "final_credits": 0,
  "created_at": "2026-05-11T00:00:00.000Z",
  "updated_at": "2026-05-11T00:00:00.000Z",
  "result": null,
  "error": null
}

常見錯誤

validation_failed, insufficient_credits, idempotency_conflict, rate_limited, not_found

建立 endpoint 會回傳公開 task id。繼續輪詢狀態 endpoint,直到任務成功或失敗。