List and describe the various models available for the LLM API.

List Models

GET https://api.novita.ai/v3/openai/models

Lists the currently available models for the LLM API, and provides basic information about each one. This endpoint is compatible with OpenAI List Models API.

Retrieve model

GET https://api.novita.ai/v3/openai/models/{model}

Retrieves a model instance, providing basic information about the model. This endpoint is compatible with OpenAI Retrieve Model API.

Was this page helpful?