Lists the currently available models
Returns a list of all available models that can be used with the chat completions endpoint.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
User-AgentUser-Agent header identifying the client application
Lists the currently available models › Responses
OK
objectThe object type, which is always 'list'
The list of models
Creates a model response for the given chat conversation
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Creates a model response for the given chat conversation › Responses
Rate Limiting Response
typeA URI reference that identifies the problem.
titleA short, human-readable summary of the problem.
statusThe HTTP status code.
instanceCreates a completion for the provided prompt
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Creates a completion for the provided prompt › Responses
Rate Limiting Response
typeA URI reference that identifies the problem.
titleA short, human-readable summary of the problem.
statusThe HTTP status code.
instance