O
GPT-5 mini
GPT-5 mini, a language model from OpenAI.
modelOverride: { model: "gpt-5-mini" }
OOpenAI·Released August 2025
Pricing
- Input
- $0.25 / 1M
- Output
- $2.00 / 1M
- Cached input
- $0.025 / 1M
Specifications
- Context window
- 400,000 tokens
- Max output
- 128,000 tokens
- Released
- August 2025
- Capabilities
- VisionToolsMCP
Parameters
Model options, passed in
modelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
reasoning_effortUsed to give the model guidance on how many reasoning tokens it should generate before creating a response to the prompt. Low will favor speed and economical token usage, and high will favor more complete reasoning at the cost of more tokens generated and slower responses. The default value is medium, which is a balance between speed and reasoning accuracy. | Select | medium | lowmediumhigh |
tools | Tools | — | — |
mcpServers | MCP servers | — | — |
Use this model
await mindstudio.generateText({ message: "...", modelOverride: { model: "gpt-5-mini", config: { reasoning_effort: "medium", }, }, });