Listing Thumbnail

    Kyva: Enterprise-Grade AI Assistant Platform for Secure Workflows

     Info
    Sold by: Kyva AI 
    Deployed on AWS
    Deploy a private AI workspace in your AWS environment with ChatGPT-level capabilities and complete data sovereignty. Create custom AI assistants and process documents while keeping all data in your AWS account, at 70% less cost than ChatGPT Enterprise.

    Overview

    Open image

    Private AI workspace with ChatGPT-level capabilities and complete data sovereignty. 70% less cost than ChatGPT Enterprise.

    Core Capabilities:

    • Document Processing: Upload PDFs, Word docs, Excel files with advanced text extraction
    • Virtual Assistants (Agents): Use existing library of Virtual Assistants or create - custom AI assistants with specific instructions and data connections
    • API Integrations: Connect to enterprise systems using natural language queries
    • Team Collaboration: Share knowledge bases and assistants across teams with permissions

    Complete Data Sovereignty:

    • All data processing within your AWS account and region
    • Zero external data transmission to third-party AI providers
    • AWS Bedrock models run entirely within AWS infrastructure
    • Enterprise compliance and security requirements met

    Proven Cost Savings:

    • 70% less than ChatGPT Enterprise
    • 40% less than Microsoft Copilot Example: 1,000 users = ~$18K/month total vs $60K for ChatGPT Enterprise

    Technical Foundation:

    • AWS Bedrock with multiple LLM models including Anthropic, Meta, & AWS models
    • Support for self-hosted open source or fine-tuned LLMs
    • Browser-based or MS Teams application interface

    Highlights

    • Kyva eliminates the need to build AI infrastructure in-house, providing a ready-to-deploy containerized solution that runs in your AWS environment. Get enterprise-grade AI capabilities in weeks, not months, while maintaining complete data sovereignty. Save significant development costs and engineering resources while still keeping AI securely within your infrastructure.
    • Access multiple AWS Bedrock models through Kyva's platform, giving you flexibility to choose the right model for each use case. Our Virtual Assistant feature lets you create custom AI behaviors with simple instructions, while our document processing pipeline handles complex file types with structure preservation.
    • Kyva deploys in your AWS environment with complete data sovereignty, providing secure AI assistants that deliver structured outputs (not just chat) for document-intensive workflows. Our advanced RAG implementation with BrainBanks technology transforms your documents into intelligent resources while keeping sensitive data within your security perimeter.

    Details

    Delivery method

    Supported services

    Delivery option
    production

    Latest version

    Operating system
    Linux

    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

    Kyva: Enterprise-Grade AI Assistant Platform for Secure Workflows

     Info
    Pricing is based on the duration and terms of your contract with the vendor. This entitles you to a specified quantity of use for the contract duration. If you choose not to renew or replace your contract before it ends, access to these entitlements will expire.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    1-month contract (3)

     Info
    Dimension
    Description
    Cost/month
    Per Seat User License
    Seat based pricing, minimum $200/month
    $20.00
    Consultant Licensing Package
    Base Licensing Package
    $200.00
    Custom Pricing
    Custom Pricing
    $500.00

    Vendor refund policy

    If Kyva fails to correct Product issues or re-perform Services within a reasonable time (up to 30 days), the buyer can terminate the Subscription within 30 days after the cure period. Kyva will then refund:

    1. Any prepaid fees, prorated for the unused portion of the Subscription
    2. Applicable service credits under Support Services or other policies

    This policy applies only to warranty breaches and excludes issues caused by buyer misuse or unauthorized modifications.

    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

    production

    Supported services: Learn more 
    • Amazon ECS
    Container image

    Containers are lightweight, portable execution environments that wrap server application software in a filesystem that includes everything it needs to run. Container applications run on supported container runtimes and orchestration services, such as Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS). Both eliminate the need for you to install and operate your own container orchestration software by managing and scheduling containers on a scalable cluster of virtual machines.

    Version release notes

    improving performance

    Additional details

    Usage instructions

    Kyva Installation Prerequisites

    Local System Requirements -Docker desktop installed and running -AWS CLI set up with proper ECR access permissions -ECR push/pull privileges configured for the Kyva deployment region

    AWS Account Setup

    -Active and valid domain name

    -AWS Route 53 Hosted Zone properly configured

    -Hosted Zone ID readily available

    -Valid SSL Certificate ID for secure connections

    -Create the following ECR repositories in your preferred region

    knowledge-base-processor-kyva, kyva-api-kyva, kyva-utilities, session-excel-processor-kyva, session-pdf-processor-kyva, session-image-processor-kyva,

    Microsoft Teams Integration (Optional) -Microsoft Web ID for authentication purposes

    DEPLOYMENT INSTRUCTIONS

    1. Download all Docker images by copying and executing the command provided in the "Container Images" section of this page.

    2. Tag all docker images Replace XXXXXXXXXXXX with your AWS account

    docker tag 709825985650.dkr.ecr.us-east-1.amazonaws.com/kyva-ai/kyva-session-pdf-processor:version1.0 XXXXXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com/session-pdf-processor-kyva

    docker tag 709825985650.dkr.ecr.us-east-1.amazonaws.com/kyva-ai/kyva-session-excel-processor:version1.0 XXXXXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com/session-excel-processor-kyva

    docker tag 709825985650.dkr.ecr.us-east-1.amazonaws.com/kyva-ai/kyva-knowledge-base-processor:version1.0 XXXXXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com/knowledge-base-processor-kyva

    docker tag 709825985650.dkr.ecr.us-east-1.amazonaws.com/kyva-ai/kyva-api:version1.0 XXXXXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com/kyva-api-kyva

    docker tag 709825985650.dkr.ecr.us-east-1.amazonaws.com/kyva-ai/kyva-utilities:version1.0a XXXXXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com/kyva-utilities

    1. Push images to your ECR

    aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin XXXXXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com

    CONTAINER_IMAGES="XXXXXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com/session-pdf-processor-kyva,XXXXXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com/session-excel-processor-kyva,XXXXXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com/knowledge-base-processor-kyva,XXXXXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com/kyva-api-kyva,XXXXXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com/kyva-utilities"

    for i in $(echo $CONTAINER_IMAGES | sed "s/,/ /g"); do docker push $i; done

    1. Execute your template kyva-1.yaml in AWS CloudFormation service

    2. Execute your template kyva-2.yaml in AWS CloudFormation service

    3. Microsoft Teams Integration (Optional): Download the teams-manifest zipped file from the S3 bucket starting with cdk-hnb659. It's located under the teams-manifest folder. Upload the provided zip file to your Azure account.

    IAM role and policy definitions are documented in the policy file.

    Questions? Please contact info@kyva.ai 

    Resources

    Vendor resources

    Support

    Vendor support

    Support is available at info@kyva.ai  Kyva offers comprehensive support for a seamless experience. You will receive personalized onboarding assistance, including guidance on setting up custom knowledge databases and the hats feature. Our dedicated support team is available to assist with deployment, troubleshooting, and general inquiries. Regular updates with new features and improvements keep your solution optimized, and our knowledge base provides detailed documentation, FAQs, and tutorials. We are here to maximize your success with Kyva.

    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.

    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.