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 each running instance, based on the AWS instance type you select. The ml.g4dn.12xlarge option runs inference in batch mode, which processes grouped requests rather than responding one at a time. The ml.p4de.24xlarge option runs inference in real-time mode, which returns responses as requests arrive. Both dimensions bill per host-hour, so your cost scales with how long each instance stays active. Choose the instance type and processing mode that fit your workload; the two options are independent and not tiers of one another.
Top-of-mind questions for buyers
What resources come with each instance type I select?
You pay for the running compute instance itself, not per token or per user. The ml.g4dn.12xlarge and ml.p4de.24xlarge are AWS GPU instance types. Each host-hour covers one dedicated model instance running on that hardware. Your prompts and outputs stay within the instance you provision.
Am I charged when an instance is stopped or idle?
Charges accrue per host-hour while the instance runs. When you stop an instance, software host-hour charges stop. Underlying AWS infrastructure fees, such as storage, may still apply separately. The software meters running time only, so cost scales with how long each instance stays active.
How does batch mode differ from real-time mode for billing?
Both dimensions bill per host-hour, so the meter runs while the instance is active regardless of mode. Batch mode on ml.g4dn.12xlarge processes grouped requests together. Real-time mode on ml.p4de.24xlarge returns responses as requests arrive. Choose the mode fitting your workload; they bill independently, not as tiers.
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.