Listing Thumbnail

    Cohere Command R (H100)

     Info
    Sold by: Cohere 
    Deployed on AWS
    Free Trial
    Command R is a generative language model optimized for long-context tasks and large scale production workloads.

    Overview

    Command R is a highly performant generative large language model, optimized for a variety of use cases including reasoning, summarization, and question answering. Command R has the capability for multilingual generation evaluated in 10 languages and highly performant RAG capabilities. This variant of the model runs on H100 GPUs.

    Highlights

    • Command R is built for enterprises that plan to leverage their internal data and documents for a tailored and accurate language model. It utilizes retrieval-augmented generation (RAG) to provide accurate and verified information, ensuring credible interactions. Command R model outputs come with clear citations. It is proficient in the most commonly used business languages (10 languages), ensuring seamless understanding and response in various tongues.
    • **128k Context Window:** Processes a wide context window of up to 128k tokens, optimizing for RAG use cases and performance. **Tool Use:** Build user-defined tools that enable Command R to automate highly sophisticated tasks using internal infrastructure as well as external tools like CRMs and search engines.
    • Command r 082024 finetuning allows you to customize and run a command r 082024 (A100/H100) model for your specific needs. It provides an efficient solution for all your fine-tuning requirements. This powerful combination ensures a seamless and optimized experience for fine-tuning.

    Details

    Sold by

    Delivery method

    Latest version

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    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.
    Financing for AWS Marketplace purchases

    Pricing

    Free trial

    Try this product free for 7 days according to the free trial terms set by the vendor.

    Cohere Command R (H100)

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (2)

     Info
    Dimension
    Description
    Cost/host/hour
    ml.g4dn.12xlarge Inference (Batch)
    Recommended
    Model inference on the ml.g4dn.12xlarge instance type, batch mode
    $46.93
    ml.p5.48xlarge Inference (Real-Time)
    Recommended
    Model inference on the ml.p5.48xlarge instance type, real-time mode
    $46.93

    Vendor refund policy

    No refunds. Please contact support+aws@cohere.com  for further assistance.

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    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.

    Usage information

     Info

    Delivery details

    Amazon SageMaker model

    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:
    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  .
    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  .
    Version release notes

    We've updated our SageMaker integration with a major version release for Embed and Rerank models, including notebook updates. The "/invocation" endpoint now defaults to API V2, ensuring a seamless transition to the latest version. Please see the notebook on how to use this model with the API update: a. All existing (and future) Embed models: https://github.com/cohere-ai/cohere-aws/blob/main/notebooks/sagemaker/Embed%20Models.ipynb  b. All existing (and future) Rerank models: https://github.com/cohere-ai/cohere-aws/blob/main/notebooks/sagemaker/Rerank%20Models.ipynb  c. All existing (and future) Command models: https://github.com/cohere-ai/cohere-aws/blob/main/notebooks/sagemaker/Command%20Models.ipynb 

    New Features: API Version Control: Users can now specify the API version (v1 or v2) in the endpoint URL, providing greater flexibility and control over API interactions. Bug Fixes: Billing Token Issue: Resolved an issue where billing tokens were consistently returning as 0 for embed requests. Image Processing Error: Addressed a problem where the inference server failed to process valid base64 image URIs, resulting in "failed to parse image" errors. This issue was specific to the inference server and did not affect other routes.

    Additional details

    Inputs

    Summary

    The model accepts JSON requests with parameters that can be used to control the generated text. See examples and fields descriptions below.

    Input MIME type
    application/json
    https://github.com/cohere-ai/cohere-aws/blob/main/examples/command_r_samples/sample_input.json
    https://github.com/cohere-ai/cohere-aws/blob/main/examples/command_r_samples/sample_input.json

    Input data descriptions

    The following table describes supported input data fields for real-time inference and batch transform.

    Field name
    Description
    Constraints
    Required
    message
    Text input for the model to respond to.
    -
    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.
    Default value: FALSE Type: Categorical Allowed values: TRUE, FALSE
    No
    preamble
    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.
    Default value: FALSE Type: Categorical Allowed values: TRUE, FALSE
    No
    max_tokens
    The maximum number of tokens the model will generate as part of the response. Note: Setting a low value may result in incomplete generations.
    Default value: [] Type: Integer Minimum: 0
    No
    temperature
    Use a lower value to decrease randomness in the response. Randomness can be further maximized by increasing the value of the `p` parameter.
    Default value: 0.3 Type: Continuous Minimum: 0 Maximum: 2
    No
    Top P (p)
    Use a lower value to ignore less probable options. Set to 0 or 1.0 to disable. If both p and k are enabled, p acts after k.
    Default value: 0.75 Type: Continuous Minimum: 0.01 Maximum: 0.99
    No
    Top K (k)
    Specify the number of token choices the model uses to generate the next token. If both p and k are enabled, p acts after k.
    Default value: 0 Type: Continuous Minimum: 0 Maximum: 500
    No

    Support

    Vendor support

    AWS infrastructure support

    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.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    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.