📌 OpenAI API

Number of APIs: 65

Prerequisites

Usage

  1. Create a fork
  2. Update collection variables
  3. 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.

  1. Vector Stores - Create vector store file POST {{baseUrl}}/vector_stores/:vector_store_id/files

  2. Vector Stores - List vector store files GET {{baseUrl}}/vector_stores/:vector_store_id/files

  3. Vector Stores - Get vector store file GET {{baseUrl}}/vector_stores/:vector_store_id/files/:file_id

  4. Vector Stores - Delete vector store file DELETE {{baseUrl}}/vector_stores/:vector_store_id/files/:file_id

  5. Vector Stores - Create vector store file batch POST {{baseUrl}}/vector_stores/:vector_store_id/file_batches

  6. Vector Stores - Get vector store file batch GET {{baseUrl}}/vector_stores/:vector_store_id/file_batches/:batch_id

  7. Vector Stores - List vector store file batch files GET {{baseUrl}}/vector_stores/:vector_store_id/file_batches/:batch_id/files

  8. Fine-Tuning - Get fine-tuning job checkpoints GET {{baseUrl}}/fine_tuning/jobs/:job/checkpoints

  9. Assistants (asynchronous stateful) - Modify assistant POST {{baseUrl}}/assistants/:assistant_id

  10. Batch - Get batches GET {{baseUrl}}/batches