Skip to main content
Seedream 5.0 Lite

Seedream 5.0 Lite

ByteDance 的輕量級 Seedream 5.0 圖片模型,面向 reasoning 驅動的視覺生成、編輯與聯網創作工作流。

圖片生成圖片編輯聯網檢索

生成模式

文字 + 圖片

支援生成與編輯工作流

Reasoning

支援

面向更強的複雜指令跟隨

聯網搜尋

支援

適合需要外部上下文的視覺參考

參考價格

$0.035

公開 API 參考價,每張圖片

模型代碼seedream-5-0-lite

試玩區

seedream-5-0-lite

暫無輸出

定價

來源模式價格
公開 API 參考價圖片生成或圖片編輯$0.035 / image

Image generation · $0.035 · image

README

Seedream 5.0 Lite 是一款兼顧成本效率的圖片生成與編輯模型,適合企業視覺生產場景,結合較強的提示詞理解、多模態輸入和聯網檢索能力,支援更可控的創意輸出。
  • Seedream 5.0 Lite 是 ByteDance Seedream 5.0 圖片生成系列中的輕量級模型。
  • 該模型面向 reasoning 驅動的圖片生成與編輯,適合企業創意審核、行銷資產迭代和結構化提示詞工作流。
  • 聯網搜尋與 web-connected retrieval 能力讓它更適合需要參考即時或外部上下文的視覺輸出。

API

查看 API 文檔以獲取請求格式、參數說明和集成方式。

ByteDance 的輕量級 Seedream 5.0 圖片模型,面向 reasoning 驅動的視覺生成、編輯與聯網創作工作流。

模型代碼

seedream-5-0-lite

查看 API 文檔

API

端點

POST /v1/images/create

認證

Authorization: Bearer YOUR_REACH_API_KEY
Content-Type: application/json

示例

curl -X POST "https://direct.reachapi.ai/v1/images/create" \
  -H "Authorization: Bearer YOUR_REACH_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedream-4-5",
    "input": {
      "prompt": "A quiet ceramic tea cup on a wooden table, square composition, soft morning light",
      "resolution": "2k",
      "watermark": false
    }
  }'