Overview
Command Light Nightly serves as the experimental counterpart to Command Light, embodying the latest advancements in Cohere's efforts to optimize for speed and efficiency. This version may offer improvements in response time and resource utilization over the standard Command Light model. Like Command Nightly, it's designed for those who want to explore the newest features and optimizations, but its experimental nature makes it more suitable for testing and development rather than production use.
Specializations
Optimized for speed and efficiency in language tasks.
Quick response times for real-time applications.
Efficient handling of shorter contexts (up to 4,000 tokens).
Balanced performance for common language understanding and generation tasks.
Suitable for high-volume, resource-constrained environments.
Good multi-lingual capabilities for common languages.
Integration Guide (Javascript)
To use this model through Portkey, follow these steps:
1. Install Portkey SDK:
npm install --save portkey-ai
2. Set up client with Portkey:
import Portkey from 'portkey-ai'
const portkey = new Portkey({
apiKey: "PORTKEY_API_KEY",
virtualKey: "VIRTUAL_KEY" // Your Cohere Virtual Key
})
3. Make a request:
const chatCompletion = await portkey.chat.completions.create({
messages: [{ role: 'user', content: 'Say this is a test' }],
model: 'command-light-nightly',
});
console.log(chatCompletion.choices[0].message.content);
Model Specifications
Release Date:
25/4/2023
Max. Context Tokens:
4K
Max. Output Tokens:
4K
License:
Proprietary
Technical Report/Model Card:
© 2024 Portkey, Inc. All rights reserved