New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ai-sdk/cohere

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/cohere - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

CHANGELOG.md
# @ai-sdk/cohere
## 1.0.2
### Patch Changes
- b748dfb: feat (providers): update model lists
## 1.0.1

@@ -4,0 +10,0 @@

2

dist/index.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc