OpenAI

Number of APIs: 28

The OpenAI API can be applied to virtually any task that involves understanding or generating natural language or code. We offer a spectrum of models with different levels of power suitable for different tasks, as well as the ability to fine-tune your own custom models. These models can be used for everything from content generation to semantic search and classification.

  1. Files - Retrieve files GET {{baseUrl}}/files/:file_id

  2. Models - List models GET {{baseUrl}}/models

  3. Models - Retrieve model GET {{baseUrl}}/models/:model_id

  4. Completions - Create completion POST {{baseUrl}}/completions

  5. Edits - Create edit POST {{baseUrl}}/edits

  6. Images - Create image POST {{baseUrl}}/images/generations

  7. Images - Create image edit POST {{baseUrl}}/images/edits

  8. Images - Create image variation POST {{baseUrl}}/images/variations

  9. Embeddings - Create embeddings POST {{baseUrl}}/embeddings

  10. Files - Upload file POST {{baseUrl}}/files