{"type":"object","title":"Responses_Async","properties":{"requests":{"type":"array","items":{"type":"object","properties":{"input":{"anyOf":[{"type":"string"},{"items":{},"type":"array"}],"description":"Responses API Input messages. Refer to OpenAI Responses API docs to learn more about supported content types"},"reasoning":{"type":"object","properties":{"effort":{"type":"string","description":"Constrains effort on reasoning for reasoning models. Currently supported values are low, medium, and high. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.","enum":["low","medium","high"]},"summary":{"type":"string","description":"A summary of the reasoning performed by the model. This can be useful for debugging and understanding the model's reasoning process. One of auto, concise, or detailed.","enum":["auto","concise","detailed"]}}}},"required":["input"]}}},"required":["requests"]}