Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your provider API key or Bifrost authentication token. Virtual keys (prefixed with sk-bf-) can also be passed here.

Body

application/json
state
required

A plain string, or structured data (object or array) to evaluate.

model
string
required

Typesafe model identifier (e.g. jev-1.13.0, jev-latest).

questions
object
required

Map of named questions.

Response

Successful response in Typesafe's native shape

model
string
required

Model version that performed the evaluation

answers
object
required

Map matching question identifiers to answers

usage
object