create_response
Generate an AI response using DeepSeek V4 by sending input and instructions to the OpenAI-compatible API. Control reasoning effort, enable web search or custom tools, and stream responses for interactive use cases.
Instructions
Create a stateless DeepSeek V4 response using the native OpenAI-compatible Responses API. Defaults to deepseek-v4-flash. Provide input, instructions, or both. Use reasoning.effort for thinking control, tools for function or server-side web-search tools, and stream=true for semantic SSE aggregation. This tool does not persist provider-side response state; send the full input history for multi-turn work. Set include_raw_response=true only for debugging because it returns the full provider payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| user | No | ||
| input | No | ||
| model | No | ||
| tools | No | ||
| top_p | No | ||
| stream | No | ||
| reasoning | No | ||
| extra_body | No | ||
| temperature | No | ||
| tool_choice | No | ||
| instructions | No | ||
| top_logprobs | No | ||
| max_output_tokens | No | ||
| include_raw_response | No |