OPENAPI / COMPONENTS / SCHEMAS
Create Run Request data structure
CreateRunRequestStructural definition for Create Run Request in the OpenAI API contract.
additional_instructionsstringadditional instructions value in the OpenAI API contract.
additional_messagesCreateMessageRequestadditional messages value in the OpenAI API contract.
assistant_idstringrequiredassistant id value in the OpenAI API contract.
instructionsstringinstructions value in the OpenAI API contract.
max_completion_tokensintegermax completion tokens value in the OpenAI API contract.
max_prompt_tokensintegermax prompt tokens value in the OpenAI API contract.
metadataMetadatametadata value in the OpenAI API contract.
modelstringmodel value in the OpenAI API contract.
parallel_tool_callsParallelToolCallsparallel tool calls value in the OpenAI API contract.
reasoning_effortReasoningEffortreasoning effort value in the OpenAI API contract.
response_formatAssistantsApiResponseFormatOptionresponse format value in the OpenAI API contract.
streambooleanstream value in the OpenAI API contract.
temperaturenumbertemperature value in the OpenAI API contract.
tool_choicestringtool choice value in the OpenAI API contract.
toolsarraytools value in the OpenAI API contract.
top_pnumbertop p value in the OpenAI API contract.
truncation_strategystringtruncation strategy value in the OpenAI API contract.