📌 OpenAI API
Number of APIs: 65
Prerequisites
- Qodex
- OpenAI Account: https://platform.openai.com/
Usage
- Create a fork
- Update collection variables
- Send requests
Documentation
Models
Models include GPT-4 & GPT-4 Turbo, GPT-3.5 Turbo, DALL·E, TTS, Whisper, Embeddings, Moderation, and more.
About OpenAI
OpenAI is an AI research and deployment company. Our mission is to ensure that artificial general intelligence benefits all of humanity.
-
Vector Stores - Create vector store file POST {{baseUrl}}/vector_stores/:vector_store_id/files
-
Vector Stores - List vector store files GET {{baseUrl}}/vector_stores/:vector_store_id/files
-
Vector Stores - Get vector store file GET {{baseUrl}}/vector_stores/:vector_store_id/files/:file_id
-
Vector Stores - Delete vector store file DELETE {{baseUrl}}/vector_stores/:vector_store_id/files/:file_id
-
Vector Stores - Create vector store file batch POST {{baseUrl}}/vector_stores/:vector_store_id/file_batches
-
Vector Stores - Get vector store file batch GET {{baseUrl}}/vector_stores/:vector_store_id/file_batches/:batch_id
-
Vector Stores - List vector store file batch files GET {{baseUrl}}/vector_stores/:vector_store_id/file_batches/:batch_id/files
-
Fine-Tuning - Get fine-tuning job checkpoints GET {{baseUrl}}/fine_tuning/jobs/:job/checkpoints
-
Assistants (asynchronous stateful) - Modify assistant POST {{baseUrl}}/assistants/:assistant_id
-
Batch - Get batches GET {{baseUrl}}/batches