| Create Chat Completion | Create a completion for the chat message |
| Create Image | Create image(s) given a prompt |
| List Models | List all available models |
| Get Model by ID | Get model by ID |
| Raw Request | Send raw HTTP request to OpenAI |
| Create Response | Create a response using the responses endpoint |
| Upload File | Upload a file to OpenAI that can be used with various features |
| List Files | List previously uploaded files |
| Retrieve File | Retrieve information about a specific file |
| Delete File | Delete a previously uploaded file |
| Agent: Create | Create an AI agent with customizable instructions. |
| Agent: Run | Run an agent |
| Agent: Resume Run | Resume an interrupted agent run with approval decisions |
| Agent: Classify and Branch | Use AI to analyze input and route to the appropriate branch |
| Agent: Create Flow Tool | Create a tool configuration that allows an agent to invoke another flow |
| Agent: Create Human Approval Tool | Create a tool that requires human approval before the agent can proceed |
| Agent: Create Web Search Tool | Create a web search tool that allows agents to search the web |
| Agent: Create Code Interpreter Tool | Create a code interpreter tool that allows agents to execute Python code |
| Agent: Create File Search Tool | Create a file search tool that searches through vector stores |
| Agent: Create Image Generation Tool | Create an image generation tool that allows agents to generate images |
| Agent: Add Local MCP Server | Configure a local MCP server that runs via command line |
| Agent: Add Remote MCP Server | Configure a remote MCP server accessed via HTTP |