該模型的所有供應商目前都很繁忙
每個上游供應商都已達到速率上限。上限解除後模型會自動恢復,通常在數小時內。請稍後重試,或改用其他模型。
現已上線
Poolside
laguna-xs-2.1:free
Laguna XS 2.1 is the latest coding agent model in the 33B-A3B category from Poolside and a step forward from their Laguna XS.2 model (released in April 2026). It combines...
TextReasoningToolsOpen Weights262.1KCache
輸入免費
輸出免費
上下文262.1K
端點openai
能力
推理工具快取
模態
輸入
text
輸出
text
快速統計
效能
正在載入效能資料...
支援的參數
所有提供方:為該模型提供服務的每個上游都支援。部分提供方:取決於處理請求的上游。預設值:未設定時傳送的值。
| 參數 | 提供方 | 預設值 |
|---|---|---|
| frequency_penalty | 部分提供方 | 預設不傳送 |
| include_reasoning | 所有提供方 | - |
| max_tokens | 所有提供方 | - |
| presence_penalty | 部分提供方 | 預設不傳送 |
| reasoning | 所有提供方 | - |
| repetition_penalty | 部分提供方 | 預設不傳送 |
| temperature | 所有提供方 | 0.7 |
| tool_choice | 所有提供方 | - |
| tools | 所有提供方 | - |
| top_k | 部分提供方 | 預設不傳送 |
| top_p | 部分提供方 | 0.9 |
§ 01
價格
| 輸入價格 | $0.00/每百萬 tokens |
| 輸出價格 | $0.00/每百萬 tokens |
| 上下文視窗 | 262.1K tokens |
| 相容端點 | openai |
| 供應商 | Poolside |
§ 02
從您的程式碼呼叫 laguna-xs-2.1:free
將任何 OpenAI 相容 SDK 指向 UnoRouter,並以名稱請求模型。請將 YOUR_API_KEY 換成您儀表板上的真實金鑰。
bash
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "laguna-xs-2.1:free",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
常見問題
laguna-xs-2.1:free 每百萬 tokens 的費用是多少?
輸入每百萬 tokens 定價 $0.00,輸出每百萬 tokens 定價 $0.00。計費以 token 為單位,不會湊整到批次大小。
我要如何透過 API 使用 laguna-xs-2.1:free?
將請求送至 UnoRouter 的 /v1/chat/completions 端點,並將 model 設為 laguna-xs-2.1:free。任何 OpenAI 相容的用戶端程式庫都可使用。驗證採用標準 Bearer token。
laguna-xs-2.1:free 的上下文視窗是多少?
laguna-xs-2.1:free 支援 262.1K tokens 的上下文視窗,由您的提示詞與模型回應共用。
§ 04