Skip to main content
POST

Authorizations

apikey
string
header
required

Body

application/json
model_config
Model Config ยท object
required
model_saved_name
string
required

Name of the saved model

Example:

"Test Model"

model_version
string
required

Custom identifier for the model

Example:

"v1"

testing_for
enum<string>

Purpose of testing

Available options:
foundationModels,
chatbotsAndCopilots,
agents,
URL
Example:

"foundationModels"

model_name
string

Name of the model. Required for foundationModels

Example:

"mistralai/Mixtral-8x7B-Instruct-v0.1"

certifications
string[]

List of certifications

Example:

Response

200 - application/json

Successful Response

message
string
Example:

"Model details added successfully"

data
GetModelResponseObject ยท object
Example: