gpt-5 - OpenAI latest multimodal modelGPT-4o-image - GPT-4 optimized multimodal modelgpt-4-vision - GPT-4 vision understanding modelrole and content fields.💡 Quick fill (Try it area):role input: user (user message), assistant (AI response), or system (system prompt)content add content blocks (can include text and images)true: Stream response (SSE format)false: Return complete response at onceweb_search): Real-time internet information searchfile_search): Search uploaded file contentfunction): Call custom functionsremote_mcp): Connect to remote Model Context Protocol services[{"type": "web_search"}]responsetype: Fixed as "input_text"text: Text content (string)type: Fixed as "input_image"image_url: Image URL or Base64 encoded data URIname: Function name (required)description: Function description (required)parameters: Parameter definition using JSON Schema format
type: Parameter typeproperties: Parameter property definitionsrequired: List of required parametersurl: MCP server address (required)auth_token: Authentication token (optional)timeout: Timeout in seconds, default 30 seconds