Overview
This product provides a real-time bidirectional streaming speech inference model deployed via Amazon SageMaker.
The model supports low-latency streaming inference using bidirectional communication and is designed for real-time applications.
Key features:
- Low-latency real-time processing
- Stateful session handling
- Secure model execution environment
- SageMaker-based deployment
Highlights
- Real-time streaming speech inference
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/host/hour |
|---|---|---|
ml.c4.2xlarge Inference (Batch) Recommended | Model inference on the ml.c4.2xlarge instance type, batch mode | $0.00 |
ml.g6e.8xlarge Inference (Real-Time) Recommended | Model inference on the ml.g6e.8xlarge instance type, real-time mode | $38.40 |
ml.g6e.xlarge Inference (Real-Time) | Model inference on the ml.g6e.xlarge instance type, real-time mode | $38.40 |
ml.g6e.2xlarge Inference (Real-Time) | Model inference on the ml.g6e.2xlarge instance type, real-time mode | $38.40 |
ml.g6e.4xlarge Inference (Real-Time) | Model inference on the ml.g6e.4xlarge instance type, real-time mode | $38.40 |
ml.g6e.16xlarge Inference (Real-Time) | Model inference on the ml.g6e.16xlarge instance type, real-time mode | $38.40 |
ml.g6.xlarge Inference (Real-Time) | Model inference on the ml.g6.xlarge instance type, real-time mode | $4.80 |
ml.g6.2xlarge Inference (Real-Time) | Model inference on the ml.g6.2xlarge instance type, real-time mode | $4.80 |
ml.g6.4xlarge Inference (Real-Time) | Model inference on the ml.g6.4xlarge instance type, real-time mode | $4.80 |
ml.g6.8xlarge Inference (Real-Time) | Model inference on the ml.g6.8xlarge instance type, real-time mode | $4.80 |
Vendor refund policy
n/a
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
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.
Version release notes
- Improve Japanese transcription accuracy and noise robustness
- Add more sample rates and audio formats
- Transcribe person's names in Kata-kana
- Add keywords support
- Add server-side turn detection (server VAD)
Additional details
Inputs
- Summary
Model input summary
This model accepts audio data via SageMaker bidirectional streaming using JSON events over HTTP/2.
Input Event Types:
-
transcription_session.update - Configure the session before sending audio
- input_audio_format: Audio encoding format ("pcm16", "float32", "mulaw", or "opus")
- input_audio_sample_rate: Sample rate in Hz (default: 24000)
- input_audio_number_of_channels: Must be 1 (mono)
- input_audio_transcription.language: Source language (ISO-639-1: "ja" or "en")
- input_audio_transcription.target_language: Output language (ISO-639-1: "ja" or "en")
- input_audio_transcription.kana: Transcribe person's name in Kata-kana (default: false)
- input_audio_transcription.keywords: keyword list (default: null)
- turn_detection: false (default) or a server VAD config object ({"type": "server_vad", "silence_duration_ms": 400}) to enable automatic turn detection
- turn_detection.silence_duration_ms: Trailing silence (ms) that ends a turn (default: 400; tune per application/pipeline)
-
input_audio_buffer.append - Send audio chunks
- audio: Base64-encoded audio bytes
- event_id: Optional correlation ID for tracking (max 36 characters)
-
input_audio_buffer.commit - Signal end of audio stream
Supported Audio Formats:
- pcm16: 16-bit signed integer PCM, little-endian, mono
- float32: 32-bit floating point, little-endian, mono, range [-1.0, 1.0]
- mulaw: G.711 μ-law
- opus: Self-contained Ogg/Opus blob per append event
Recommended Settings:
- Sample rate: 24000 Hz
- Chunk duration: 80ms per event
-
- Limitations for input type
- - Maximum audio per event: 8 seconds (~1MB base64 encoded) - Supported language: ja
- Input MIME type
- application/json
Support
Vendor support
For support, contact: kotoba_product+marketplace@kotoba.tech
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.