Edit an existing model by its ID within the specified team.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The resourceSlug is a URL parameter of the teamId associated with the user. Mongodb Object id, unique identifier, length of 24 characters fitting the following regex; [a-f0-9]{24}
The ID of the model to be edited. Mongodb Object id, unique identifier, length of 24 characters fitting the following regex; [a-f0-9]{24}
JSON body containing the edited model data. All fields must be included, with updated values for those that need changes.
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.