What is your goal?
Use the Eden Module to generate a chat response.
What is the problem & what have you tried?
Almost everytime in the Eden Generate Chat Response module the first model fails and it has to use the second (Fallback) model.
But last few days I noticed both are failing.
In the error screenshot you can see the first model in this scenario run had some issues with model. But in the module settings we (the users) can not set the specific model to use, we can just select ‘Anthropic’.
So I need to know how to fix this, so I dont waste my credits. Should i switch to OpenAI module or is there a solution to fix this?
Ive tried setting different models as the primary and fallback providers.
Error messages or input/output bundles
[
{
“result”: [
{
“error”: {
“message”: “Anthropic has returned an error: Invalid model claude-3-5-sonnet-latest. Available models are: claude-3-opus-latest, claude-3-7-sonnet-20250219, claude-3-5-haiku-latest”,
“type”: “ProviderException”
},
“status”: “fail”,
“provider”: “anthropic”,
“provider_status_code”: null,
“cost”: 0
},
{
“error”: {
“message”: “Provider has returned an Error. Please try again later”
},
“status”: “fail”,
“provider”: “openai”,
“provider_status_code”: null,
“is_fallback”: true,
“cost”: 0
}
]
}
]
