
LLM Provider Fallback in PHP: Automatic Failover in Neuron AI Router
I just released an update to the Router component of Neuron AI. For anyone who hasn't come across it, Neuron is the agentic framework of the PHP ecosystem. It allows you to develop agentic applications, from simple agent with tool calls to complex agentic workflow in pure PHP.
The router component allows you to define a fallback order of providers and if one fails with a transient error, the next is tried transparently. On top of that, you can add routing rules to choose which provider handles each request.
Neuron Router Release: https://inspector.dev/llm-provider-fallback-in-php-automatic-failover-in-neuron-ai-router/
Repository: https://github.com/neuron-core/router