Skip to main content
POST
Validate Model Instance

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
model_spec_id
string<uuid>
required
provider_config_id
string<uuid>
required
test_message
string | null
default:Hello, this is a test message.

Response

Successful Response

message
string
required
success
boolean
required
cost
number | null
error_type
string | null
model_name
string | null
provider_type
string | null
response_content
string | null
tokens_used
integer | null