What can you do with it?
Use OpenAI models for general reasoning, chat, multimodal tasks, and advanced coding. Choose from various GPT models optimized for different performance and cost requirements.How to use it?
Basic Command Structure
Parameters
Required:prompt
- Your instructions or questions
-
model
- Specific GPT model to use (defaults to gpt-4.1) -
system prompt
- Override the default system prompt -
files
- File URLs to include in the request (see LLM File Type Support for supported formats) -
tools
- Function tools for the model to use -
tool choices
- Control how the model uses tools
Response Format
The command returns:Examples
Basic Usage
Advanced Usage
Specific Use Case
Notes
Supported Models
Choose the appropriate OpenAI model based on your specific needs:gpt-4o
- General reasoning, chat, multimodal tasksgpt-4o-mini
- Fast, cost-effective chat and analysisgpt-4.1
(default) - Advanced coding with long context supportgpt-4.1-mini
- Fast coding for scalable tasksgpt-4.1-nano
- Ultra-fast processing for simple tasks