Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

1 AWS reviews
  • 5 star
    0
  • 1
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

2 reviews
from

External reviews are not included in the AWS star rating for the product.


    Daniel Pan

Has built key functionality for AI workflows in enterprise applications

  • October 09, 2025
  • Review from a verified AWS customer

What is our primary use case?

We founded this company two and a half years ago, and since the middle of 2022, we foresaw the trending of generative AI and large language models, so my startup is working on developing generative AI applications for our clients, including enterprises and a few other startups across America and Canada.

I started using Cohere when we first got information from the community about their reranking models almost one and a half years ago.

In some clients' projects, we were required to introduce reranking model in the RAG flow (Retrieval-augmented generation). In this flow, we use different components to allow users to select and pick up from the UI components, drag and drop to their flow to enhance their RAG pipeline. That's where we introduced Cohere models as one of the providers for reranking.

How has it helped my organization?

Cohere's reranking model helped us complete this request

What is most valuable?

From our data, I can tell that at least 15% of end users were actively using reranking to enhance their RAG pipeline because we have the UI to indicate that reranking is recommended as it can enhance the quality of the retrieval.

For clarification, I want to describe this data more clearly. As mentioned, 15% of end users chose to enable this module based on the fact that we have the pricing tier with an extra cost for their API call.

In general, I'm satisfied with the speed, and I can confirm this because we have the long fields to track all conversations, and we see that this loop for reranking actually costs relatively less time throughout the whole chat flow. Regarding quality, it's hard to tell because we don't have a benchmark. In our enterprise applications, we are trying to build up evaluation pipelines, do AB testing, and other analysis, but it's not a conventional computer science application, so it's very hard to build up evaluation pipelines with objective criteria. It's challenging for us to make a conclusion about quality, but the speed is good.

A direct benefit of using Cohere's reranking model is that we can tell clients we have this module rather than missing this piece, as reranking is a very important component that companies discuss to enhance RAG quality.

Although it's not impacting our business model, I'm pushing for the evaluation system because it can expand our business scope. We want to sell our system to clients, and while they may not be aware of evaluation initially, it's beneficial to have. Once we have these systems, we can showcase to end users that employing such a reranking system improves quality. We need proof to convince ourselves that after implementing reranking, we get better quality.

What needs improvement?

It would be better to have a dashboard for users to showcase how reranking helps improve quality. When end users choose the service, they want to see the actual output. The evaluation part is challenging for recent large language model applications but remains very important.

If Cohere could provide a dashboard where we can employ an LLM as a judge to check quality before and after reranking, that would be helpful. We could either have another large language model evaluate this part or allow UAT users to manually check with humans in the middle. As an enterprise provider, we want such features because when chatting with clients, we can demonstrate that employing Cohere's reranking model significantly improves results compared to not using it.

Documentation is not a major blocking issue for us as we are sophisticated software engineers. Integration and the API provided for reranking models are not complicated, so we can easily handle that. The documentation is good. The major point is to prove the value through evaluation. We need a sophisticated solution to showcase visibly to our clients and engineering team to convince them that using this model creates improvements.

For how long have I used the solution?

I started using Cohere when we first got information from the community about their reranking models almost one and a half years ago.

What do I think about the stability of the solution?

That's only what we need in our product currently. I will communicate when we have other requirements.

We haven't had any issues to escalate to Cohere's support because reranking is an optional feature in our product, and we haven't seen any significant issues so far.

What do I think about the scalability of the solution?

We don't observe many scaling problems because it's an enterprise application.  There are a few hundred people using this. The concurrent user rate is not significant, which might be why we don't see many scaling issues so far.

How are customer service and support?

We haven't had any issues to escalate to Cohere's support because reranking is an optional feature in our product, and we haven't seen any significant issues so far.

How would you rate customer service and support?

Neutral

Which solution did I use previously and why did I switch?

For reranking, Cohere was our only solution.

How was the initial setup?

I'm more focused on the speed and overall quality of the model itself and the chat flow as a whole solution. That's why I'm not in the position to comment on the price and setup cost as there are DevOps working on this piece.

What was our ROI?

Hard to estimate the overall ROI. but if you see the ROI for the feature of reranking, it's a positive number

What's my experience with pricing, setup cost, and licensing?

I'm not in the position to answer that question because I was not the one who deployed that model, but I believe it is because we see the model name as ARN name, so it's most likely coming from Bedrock.

Which other solutions did I evaluate?

For reranking, Cohere is the only solution we have used so far.

What other advice do I have?

As a feature developer, I'm more focused on the speed and overall quality of the model itself and the chat flow as a whole solution. That's why I'm not in the position to comment on the price and setup cost as there are DevOps working on this piece. My rating for this solution is 8 out of 10.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?


    Gokul Anil

Has streamlined test creation and analysis while needing better semantic accuracy for specific domain knowledge

  • October 08, 2025
  • Review provided by PeerSpot

What is our primary use case?

