OpenAI: gpt-4.1:free
gpt-4.1 is the flagship variant of OpenAI's GPT-4.1 family, officially designated as the "Smartest non-reasoning model." It marks a significant advancement over GPT-4o, with substantial improvements in coding reliability and instruction-following precision. Its standout technical breakthrough is the 1-million-token context window, enabling the processing of entire monorepos, extensive legal documents, or massive event logs in a single pass. The model is trained for high "literal adherence," following complex formatting and logic far more accurately than its predecessors. It also introduces optimized code-diffing capabilities, allowing for precise edits that reduce both cost and latency for developers.
價格
效能
支援的參數
所有提供方:為該模型提供服務的每個上游都支援。部分提供方:取決於處理請求的上游。預設值:未設定時傳送的值。
| 參數 | 提供方 | 預設值 |
|---|---|---|
| max_completion_tokens | 部分提供方 | - |
| max_tokens | 部分提供方 | - |
| response_format | 所有提供方 | - |
| seed | 所有提供方 | - |
| structured_outputs | 所有提供方 | - |
| temperature | 所有提供方 | - |
| tool_choice | 所有提供方 | - |
| tools | 所有提供方 | - |
| top_p | 所有提供方 | - |
常見問題
gpt-4.1:free 每百萬 tokens 的費用是多少?
輸入每百萬 tokens 定價 $0.00,輸出每百萬 tokens 定價 $0.00。計費以 token 為單位,不會湊整到批次大小。
我要如何透過 API 使用 gpt-4.1:free?
將請求送至 UnoRouter 的 /v1/chat/completions 端點,並將 model 設為 gpt-4.1:free。任何 OpenAI 相容的用戶端程式庫都可使用。驗證採用標準 Bearer token。