अभी उपलब्ध
OpenAI
gpt-5.4-search
GPT-5.4 is OpenAI’s latest frontier model, unifying the Codex and GPT lines into a single system. It features a 1M+ token context window (922K input, 128K output) with support for...
TextReasoningToolsFilesVision1.1MCacheWebSearch
इनपुट$1.80/ 1M
आउटपुट$10.80/ 1M
एंडपॉइंट्सanthropic, openai, openai-response, openai-response-compact
क्षमताएं
तर्कटूल्ससमानांतर टूल्सदृष्टिफाइलेंकैशसंरचितवेब खोजसेवा स्तरस्ट्रीमिंगसिस्टम संदेश
मोडेलिटी
इनपुट
textimagefile
आउटपुट
text
त्वरित आंकड़े
कॉन्टेक्स्ट विंडो1.1M
अधिकतम आउटपुट128K
मोडchat
टोकनाइज़रGPT
मॉडरेटेडहां
तर्क स्तर
noneminimalmax
प्रदर्शन
प्रदर्शन डेटा लोड हो रहा है...
समर्थित पैरामीटर
| पैरामीटर | हमेशा | डिफ़ॉल्ट |
|---|---|---|
| frequency_penalty | - | (नहीं भेजें) |
| include_reasoning | - | |
| max_completion_tokens | - | - |
| max_tokens | - | - |
| presence_penalty | - | (नहीं भेजें) |
| reasoning | - | |
| repetition_penalty | - | (नहीं भेजें) |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| temperature | - | (नहीं भेजें) |
| tool_choice | - | |
| tools | - | |
| top_k | - | (नहीं भेजें) |
| top_p | - | (नहीं भेजें) |
§ 01
मूल्य निर्धारण
| इनपुट मूल्य | $1.80 · 1M टोकन |
| आउटपुट मूल्य | $10.80 · 1M टोकन |
| संगत एंडपॉइंट्स | anthropic, openai, openai-response, openai-response-compact |
| वेंडर | OpenAI |
§ 02
अपने कोड से gpt-5.4-search कॉल करें
किसी भी OpenAI-संगत SDK को UnoRouter पर इंगित करें और नाम से मॉडल का अनुरोध करें। YOUR_API_KEY को अपने डैशबोर्ड से एक वास्तविक key से बदलें।
bash
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.4-search",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
अक्सर पूछे जाने वाले प्रश्न
gpt-5.4-search की 1M टोकन के लिए कितनी लागत है?
इनपुट की कीमत 1M टोकन के लिए $1.80 है, आउटपुट 1M टोकन के लिए $10.80। बिलिंग प्रति टोकन होती है, बैच आकारों के लिए कोई rounding नहीं।
मैं gpt-5.4-search को API के माध्यम से कैसे एक्सेस करूँ?
model=gpt-5.4-search के साथ UnoRouter /v1/chat/completions एंडपॉइंट पर अनुरोध भेजें। कोई भी OpenAI-संगत क्लाइंट लाइब्रेरी काम करती है। प्रमाणीकरण एक मानक Bearer टोकन का उपयोग करता है।
§ 04
समान मॉडल
अभी gpt-5.4-search आज़माएं
एक API key बनाएं और एक मिनट से कम में अनुरोध करना शुरू करें।