OpenAI: gpt-4.1-nano:free
gpt-4.1-nano is the most lightweight and cost-efficient variant in OpenAI's GPT-4.1 family. As the first model from OpenAI to carry the "Nano" designation, it is engineered for near-instant latency and high-volume throughput. Its standout feature is the 1-million-token context window, allowing users to process massive datasets or entire code repositories in a single prompt. Despite its small scale, it outperforms GPT-4o mini on core benchmarks and shows significant improvements in literal instruction following. It is ideal for high-speed tasks such as classification, autocomplete, and acting as a pre-processor for long-context retrieval where deep reasoning steps are not required.
價格
效能
支援的參數
所有提供方:為該模型提供服務的每個上游都支援。部分提供方:取決於處理請求的上游。預設值:未設定時傳送的值。
| 參數 | 提供方 | 預設值 |
|---|---|---|
| max_completion_tokens | 部分提供方 | - |
| max_tokens | 部分提供方 | - |
| response_format | 所有提供方 | - |
| seed | 所有提供方 | - |
| structured_outputs | 所有提供方 | - |
| temperature | 所有提供方 | - |
| tool_choice | 所有提供方 | - |
| tools | 所有提供方 | - |
| top_p | 所有提供方 | - |
常見問題
gpt-4.1-nano:free 每百萬 tokens 的費用是多少?
輸入每百萬 tokens 定價 $0.00,輸出每百萬 tokens 定價 $0.00。計費以 token 為單位,不會湊整到批次大小。
我要如何透過 API 使用 gpt-4.1-nano:free?
將請求送至 UnoRouter 的 /v1/chat/completions 端點,並將 model 設為 gpt-4.1-nano:free。任何 OpenAI 相容的用戶端程式庫都可使用。驗證採用標準 Bearer token。