OpenAI.Models (openai v0.2.0)

List and describe the various models available in the API. You can refer to the Models documentation to understand what models are available and the differences between them.

https://platform.openai.com/docs/api-reference/models

Link to this section Summary

Functions

Delete a fine-tuned model. You must have the Owner role in your organization.

Lists the currently available models, and provides basic information about each one such as the owner and availability.

Retrieves a model instance, providing basic information about the model such as the owner and permissioning.

Link to this section Functions

Link to this function

delete(client, id, opts \\ [])

Delete a fine-tuned model. You must have the Owner role in your organization.

Link to this function

list(client, opts \\ [])

Lists the currently available models, and provides basic information about each one such as the owner and availability.

Link to this function

retrieve(client, id, opts \\ [])

Retrieves a model instance, providing basic information about the model such as the owner and permissioning.