| page_title | subcategory | description |
|---|---|---|
openai_model_response Data Source - terraform-provider-openai |
Data source for retrieving OpenAI model response information |
Data source for retrieving OpenAI model response information
response_id(String) The ID of the model response to retrieve
include(List of String) Additional fields to include in the response. Valid values include: usage.input_tokens_details, usage.output_tokens_details, file_search_results, web_search_results, message_files.url, computation_files.url
created_at(Number) The timestamp when the response was createdid(String) The ID of this resource.input_items(List of Object) The input items for the model response (see below for nested schema)model(String) The ID of the model used for the responseoutput(Map of String) The output of the model responsestatus(String) The status of the response (e.g., 'completed')temperature(Number) The temperature used for generationtop_p(Number) The top_p value used for generationusage(Map of String) Token usage statistics for the request
Read-Only:
content(String)id(String)role(String)type(String)