You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Existing LangChainModelAction requires explicit implementation extensions for various providers and no fallback support should a model go down.
Describe the solution you'd like
OpenRouter provides singular access to an array of free and paid models along with fallback support. This would be more ideal for agent serving.
Is your feature request related to a problem? Please describe.
Existing LangChainModelAction requires explicit implementation extensions for various providers and no fallback support should a model go down.
Describe the solution you'd like
OpenRouter provides singular access to an array of free and paid models along with fallback support. This would be more ideal for agent serving.