Actions (58)
Vector Stores · 16
- Cancel vector store file batchPOST /vector_stores/{vector_store_id}/file_batches/{batch_id}/cancel
Cancel a vector store file batch.
documented - Create vector storePOST /vector_stores
Create a new vector store.
documented - Create vector store filePOST /vector_stores/{vector_store_id}/files
Create a vector store file.
documented - Create vector store file batchPOST /vector_stores/{vector_store_id}/file_batches
Create a batch of files for a vector store.
documented - Delete vector storeDELETE /vector_stores/{vector_store_id}
Delete a vector store.
documented - Delete vector store fileDELETE /vector_stores/{vector_store_id}/files/{file_id}
Delete vector store file.
documented - List vector store filesGET /vector_stores/{vector_store_id}/files
List files in a vector store.
documented - List vector store files in batchGET /vector_stores/{vector_store_id}/file_batches/{batch_id}/files
List files in a vector store batch.
documented - List vector storesGET /vector_stores
List all vector stores.
documented - Modify vector storePOST /vector_stores/{vector_store_id}
Update vector store attributes.
documented - Retrieve vector storeGET /vector_stores/{vector_store_id}
Retrieve a vector store by ID.
documented - Retrieve vector store fileGET /vector_stores/{vector_store_id}/files/{file_id}
Retrieve vector store file metadata.
documented - Retrieve vector store file batchGET /vector_stores/{vector_store_id}/file_batches/{batch_id}
Retrieve a file batch.
documented - Retrieve vector store file contentGET /vector_stores/{vector_store_id}/files/{file_id}/content
Retrieve vector store file content.
documented - Search vector storePOST /vector_stores/{vector_store_id}/search
Search within a vector store.
documented - Update vector store file attributesPOST /vector_stores/{vector_store_id}/files/{file_id}
Update vector store file attributes.
documented
Fine-Tuning · 13
- Cancel fine-tuningPOST /fine_tuning/jobs/{fine_tuning_job_id}/cancel
Cancel a running fine-tuning job.
documented - Create checkpoint permissionsPOST /fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions
Create a new permissions entry for a checkpoint.
documented - Create fine-tuning jobPOST /fine_tuning/jobs
Create a new fine-tuning job.
documented - Delete checkpoint permissionDELETE /fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions/{permission_id}
Delete a checkpoint permission.
documented - List checkpoint permissionsGET /fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions
List permissions for a checkpoint.
documented - List fine-tuning checkpointsGET /fine_tuning/jobs/{fine_tuning_job_id}/checkpoints
List checkpoints for a fine-tuned model.
documented - List fine-tuning eventsGET /fine_tuning/jobs/{fine_tuning_job_id}/events
List events for a fine-tuning job.
documented - List fine-tuning jobsGET /fine_tuning/jobs
List all fine-tuning jobs.
documented - Pause fine-tuningPOST /fine_tuning/jobs/{fine_tuning_job_id}/pause
Pause a running fine-tuning job.
documented - Resume fine-tuningPOST /fine_tuning/jobs/{fine_tuning_job_id}/resume
Resume a paused fine-tuning job.
documented - Retrieve fine-tuning jobGET /fine_tuning/jobs/{fine_tuning_job_id}
Get details for a specific fine-tuning job.
documented - Run fine-tuning graderPOST /fine_tuning/alpha/graders/run
Run a grader for a fine-tuning job.
documented - Validate fine-tuning graderPOST /fine_tuning/alpha/graders/validate
Validate a grader for fine-tuning.
documented
Audio · 9
- Create speechPOST /audio/speech
Generate speech (audio) from text.
documented - Create transcriptionPOST /audio/transcriptions
Transcribe audio content to text.
documented - Create translationPOST /audio/translations
Translate audio content to another language.
documented - Create voicePOST /audio/voices
Create or register a synthetic voice for speech synthesis.
documented - Create voice consentPOST /audio/voice_consents
Create a new voice consent record.
documented - Delete voice consentDELETE /audio/voice_consents/{consent_id}
Delete a voice consent by ID.
documented - List voice consentsGET /audio/voice_consents
List voice consent records.
documented - Retrieve voice consentGET /audio/voice_consents/{consent_id}
Get a voice consent by ID.
documented - Update voice consentPOST /audio/voice_consents/{consent_id}
Update a voice consent by ID.
documented
Chat Completions · 6
- Create chat completionPOST /chat/completions
Generate a response in a chat-like conversation using a model.
documented - Delete chat completionDELETE /chat/completions/{completion_id}
Delete a chat completion by ID.
documented - Get chat completionGET /chat/completions/{completion_id}
Retrieve a chat completion by ID.
documented - Get chat messagesGET /chat/completions/{completion_id}/messages
Retrieve messages associated with a chat completion.
documented - List chat completionsGET /chat/completions
List available chat completions.
documented - Update chat completionPOST /chat/completions/{completion_id}
Update a chat completion by ID.
documented
Files · 5
- Delete fileDELETE /files/{file_id}
Delete a file.
documented - List filesGET /files
List uploaded files.
documented - Retrieve fileGET /files/{file_id}
Get metadata for a specific file.
documented - Retrieve file contentGET /files/{file_id}/content
Download the content of a file.
documented - Upload filePOST /files
Upload a file to be used with the API.
documented