create_response
Create a response by sending input text to an OpenAI-compatible model. Supports streaming, tool definitions, and response chaining.
Instructions
Create a response via the OpenAI-compatible /responses endpoint using a model and input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Input text | |
| model | Yes | Model identifier | |
| tools | No | Optional tool definitions | |
| stream | No | Stream the response | |
| include | No | Optional include fields | |
| background | No | Run in background | |
| previous_response_id | No | Optional previous response ID for chaining |