I am working on test automation, specifically an intelligent test automation framework. Based on the existing framework, which is handled in TypeScript and Selenium, I used Cohere intelligence to create new tests based on the test data and test cases that we provide. It will read through all the test cases in natural language, process them, analyze the internal working of our existing framework, and create the artifacts, test data, and test source based on the existing framework.

Currently, we are using Cohere APIs. First, I used the chat in the application itself to identify how it works by providing RAG sources, including PDF and text files. After confirming it worked fine, we moved to find an API, and we are using that API to handle all these tasks. The APIs are very functional for all our current use cases, mainly the intelligent test automation.

What is most valuable?

Cohere is very useful because I have been in scenarios where code was written with multiple reusable concepts containing many functionalities covered as different functions, but without descriptions of what particular functions were doing. We used Cohere intelligence and its knowledge on Oracle ERP PPM, and it was able to read through all the TypeScript code and create descriptions intelligently, which were almost 90% correct when reviewed.

It was very useful because we had 500-plus reusables, and it was able to analyze all of them and put them into a catalog. This makes it very easy to find and use the catalog to determine whether existing functionality is already implemented, preventing redundant implementations.

When it creates a new test, it creates it almost 70 to 80% correctly without errors. The time savings are significant - what previously took one or two days can now be completed in two to three hours maximum. We can complete many more tests in a day or sprint with Cohere's help.

Along with test automation, we handle analysis tasks, and now we have more time for better analysis. We are planning to implement test analysis capabilities as well. Once you receive the requirements and test cases, you can directly use them as input, and it will generate all artifacts and test data.

What needs improvement?

When performing similarity matching between text descriptions and the catalog descriptions created using Cohere, the matching could be improved. Because it does not have extensive understanding of Oracle functionalities in ERP, it sometimes gives wrong results or the confidence score is lower than desired. Improving that understanding would provide better matches.

When working with Cohere and providing large data sets, there was some hallucination, though it mostly works fine without many issues.

For how long have I used the solution?

I have been using Cohere for almost seven to eight months.

What do I think about the stability of the solution?

I have not faced any downtime or related issues. It works fine.

Which solution did I use previously and why did I switch?

I used Llama but it was not giving results comparable to what I get from Cohere when comparing the two solutions. We only had these two options at that time, and we chose Cohere over Llama.

How was the initial setup?

The setup was pretty smooth. I was able to find things easily. The documents were readily available on the internet, and I was able to find and integrate them without any issues. I subscribed to emails about new model updates, which allowed me to stay current. Oracle has now wrapped it inside their own AI, and we are using the latest version of Cohere as our chosen model.

What about the implementation team?

I started with the public version and then they wrapped it inside Oracle's system. I believe it is private, only accessible to Oracle employees with proper authentication and sign-in details. The pricing and setup were handled by the organization, so I am not aware of those aspects.

Which other solutions did I evaluate?

We only had two options at that time: Llama and Cohere. After trying both, we chose Cohere over Llama.

What other advice do I have?

Try it and use it. If you find it worthy, then implement it. I have shared all my experiences with you. My rating for Cohere is 7 out of 10.

Which deployment model are you using for this solution?

Private Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Other


    CollinsOmondi

Support team is available and answers all the questions and it is also free which is good for personal projects

  • July 02, 2024
  • Review provided by PeerSpot

What is our primary use case?

I use it for a personal project, a Discord bot for my Discord server. I haven't used it that much, but so far it's amazing. I like the support team. They are very good.

How has it helped my organization?

Everything is definitely intuitive, and whenever you have an issue, it's very easy to reach out to them on Discord. They're very active, so I'm not really complaining about having issues.

What is most valuable?

The very first thing that I really like about it is the support team. They're really available on Discord, and they answer all of your questions. 

I think it's free for personal projects unless you want to go to production. I haven't really used it that much, but the features that I have used so far, I have no issues with them.

What needs improvement?

Cohere has text generation. I think it is mainly focused on AI search. If there was a way to combine the searches with images, I think it would be nice to include that.

For how long have I used the solution?

I've recently started exploring Cohere.  It has been a few months now, two to three months.

What do I think about the stability of the solution?

I'll rate the stability a six out of ten since I haven't been using it much. I haven't really seen any issues.

What do I think about the scalability of the solution?

I will rate the scalability a seven out of ten because I haven't explored it all the way.

How are customer service and support?

The customer service and support are very good. 

How would you rate customer service and support?

Positive

How was the initial setup?

It's very easy. You just need an API key, and all the configurations are there. It's very easy to start.

If you have worked with something that requires API keys, you should be good to go. I don't think you need a lot of experience.

What's my experience with pricing, setup cost, and licensing?

Cohere has a free tier. You can use the API in development mode, so you can just use it for free. But if you go to production, you will have to pay.

I would advise someone to really consider it first if they really need it because it can be expensive.

So it might be a little expensive.

What other advice do I have?

Overall, I would rate it a seven out of ten. 

I would recommend it to others because it is very promising, so it would be worth the time. Others should try it. 


showing 1 - 3