@ai-sdk/cohere
Advanced tools
Comparing version 1.0.1 to 1.0.2
# @ai-sdk/cohere | ||
## 1.0.2 | ||
### Patch Changes | ||
- b748dfb: feat (providers): update model lists | ||
## 1.0.1 | ||
@@ -4,0 +10,0 @@ |
import { ProviderV1, LanguageModelV1, EmbeddingModelV1 } from '@ai-sdk/provider'; | ||
import { FetchFunction } from '@ai-sdk/provider-utils'; | ||
type CohereChatModelId = 'command-r-plus' | 'command-r' | 'command' | 'command-light' | (string & {}); | ||
type CohereChatModelId = 'command-r-plus' | 'command-r-plus-08-2024' | 'command-r' | 'command-r-08-2024' | 'command-r-03-2024' | 'command' | 'command-nightly' | 'command-light' | 'command-light-nightly' | (string & {}); | ||
interface CohereChatSettings { | ||
@@ -6,0 +6,0 @@ } |
{ | ||
"name": "@ai-sdk/cohere", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
143211