Single provider
Route all requests to one provider.
The single strategy routes every request to a single configured provider. No failover, no load balancing — just deterministic routing.
Best for: Dev/test environments or single-provider setups where you want predictable behavior.
For production workloads, consider Priority or Intelligent routing for automatic failover and cost optimization.