Skip to main content
Call a regional environment of a chain.
curl --request POST \
  --url https://model-{model_id}.api.baseten.co/run_remote \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.baseten.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key with the Api-Key prefix, e.g. Authorization: Api-Key abcd1234.abcd1234.

Body

application/json

JSON input matching the chain's run_remote method signature.

Response

Successful synchronous chain execution.

JSON-serializable output. The shape is defined by the chain.