-
-
Notifications
You must be signed in to change notification settings - Fork 530
Feature Availability
Tolga Kayhan edited this page Jun 11, 2024
·
4 revisions
Endpoint | operationId | Ready |
---|---|---|
POST /chat/completions | createChatCompletion | ✅(stream✅) |
POST /completions | createCompletion | ✅(stream✅) |
POST /images/generations | createImage | ✅ |
POST /images/edits | createImageEdit | ✅ |
POST /images/variations | createImageVariation | ✅ |
POST /embeddings | createEmbedding | ✅ |
POST /audio/speech | createSpeech | ✅ |
POST /audio/transcriptions | createTranscription | ✅ |
POST /audio/translations | createTranslation | ✅ |
GET /files | listFiles | ✅ |
POST /files | createFile | ✅ |
DELETE /files/{file_id} | deleteFile | ✅ |
GET /files/{file_id} | retrieveFile | ✅ |
GET /files/{file_id}/content | downloadFile | ✅ |
POST /fine_tuning/jobs | createFineTuningJob | ✅ |
GET /fine_tuning/jobs | listPaginatedFineTuningJobs | ✅ |
GET /fine_tuning/jobs/{fine_tuning_job_id} | retrieveFineTuningJob | ✅ |
GET /fine_tuning/jobs/{fine_tuning_job_id}/events | listFineTuningEvents | ✅ |
POST /fine_tuning/jobs/{fine_tuning_job_id}/cancel | cancelFineTuningJob | ✅ |
GET /fine_tuning/jobs/{fine_tuning_job_id}/checkpoints | listFineTuningJobCheckpoints | ✅ |
GET /models | listModels | ✅ |
GET /models/{model} | retrieveModel | ✅ |
DELETE /models/{model} | deleteModel | ✅ |
POST /moderations | createModeration | ✅ |
GET /assistants | listAssistants | ✅ |
POST /assistants | createAssistant | ✅ |
GET /assistants/{assistant_id} | getAssistant | ✅ |
POST /assistants/{assistant_id} | modifyAssistant | ✅ |
DELETE /assistants/{assistant_id} | deleteAssistant | ✅ |
POST /threads | createThread | ✅ |
GET /threads/{thread_id} | getThread | ✅ |
POST /threads/{thread_id} | modifyThread | ✅ |
DELETE /threads/{thread_id} | deleteThread | ✅ |
GET /threads/{thread_id}/messages | listMessages | ✅ |
POST /threads/{thread_id}/messages | createMessage | ✅ |
GET /threads/{thread_id}/messages/{message_id} | getMessage | ✅ |
POST /threads/{thread_id}/messages/{message_id} | modifyMessage | ✅ |
DELETE /threads/{thread_id}/messages/{message_id} | deleteMessage | ✅ |
POST /threads/runs | createThreadAndRun | ✅(stream✅) |
GET /threads/{thread_id}/runs | listRuns | ✅ |
POST /threads/{thread_id}/runs | createRun | ✅(stream✅) |
GET /threads/{thread_id}/runs/{run_id} | getRun | ✅ |
POST /threads/{thread_id}/runs/{run_id} | modifyRun | ✅ |
POST /threads/{thread_id}/runs/{run_id}/submit_tool_outputs | submitToolOuputsToRun | ✅(stream✅) |
POST /threads/{thread_id}/runs/{run_id}/cancel | cancelRun | ✅ |
GET /threads/{thread_id}/runs/{run_id}/steps | listRunSteps | ✅ |
GET /threads/{thread_id}/runs/{run_id}/steps/{step_id} | getRunStep | ✅ |
GET /vector_stores | listVectorStores | ✅ |
POST /vector_stores | createVectorStore | ✅ |
GET /vector_stores/{vector_store_id} | getVectorStore | ✅ |
POST /vector_stores/{vector_store_id} | modifyVectorStore | ✅ |
DELETE /vector_stores/{vector_store_id} | deleteVectorStore | ✅ |
GET /vector_stores/{vector_store_id}/files | listVectorStoreFiles | ✅ |
POST /vector_stores/{vector_store_id}/files | createVectorStoreFile | ✅ |
GET /vector_stores/{vector_store_id}/files/{file_id} | getVectorStoreFile | ✅ |
DELETE /vector_stores/{vector_store_id}/files/{file_id} | deleteVectorStoreFile | ✅ |
POST /vector_stores/{vector_store_id}/file_batches | createVectorStoreFileBatch | ✅ |
GET /vector_stores/{vector_store_id}/file_batches/{batch_id} | getVectorStoreFileBatch | ✅ |
POST /vector_stores/{vector_store_id}/file_batches/{batch_id}/cancel | cancelVectorStoreFileBatch | ✅ |
GET /vector_stores/{vector_store_id}/file_batches/{batch_id}/files | listFilesInVectorStoreBatch | ✅ |
POST /batches | createBatch | ✅ |
GET /batches | listBatches | ✅ |
GET /batches/{batch_id} | retrieveBatch | ✅ |
POST /batches/{batch_id}/cancel | cancelBatch | ✅ |