Replies: 1 comment
-
make sure you are using the latest versions of
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Error in chat API: Error [AI_UnsupportedModelVersionError]: Unsupported model version v1 for provider "anthropic.messages" and model "claude-3-5-sonnet-20241022". AI SDK 5 only supports models that implement specification version "v2".
at tv (E:\blendmode\axiom.next\server\app(chat)\api\chat\route.js:104:15160)
at rp (E:\blendmode\axiom.next\server\app(chat)\api\chat\route.js:104:35103)
at u (E:\blendmode\axiom.next\server\app(chat)\api\chat\route.js:106:69861)
at C (E:\blendmode\axiom.next\server\app(chat)\api\chat\route.js:70:7807) {
cause: undefined,
version: 'v1',
provider: 'anthropic.messages',
modelId: 'claude-3-5-sonnet-20241022'
}
Beta Was this translation helpful? Give feedback.
All reactions