telnyx-stt-python

Installation
SKILL.md

Telnyx Speech-to-Text - Python

Installation

pip install telnyx

Setup

import os
from telnyx import Telnyx

client = Telnyx(
    api_key=os.environ.get("TELNYX_API_KEY"),
)
Installs
1
GitHub Stars
188
First Seen
Jul 26, 2026
telnyx-stt-python — team-telnyx/telnyx-skills