Skip to main content
Version: Next

remote::passthrough

Description​

Passthrough inference provider for connecting to any external inference service not directly supported.

Configuration​

FieldTypeRequiredDefaultDescription
url<class 'str'>NoThe URL for the passthrough endpoint
api_keypydantic.types.SecretStr | NoneNoAPI Key for the passthrouth endpoint

Sample Configuration​

url: ${env.PASSTHROUGH_URL}
api_key: ${env.PASSTHROUGH_API_KEY}