現已上線
Mistral
codestral-2508
Mistral's cutting-edge language model for coding released end of July 2025. Codestral specializes in low-latency, high-frequency tasks such as fill-in-the-middle (FIM), code correction and test generation. Blog Post
TextToolsOpen Weights256KFilesCache
輸入免費
輸出免費
上下文256K
端點openai
能力
工具檔案快取結構化預填
模態
輸入
textfile
輸出
text
快速統計
上下文視窗256K
最大輸出256K
模式chat
分詞器Mistral
知識截止2025
效能
正在載入效能資料...
支援的參數
| 參數 | 始終 | 預設值 |
|---|---|---|
| frequency_penalty | - | |
| max_tokens | - | |
| presence_penalty | - | |
| response_format | - | |
| seed | - | |
| stop | - | |
| structured_outputs | - | |
| temperature | 0.3 | |
| tool_choice | - | |
| tools | - | |
| top_p | - |
§ 01
價格
| 輸入價格 | $0.00/每百萬 tokens |
| 輸出價格 | $0.00/每百萬 tokens |
| 上下文視窗 | 256K tokens |
| 相容端點 | openai |
| 供應商 | Mistral |
§ 02
從您的程式碼呼叫 codestral-2508
將任何 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": "codestral-2508",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
常見問題
codestral-2508 每百萬 tokens 的費用是多少?
輸入每百萬 tokens 定價 $0.00,輸出每百萬 tokens 定價 $0.00。計費以 token 為單位,不會湊整到批次大小。
我要如何透過 API 使用 codestral-2508?
將請求送至 UnoRouter 的 /v1/chat/completions 端點,並將 model 設為 codestral-2508。任何 OpenAI 相容的用戶端程式庫都可使用。驗證採用標準 Bearer token。
codestral-2508 的上下文視窗是多少?
codestral-2508 支援 256K tokens 的上下文視窗,由您的提示詞與模型回應共用。
§ 04