remote::passthrough
Description
Passthrough inference provider for connecting to any external inference service not directly supported.
Configuration
Field |
Type |
Required |
Default |
Description |
---|---|---|---|---|
|
|
No |
The URL for the passthrough endpoint |
|
|
|
No |
API Key for the passthrouth endpoint |
Sample Configuration
url: ${env.PASSTHROUGH_URL}
api_key: ${env.PASSTHROUGH_API_KEY}