Regional endpoints
Call a regional environment of a model.
Sends a synchronous predict request via a regional hostname. The environment is determined by the hostname, not the path.
POST
Call a regional environment of a model.
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Body
JSON-serializable model input. The shape is defined by the model's predict function.
Response
Successful synchronous prediction.
JSON-serializable output. The shape is defined by the model.
Previous
Call a regional environment of a chain.Sends a synchronous run_remote request via a regional hostname. The environment is determined by the hostname, not the path.
Next
Call a regional environment of a model.