{"categories":[{"label":"Linguistic","url":"https://skillfed.io/packages/category/text-processing-linguistic/2"}],"enrichment":{"capability":"A Python SDK for the Gladia speech-to-text API, supporting both pre-recorded audio transcription and live streaming transcription with features like diarization, translation, and PII redaction.","skillfed_tags":["speech-to-text","audio-processing","websocket-streaming"],"use_cases":["Transcribe pre-recorded audio files (MP3, WAV, etc.) with language detection and optional translation","Build real-time transcription into live applications using WebSocket-based streaming","Extract speaker identity and turn-taking information via diarization in recorded or live audio","Redact personally identifiable information from transcripts automatically during processing","Integrate speech-to-text into async Python applications without blocking the event loop"],"what_it_does":"Gladia SDK is a Python client library for the Gladia speech-to-text service. It provides both synchronous and asynchronous interfaces for transcribing audio\u2014either from pre-recorded files (local paths, file objects, or HTTP URLs) or from live audio streams via WebSocket. The SDK handles authentication via API key, manages file uploads when needed, and polls for job completion on pre-recorded jobs. For live sessions, it establishes WebSocket connections and emits events (partial transcripts, final transcripts, errors, session lifecycle) that your code can listen to and act on.\n\nThe package depends on httpx for HTTP requests, websockets for real-time connections, pyee for event handling, and dataclasses-json and marshmallow for request/response serialization. It requires Python 3.10 or later. The API surface includes methods like `transcribe()` for pre-recorded audio, `prerecorded_async()` for async pre-recorded work, and `live()` / `live_async()` for real-time transcription, all accepting configuration for language, diarization, translation, and other audio intelligence features.","worth_installing":"Yes, if you need to integrate Gladia's speech-to-text service into a Python application. The SDK is actively maintained, has low install friction, and provides both sync and async interfaces for flexibility. License treatment is unclear, so verify the terms before production use. No known security vulnerabilities as of the query date."},"id":"gladiaio-sdk","links":{"html":"https://skillfed.io/packages/gladiaio-sdk","md":"https://skillfed.io/packages/gladiaio-sdk.md","pypi":"https://pypi.org/project/gladiaio-sdk/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-23","license_spdx":null,"license_treatment":"unclear","name":"gladiaio-sdk","python_support":"supports_current","summary":"Gladia SDK for Python"},"popularity":{"monthly_downloads":154878,"position":10841,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.5"}
