get_batch | Fetch the status and details of a batch. |
get_file | Fetch metadata for an uploaded file. |
get_file_content | Fetch the raw content of an uploaded file (e.g. batch output JSONL). |
get_fine_tuning_job | Fetch the status and details of a fine-tuning job. |
get_model | Fetch metadata for a single model by id. |
get_response | Fetch a stored model response by id. |
get_vector_store | Fetch a vector store by id. |
get_vector_store_file | Fetch the ingestion status of a file attached to a vector store. |
list_batches | List the organization’s batches. |
list_files | List files uploaded to the organization. |
list_fine_tuning_events | List status events of a fine-tuning job. |
list_fine_tuning_jobs | List the organization’s fine-tuning jobs. |
list_models | List the models available to the API key. |
list_response_input_items | List the input items of a stored response. |
list_vector_store_files | List the files attached to a vector store. |
list_vector_stores | List the organization’s vector stores. |
search_vector_store | Search a vector store for chunks relevant to a query. |