Command R 08-2024 is an updated highly performant generative large language model. It is designed to excel across a variety of use cases including reasoning, summarization, and question answering, with increased performance on coding, math, and reasoning. The model has the capability for multilingual generation evaluated in 10 key business languages, alongside pre-training for an additional 13 languages. With highly performant RAG capabilities, it is built for enterprises that plan to leverage their internal data and documents for a tailored and accurate language model. Batch transform is not supported with this model.
Highlights
Command R 08-2024 utilizes retrieval-augmented generation (RAG) to deliver accurate and verified responses. This approach ensures credible and trustworthy interactions by providing clear and in-line citations for users to verify. With RAG, Command R 08-2024 can be grounded in internal documents and data, providing accurate and actional model outputs.
Command R 08-2024 has a 128k token context window. This updated model excels at tool use, which can be implemented to build user-defined tools. These tools enable the model to automate highly sophisticated tasks using internal infrastructure as well as external tools.
Command R 08-2024 is proficient in the 10 most commonly used business languages (Arabic, Mandarin, English, French, German, Italian, Spanish, Japanese, Korean, and Portuguese) and pre-trained on 13 additional languages, ensuring seamless understanding and response in various tongues. The model excels at long-context tasks such as: document summarization, content Q&A, long-form generation, and content generation amongst others. It can power knowledge assistants, chatbots, customer support agents and more.
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
You pay by the hour for the compute instance that runs the model, not by token. Two options let you match the instance to your inference need. The ml.g4dn.12xlarge instance runs in batch mode, which processes grouped requests together. The ml.p5.48xlarge instance runs in real-time mode, which handles requests as they arrive. Each option is billed per host hour, so your cost scales with how long the instance runs. Choose the instance and mode that fit your workload's throughput and latency requirements.
Top-of-mind questions for buyers
What compute do I get with each instance option, and how does one differ from the other for billing?
The ml.g4dn.12xlarge instance uses GPU compute suited to batch inference, processing grouped requests together. The ml.p5.48xlarge instance is a higher-capacity GPU instance for real-time inference, handling requests as they arrive. Each bills separately per host hour. Your choice depends on whether you prioritize throughput or low latency.
Am I charged when an instance sits idle or is stopped?
Billing accrues per host hour while an instance runs. You pay for the time the instance is active, not for tokens processed. Stopping or terminating the instance ends software host-hour charges. Underlying AWS infrastructure fees may still apply separately depending on your setup.
If I run both instance types, how do the charges combine on my bill?
The two dimensions bill independently. Each instance meters its own host hours at its own rate. Running both means both sets of host-hour charges appear on the same invoice, added together. Your total scales with how many hours each instance runs.
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Deploy the model on Amazon SageMaker AI using the following options:
Real-time inference
Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference .
Batch transform
Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI .
The following table describes supported input data fields for real-time inference and batch transform.
1
Field name
Description
Constraints
Required
message
Text input for the model to respond to.
Type: FreeText
Yes
chat_history
chat_history – (array of messages) A list of previous messages between the user and the model, meant to give the model conversational context for responding to the user's message. Required fields: role – (enum string) Takes “USER” or “CHATBOT”. message – (string) Text contents of the message.
Default value: [] Type: FreeText
No
documents
A list of texts that the model can cite to generate a more accurate reply. Each document is a string-string dictionary. The resulting generation will include citations that reference some of these documents. It is recommended to keep the total word count of the strings in the dictionary to under 300 words. An `_excludes` field (array of strings) can be optionally supplied to omit some key-value pairs from being shown to the model.
Default value: [] Type: FreeText
No
search_queries_only
When `true`, the response will only contain a list of generated search queries, but no search will take place, and no reply from the model to the user's `message` will be generated.
Overrides the default preamble for search query generation. Has no effect on tool use generations.
Default value: [] Type: FreeText
No
stream
When `true`, the response will be a JSON stream of events. The final event will contain the complete response, and will have an `event_type` of `"stream-end"`. Streaming is beneficial for user interfaces that render the contents of the response piece by piece, as it gets generated.
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.