@ai-sdk/anthropic
Advanced tools
Comparing version 0.0.21 to 0.0.22
import { LanguageModelV1 } from '@ai-sdk/provider'; | ||
type AnthropicMessagesModelId = 'claude-3-opus-20240229' | 'claude-3-sonnet-20240229' | 'claude-3-haiku-20240307' | (string & {}); | ||
type AnthropicMessagesModelId = 'claude-3-5-sonnet-20240620' | 'claude-3-opus-20240229' | 'claude-3-sonnet-20240229' | 'claude-3-haiku-20240307' | (string & {}); | ||
interface AnthropicMessagesSettings { | ||
@@ -5,0 +5,0 @@ /** |
{ | ||
"name": "@ai-sdk/anthropic", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
141059