openai
GPT-4.1
GPT 4.1 is OpenAI's flagship model for complex tasks. It is well suited for problem solving across domains.
text inputimage inputpdf inputtext outputlanguage
const response = await fetch('https://api.minirouter.sh/v1/chat/completions', { method: 'POST', headers: { Authorization: `Bearer ${process.env.MINIROUTER_KEY}`, 'Content-Type': 'application/json', }, body: JSON.stringify({ model: 'openai/gpt-4.1', messages: [{ role: 'user', content: 'Why is the sky blue?' }], }),}) const data = await response.json()console.log(data.choices[0].message.content)Overview
- Model type
- language
- Context window
- 1,047,576
- Maximum output
- 32,768
- Input / 1M tokens
- $2.1
- Output / 1M tokens
- $8.4
- Released
- 2025-04-14
Prices include the MiniRouter fee. Compatibility snapshot: 2026-08-06. Input: text, image, pdf. Output: text.
Endpoints
/v1/chat/completions/v1/messages/v1/responsesPlatform-funded routing only. Caller BYOK credentials and OIDC-based upstream authentication are intentionally excluded; authenticate with a MiniRouter bearer key.
Captured parameters: max_tokens, temperature, stop, tools, tool_choice.
API
Use the setup panel above to switch between Chat Completions, Messages, and client configurations. Every snippet keeps the model ID unchanged.
Base URL
https://api.minirouter.sh/v1Model ID
openai/gpt-4.1Providers
MiniRouter selects from the configured routes below. Priority is the catalog order, not a latency or availability score.
| Provider | Priority | Input / 1M | Output / 1M | Parameters | Access |
|---|---|---|---|---|---|
vercel | 1 | $2.1 | $8.4 | max_tokens, temperature, stop, tools, tool_choice | MiniRouter balance |