AI response failed: fail over to provider/model¶
Plugin ID: ai_eca_interceptor_failover_to_provider
Available since: 2.0.0
Recover from a failed call by retrying the same request against a backup provider and model, returning its output (both required).
Fields¶
Backup provider id— config key:provider_id-
The provider id to fail over to when the original call throws.
This field supports tokens.Type:
textfield· Required: yes · Default: empty string Backup model id— config key:model_id-
The model id on that provider. Model ids are not portable between providers, so this must be set explicitly.
This field supports tokens.Type:
textfield· Required: yes · Default: empty string