chat_fast_imagine
$ 0.09 每次請求
計費方式
按次計費$ 0.09 每次請求
API
curl
curl https://api.zipflow.xyz/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"chat_fast_imagine","messages":[{"role":"user","content":"Explain quantum entanglement in one paragraph."}]}'Replace API_KEY with your ZipFlow API key.
關於 ZipFlow 上的 chat_fast_imagine
chat_fast_imagine 是什麼?
chat_fast_imagine 已接入 ZipFlow,透過統一 Base URL(https://api.zipflow.xyz)使用。一個帳戶和一個 API 金鑰即可使用平台上的全部模型。
ZipFlow 上 chat_fast_imagine 的價格是多少?
chat_fast_imagine 以美元計費:輸入每 100 萬 tokens $ 0.09,輸出每 100 萬 tokens $ 0。價格詳見定價頁與控制台。
如何開始使用 chat_fast_imagine?
建立 ZipFlow 帳戶,在控制台建立 API 金鑰,然後使用該模型 id 呼叫 https://api.zipflow.xyz/v1/chat/completions。上方有程式碼範例。