Why does claude-3-5-sonnet-latest
not work as a model name?
#8770
-
In my model_list:
- model_name: claude-3.5
litellm_params:
model: claude-3-5-sonnet-latest
api_key: os.environ/ANTHROPIC_API_KEY However this results in an error:
And sure enough when I check that file, it isn't there. I don't like having to always update my model name to point to the newest version each time. Is there a reason the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
hey @rcdailey how are you triggering this error? I believe anthropic returns the model version name in the response, so the |
Beta Was this translation helpful? Give feedback.
-
it should work if you add we're missing the adding now |
Beta Was this translation helpful? Give feedback.
-
Fixed - #8816 thanks for raising this @rcdailey |
Beta Was this translation helpful? Give feedback.
Fixed - #8816
thanks for raising this @rcdailey