Models
Retrieve Model
Retrieve a JSON object of a single model within the specified team by modelId.
GET
/
{resourceSlug}
/
model
/
{modelid}
.json
Path Parameters
The resourceSlug is a URL parameter of the teamId associated with the user.
The ID of the model to retrieve.
Response
200 - dynamicResponse
Represents an AI model used within a team or organization.
Unique identifier for the model.
Identifier of the organization to which the model belongs.
Identifier of the team to which the model belongs.
The name of the model.
The specific AI model used.
The length of the embeddings generated by the model.
The type of the model.
The general type of the model (e.g., embedding, language model).
Configuration settings for the model.