deepset-ai / deepset-ai/haystack-core-integrations

Add new Gladia integration with a GladiaTranscriber component

Open
#2,246 1 comment 0 reactions 1 assignee View on GitHub

@anakin87 is already working on this.

Since Aug 7, 2026.

new integration P3
Dominant language
Python
Stars
203
Forks
332
Avg merge
2d 4h
Merged PRs (30d)
80

Description

Summary and motivation

Currently Haystack has a RemoteWhisperTranscriber, LocalWhisperTranscriber and an integration with Elevenlabs.
This issue is about adding a new integration with Gladia for real-time audio transcription: https://www.gladia.io/product/real-time

Detailed design

A new GladiaTranscriber component (or a GladiaSpeechToText component) implemented in a similar way as the existing RemoteWhisperTranscriber component.

Checklist

If the request is accepted, ensure the following checklist is complete before closing this issue.

Tasks
  • The code is documented with docstrings and was merged in the main branch
  • Docs are published at https://docs.haystack.deepset.ai/
  • There is a Github workflow running the tests for the integration nightly and at every PR
  • A new label named like integration:<your integration name> has been added to the list of labels for this repository
  • The labeler.yml file has been updated
  • The package has been released on PyPI
  • An integration tile with a usage example has been added to https://github.com/deepset-ai/haystack-integrations
  • The integration has been listed in the Inventory section of this repo README
  • The feature was announced through social media

If you want to contribute with a PR, make sure to have a Gladia API key yourself to test your implementation.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.