OpenAI Guide
Learn how to use the OpenAI slash command to interact with OpenAI’s models
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
Optional:
-
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 -
tools
- Function tools for the model to use -
tool choices
- Control how the model uses tools
Response Format
The command returns:
Examples
Basic Usage
Get a response from GPT for strategic planning and creative tasks.
Advanced Usage
Use a specific model with file context for code analysis and optimization.
Specific Use Case
Fast, cost-effective analysis using the mini model for simple tasks.
Notes
Available models: gpt-4o (general reasoning, chat, multimodal), gpt-4o-mini (fast, cost-effective chat, analysis), gpt-4.1 (advanced coding, long context - default), gpt-4.1-mini (fast coding, scalable tasks), gpt-4.1-nano (ultra-fast, simple tasks).