openai / gpt-5-mini
gpt-5-mini
A compact AI model optimized for text generation tasks, designed for efficient processing and accurate responses.
Overview
GPT-5 Mini is a streamlined AI model developed for efficient text generation and processing tasks. It is part of OpenAI's suite of language models, optimized for performance while maintaining strong output quality.
What you can build
This model enables developers to integrate intelligent text generation into applications such as chatbots, content creation tools, and automated response systems.
Inputs
- prompt: Required. The input text prompt for the model.
- input image: Optional. Image files for multimodal processing (GPT-5.2 only).
- user ID: Optional. For tracking chat history.
- session ID: Optional. For session-based chat history.
- system instructions: Optional. System-level guidance for the model behavior.
- reasoning effort: Optional. Controls the depth of reasoning in responses.
- verbosity: Optional. Adjusts the detail level of generated responses.
Outputs
- Generated text responses based on provided prompts and parameters.
Recommended settings
For best results, use a clear and specific prompt. Set verbosity and reasoning effort to 'medium' for balanced outputs.
Limitations
- Limited to text-based generation; image processing requires GPT-5.2 support.
- Performance may vary depending on input complexity.
Safety & compliance
Designed for responsible use in accordance with OpenAI's guidelines. Ensure all inputs comply with applicable regulations.
API quick start
Run gpt-5-mini with a single API call.
{
"prompt": "Tell me about Türkiye",
"inputImage": "https://your-cdn.com/input.png",
"user_id": "...",
"session_id": "..."
}