OpenAI

Number of APIs: 22

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 file content GET {{baseUrl}}/files/:file_id/content

  2. Fine-tunes - Create fine-tune POST {{baseUrl}}/fine-tunes

  3. Fine-tunes - List fine-tunes GET {{baseUrl}}/fine-tunes

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

  5. Models - Retrieve model GET {{baseUrl}}/models/:modelid

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

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

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

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

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