Overview
API Request Example
API Request Example
Sample Output
Web UI
This product provides a fully self-hosted speech-to-text inference server packaged as a Container Image for AWS. The server exposes a simple HTTP REST API for converting audio files into text and is optimized for efficient CPU-based inference, enabling predictable performance without requiring GPU instances. All processing occurs within the customer's AWS environment, ensuring full control over data, networking, and security. The container is designed for production use and supports configurable deployment options through environment variables and volume mapping. Customers can adjust server ports, SSL settings, and choose the best quality/performance model to match their workload requirements. The service is suitable for batch transcription, internal applications, and environments where external SaaS speech APIs are not permitted. Common use cases include call center transcription, media and meeting transcription, compliance-sensitive audio processing, and offline or private speech analytics pipelines. HTTPS can also be enabled using standard AWS patterns such as an Application Load Balancer with TLS termination, allowing the solution to integrate cleanly into existing AWS architectures.
Highlights
- Self-hosted speech-to-text server running entirely within your AWS account, with no external data dependencies
- CPU-optimized inference for cost-effective transcription without requiring GPU instances
- Production-ready container image with configurable deployment, Web and REST API access, and AWS-native security integration
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
Dimension | Description | Cost/unit/hour |
|---|---|---|
Hours | Container Hours | $0.08 |
Vendor refund policy
Refunds are handled in accordance with AWS Marketplace refund policies. Buyers may request a refund within 48 hours of initial purchase or launch if the product does not function as described on supported EC2 instance types. To request a refund or support, contact support@sigmodata.com
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Deploy as container
- Amazon ECS
- Amazon EKS
- Amazon ECS Anywhere
- Amazon EKS Anywhere
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
Create container image
Additional details
Usage instructions
This container runs a CPU-optimized Speech-to-Text server with:
- Web UI for uploading audio and viewing transcriptions
- REST API for programmatic access
- Configurable output formats
- /health endpoint for monitoring
- Optional HTTP authentication
Default port: 8080.
For full usage documentation, examples, and advanced options, visit: https://www.sigmodata.com/products?product=speech-to-text-server#speech-to-text-server
Use environment variables to configure the behavior of the service
- PASSWORD: enable http auth password protection (username is always sigmodata)
Run locally with docker:
docker run --rm -p 8080:8080 \ -e PASSWORD=your_password \ <IMAGE_URI>Override additional startup options by using a custom run command. Example:
docker run --rm --name speech-to-text \ -e PASSWORD=your_password \ -p 8080:8080 \ <IMAGE_URI> \ sh -c "exec sigmodata-whisper-server \ --host 0.0.0.0 --port 8080 \ --model /app/models/ggml-base.bin \ --public /app/server/public \ --ssl \ --ssl-cert /app/server.pem \ --ssl-key /app/server.pem"Resources
Vendor resources
Support
Vendor support
Support contact: Email: support@sigmodata.com
Support URL: https://www.sigmodata.com
Support description: Support is provided via email and web-based support channels.
Buyers can expect assistance with initial deployment, configuration, and troubleshooting of the AMI and speech-to-text service.
Response times and support scope may vary based on the customers subscription or private offer agreement.
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.