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.
-
Files - Retrieve file content GET {{baseUrl}}/files/:file_id/content
-
Fine-tunes - Create fine-tune POST {{baseUrl}}/fine-tunes
-
Fine-tunes - List fine-tunes GET {{baseUrl}}/fine-tunes
-
Models - List models GET {{baseUrl}}/models
-
Models - Retrieve model GET {{baseUrl}}/models/:modelid
-
Completions - Create completion POST {{baseUrl}}/completions
-
Edits - Create edit POST {{baseUrl}}/edits
-
Images - Create image POST {{baseUrl}}/images/generations
-
Images - Create image edit POST {{baseUrl}}/images/edits
-
Images - Create image variation POST {{baseUrl}}/images/variations