Retrieve model
LLM API
Retrieve model
GET
Retrieve model
Retrieves a model instance, providing basic information about the model. This endpoint is compatible with OpenAI API.Documentation Index
Fetch the complete documentation index at: https://novita.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request Headers
Enum:
application/jsonBearer authentication format, for example: Bearer {{API Key}}.
Path Parameters
The ID of the model to use for this request.
Response
The model identifier, which can be referenced in the API endpoints.
The Unix timestamp (in seconds) when the model was created.
The object type, which is always “model”.
The price per million input tokens.
The price per million output tokens.
The title of the model.
The description of the model.
The maximum context size of the model.