telnyx 5.154.0 → 5.155.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2832bd313654a8a05f4ab75d6c17f72cb81d312b5ca022994d8d12e484401b94
4
- data.tar.gz: 4549a8644ed1af2f6cb89e1be3a48d247621a13aacd2797b3e105382e69eee14
3
+ metadata.gz: fa8fe26513764360f954a821465c8b4efb6ad2d03fa5b78458d45eec3fbb449d
4
+ data.tar.gz: 41d6930278a436cfd8927725247391d444ab01372849f133706386848b1a6dac
5
5
  SHA512:
6
- metadata.gz: c38ff16338d96b950a2d3f3891beb7ea7a1835c75b5783825c2ef731884ca7c04b5b810db88dff2612fa861a7b84efc81b95a215d3416b0d2ff5611ef586f25a
7
- data.tar.gz: 0dac0c90e980714dfe0b3e4e4fe453b90a1576f132245d5cdc6ebfbc23be53c3076a8a2ed11154f8fd0b870bd42124f27778da629c4258794878ab8582074246
6
+ metadata.gz: d89bbd103e10e9b1bb63bb94724143dc3b56f146d0045f9ef1843910f05d84866d6336c8416279e74bfd828e31b637c40c558e3d015bb9e421ec662ee1dfceef
7
+ data.tar.gz: 953014783b8f97894c94f320b45d329751aaa44d0c97e7b5be61f5a745198219a60ae58088f52182744e908b8feb3e4ce3def088e458247e86e8af89e2ad5720
data/CHANGELOG.md CHANGED
@@ -1,27 +1,12 @@
1
1
  # Changelog
2
2
 
3
- ## [5.154.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.153.0...v5.154.0) (2026-07-03)
3
+ ## 5.155.0 (2026-07-03)
4
4
 
5
-
6
- ### Bug Fixes
7
-
8
- * **release:** take first Release-As match (multiline output broke GITHUB_OUTPUT) ([#311](https://github.com/team-telnyx/telnyx-ruby/issues/311)) ([9eb945c](https://github.com/team-telnyx/telnyx-ruby/commit/9eb945cd1de676e45a7b8e50d41845b1b2c4e34a))
9
-
10
- ## [5.153.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.152.0...v5.153.0) (2026-07-03)
11
-
12
-
13
- ### Bug Fixes
14
-
15
- * use git reset --hard for tree replacement, force-push, and fix PR URL regex in release-please.yml ([#303](https://github.com/team-telnyx/telnyx-ruby/issues/303)) ([7da92a6](https://github.com/team-telnyx/telnyx-ruby/commit/7da92a649c21dd2f589008c48ae3622649a62a32))
16
-
17
- ## 5.152.0 (2026-07-02)
18
-
19
- Full Changelog: [v5.151.0...v5.152.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.151.0...v5.152.0)
5
+ Full Changelog: [v5.154.0...v5.155.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.154.0...v5.155.0)
20
6
 
21
7
  ### Chores
22
8
 
23
- * promote from staging 07b2d36 ([d8e7db7](https://github.com/team-telnyx/telnyx-ruby/commit/d8e7db739974cd709716567aab5f07356013800c))
24
- * sync repo ([a3e7b10](https://github.com/team-telnyx/telnyx-ruby/commit/a3e7b1046dc79c12fc799c6463d72200e812cbf8))
9
+ * promote from staging c6f14c5 ([a69dbbf](https://github.com/team-telnyx/telnyx-ruby/commit/a69dbbf9c0a47a118b79ef0e478a3d6e51a470e0))
25
10
 
26
11
  ## [5.147.0](https://github.com/team-telnyx/telnyx-ruby-staging/compare/v5.146.0...v5.147.0) (2026-06-18)
27
12
 
data/README.md CHANGED
@@ -24,7 +24,7 @@ To use this gem, install via Bundler by adding the following to your application
24
24
  <!-- x-release-please-start-version -->
25
25
 
26
26
  ```ruby
27
- gem "telnyx", "~> 5.154.0"
27
+ gem "telnyx", "~> 5.155.0"
28
28
  ```
29
29
 
30
30
  <!-- x-release-please-end -->
@@ -36,6 +36,8 @@ module Telnyx
36
36
  # - `xai/grok-stt` is a multilingual Grok STT model.
37
37
  # - `soniox/stt-rt-v4` is a multilingual streaming model with automatic language
38
38
  # detection and configurable endpointing.
39
+ # - `parakeet/tdt-0.6b-v3` is a multilingual transcription model with automatic
40
+ # language detection.
39
41
  #
40
42
  # @return [Symbol, Telnyx::Models::AI::TranscriptionSettings::Model, nil]
41
43
  optional :model, enum: -> { Telnyx::AI::TranscriptionSettings::Model }
@@ -78,6 +80,8 @@ module Telnyx
78
80
  # - `xai/grok-stt` is a multilingual Grok STT model.
79
81
  # - `soniox/stt-rt-v4` is a multilingual streaming model with automatic language
80
82
  # detection and configurable endpointing.
83
+ # - `parakeet/tdt-0.6b-v3` is a multilingual transcription model with automatic
84
+ # language detection.
81
85
  #
82
86
  # @see Telnyx::Models::AI::TranscriptionSettings#model
83
87
  module Model
@@ -90,6 +94,7 @@ module Telnyx
90
94
  ASSEMBLYAI_UNIVERSAL_STREAMING = :"assemblyai/universal-streaming"
91
95
  XAI_GROK_STT = :"xai/grok-stt"
92
96
  SONIOX_STT_RT_V4 = :"soniox/stt-rt-v4"
97
+ PARAKEET_TDT_0_6B_V3 = :"parakeet/tdt-0.6b-v3"
93
98
  DISTIL_WHISPER_DISTIL_LARGE_V2 = :"distil-whisper/distil-large-v2"
94
99
  OPENAI_WHISPER_LARGE_V3_TURBO = :"openai/whisper-large-v3-turbo"
95
100
 
@@ -29,6 +29,8 @@ module Telnyx
29
29
  # - `xai/grok-stt` for live streaming transcription.
30
30
  # - `soniox/stt-rt-v4` for live streaming multilingual transcription with
31
31
  # automatic language detection.
32
+ # - `parakeet/tdt-0.6b-v3` for multilingual transcription with automatic language
33
+ # detection.
32
34
  # - `azure/fast` and `azure/realtime`; Azure models require `region`, and
33
35
  # unsupported regions require `api_key_ref`.
34
36
  # - `google/latest_long` for non-streaming multilingual transcription.
@@ -64,6 +66,8 @@ module Telnyx
64
66
  # - `xai/grok-stt` for live streaming transcription.
65
67
  # - `soniox/stt-rt-v4` for live streaming multilingual transcription with
66
68
  # automatic language detection.
69
+ # - `parakeet/tdt-0.6b-v3` for multilingual transcription with automatic language
70
+ # detection.
67
71
  # - `azure/fast` and `azure/realtime`; Azure models require `region`, and
68
72
  # unsupported regions require `api_key_ref`.
69
73
  # - `google/latest_long` for non-streaming multilingual transcription.
@@ -85,6 +89,7 @@ module Telnyx
85
89
  ASSEMBLYAI_UNIVERSAL_STREAMING = :"assemblyai/universal-streaming"
86
90
  XAI_GROK_STT = :"xai/grok-stt"
87
91
  SONIOX_STT_RT_V4 = :"soniox/stt-rt-v4"
92
+ PARAKEET_TDT_0_6B_V3 = :"parakeet/tdt-0.6b-v3"
88
93
  AZURE_FAST = :"azure/fast"
89
94
  AZURE_REALTIME = :"azure/realtime"
90
95
  GOOGLE_LATEST_LONG = :"google/latest_long"
@@ -51,6 +51,7 @@ module Telnyx
51
51
  ASSEMBLYAI = :assemblyai
52
52
  XAI = :xai
53
53
  SONIOX = :soniox
54
+ PARAKEET = :parakeet
54
55
  AZURE = :azure
55
56
  OPENAI = :openai
56
57
  GOOGLE = :google
@@ -115,6 +115,7 @@ module Telnyx
115
115
  X_AI = :xAI
116
116
  SPEECHMATICS = :Speechmatics
117
117
  SONIOX = :Soniox
118
+ PARAKEET = :Parakeet
118
119
 
119
120
  # @!method self.values
120
121
  # @return [Array<Symbol>]
@@ -140,6 +141,7 @@ module Telnyx
140
141
  XAI_GROK_STT = :"xai/grok-stt"
141
142
  SPEECHMATICS_STANDARD = :"speechmatics/standard"
142
143
  SONIOX_STT_RT_V4 = :"soniox/stt-rt-v4"
144
+ PARAKEET_TDT_0_6B_V3 = :"parakeet/tdt-0.6b-v3"
143
145
 
144
146
  # @!method self.values
145
147
  # @return [Array<Symbol>]
@@ -56,7 +56,7 @@ module Telnyx
56
56
  # `Authorization: Bearer <API_KEY>` header.
57
57
  #
58
58
  # Supported engines: `Azure`, `Deepgram`, `Google`, `Telnyx`, `xAI`,
59
- # `Speechmatics`, `Soniox`.
59
+ # `Speechmatics`, `Soniox`, `Parakeet`.
60
60
  #
61
61
  # **Connection flow:**
62
62
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Telnyx
4
- VERSION = "5.154.0"
4
+ VERSION = "5.155.0"
5
5
  end
@@ -42,6 +42,8 @@ module Telnyx
42
42
  # - `xai/grok-stt` is a multilingual Grok STT model.
43
43
  # - `soniox/stt-rt-v4` is a multilingual streaming model with automatic language
44
44
  # detection and configurable endpointing.
45
+ # - `parakeet/tdt-0.6b-v3` is a multilingual transcription model with automatic
46
+ # language detection.
45
47
  sig do
46
48
  returns(T.nilable(Telnyx::AI::TranscriptionSettings::Model::OrSymbol))
47
49
  end
@@ -101,6 +103,8 @@ module Telnyx
101
103
  # - `xai/grok-stt` is a multilingual Grok STT model.
102
104
  # - `soniox/stt-rt-v4` is a multilingual streaming model with automatic language
103
105
  # detection and configurable endpointing.
106
+ # - `parakeet/tdt-0.6b-v3` is a multilingual transcription model with automatic
107
+ # language detection.
104
108
  model: nil,
105
109
  # Region on third party cloud providers (currently Azure) if using one of their
106
110
  # models. Some regions require `api_key_ref`.
@@ -135,6 +139,8 @@ module Telnyx
135
139
  # - `xai/grok-stt` is a multilingual Grok STT model.
136
140
  # - `soniox/stt-rt-v4` is a multilingual streaming model with automatic language
137
141
  # detection and configurable endpointing.
142
+ # - `parakeet/tdt-0.6b-v3` is a multilingual transcription model with automatic
143
+ # language detection.
138
144
  module Model
139
145
  extend Telnyx::Internal::Type::Enum
140
146
 
@@ -179,6 +185,11 @@ module Telnyx
179
185
  :"soniox/stt-rt-v4",
180
186
  Telnyx::AI::TranscriptionSettings::Model::TaggedSymbol
181
187
  )
188
+ PARAKEET_TDT_0_6B_V3 =
189
+ T.let(
190
+ :"parakeet/tdt-0.6b-v3",
191
+ Telnyx::AI::TranscriptionSettings::Model::TaggedSymbol
192
+ )
182
193
  DISTIL_WHISPER_DISTIL_LARGE_V2 =
183
194
  T.let(
184
195
  :"distil-whisper/distil-large-v2",
@@ -34,6 +34,8 @@ module Telnyx
34
34
  # - `xai/grok-stt` for live streaming transcription.
35
35
  # - `soniox/stt-rt-v4` for live streaming multilingual transcription with
36
36
  # automatic language detection.
37
+ # - `parakeet/tdt-0.6b-v3` for multilingual transcription with automatic language
38
+ # detection.
37
39
  # - `azure/fast` and `azure/realtime`; Azure models require `region`, and
38
40
  # unsupported regions require `api_key_ref`.
39
41
  # - `google/latest_long` for non-streaming multilingual transcription.
@@ -86,6 +88,8 @@ module Telnyx
86
88
  # - `xai/grok-stt` for live streaming transcription.
87
89
  # - `soniox/stt-rt-v4` for live streaming multilingual transcription with
88
90
  # automatic language detection.
91
+ # - `parakeet/tdt-0.6b-v3` for multilingual transcription with automatic language
92
+ # detection.
89
93
  # - `azure/fast` and `azure/realtime`; Azure models require `region`, and
90
94
  # unsupported regions require `api_key_ref`.
91
95
  # - `google/latest_long` for non-streaming multilingual transcription.
@@ -119,6 +123,8 @@ module Telnyx
119
123
  # - `xai/grok-stt` for live streaming transcription.
120
124
  # - `soniox/stt-rt-v4` for live streaming multilingual transcription with
121
125
  # automatic language detection.
126
+ # - `parakeet/tdt-0.6b-v3` for multilingual transcription with automatic language
127
+ # detection.
122
128
  # - `azure/fast` and `azure/realtime`; Azure models require `region`, and
123
129
  # unsupported regions require `api_key_ref`.
124
130
  # - `google/latest_long` for non-streaming multilingual transcription.
@@ -180,6 +186,11 @@ module Telnyx
180
186
  :"soniox/stt-rt-v4",
181
187
  Telnyx::Calls::TranscriptionConfig::Model::TaggedSymbol
182
188
  )
189
+ PARAKEET_TDT_0_6B_V3 =
190
+ T.let(
191
+ :"parakeet/tdt-0.6b-v3",
192
+ Telnyx::Calls::TranscriptionConfig::Model::TaggedSymbol
193
+ )
183
194
  AZURE_FAST =
184
195
  T.let(
185
196
  :"azure/fast",
@@ -122,6 +122,11 @@ module Telnyx
122
122
  :soniox,
123
123
  Telnyx::SpeechToTextListProvidersParams::Provider::TaggedSymbol
124
124
  )
125
+ PARAKEET =
126
+ T.let(
127
+ :parakeet,
128
+ Telnyx::SpeechToTextListProvidersParams::Provider::TaggedSymbol
129
+ )
125
130
  AZURE =
126
131
  T.let(
127
132
  :azure,
@@ -249,6 +249,11 @@ module Telnyx
249
249
  :Soniox,
250
250
  Telnyx::SpeechToTextRetrieveTranscriptionParams::TranscriptionEngine::TaggedSymbol
251
251
  )
252
+ PARAKEET =
253
+ T.let(
254
+ :Parakeet,
255
+ Telnyx::SpeechToTextRetrieveTranscriptionParams::TranscriptionEngine::TaggedSymbol
256
+ )
252
257
 
253
258
  sig do
254
259
  override.returns(
@@ -354,6 +359,11 @@ module Telnyx
354
359
  :"soniox/stt-rt-v4",
355
360
  Telnyx::SpeechToTextRetrieveTranscriptionParams::Model::TaggedSymbol
356
361
  )
362
+ PARAKEET_TDT_0_6B_V3 =
363
+ T.let(
364
+ :"parakeet/tdt-0.6b-v3",
365
+ Telnyx::SpeechToTextRetrieveTranscriptionParams::Model::TaggedSymbol
366
+ )
357
367
 
358
368
  sig do
359
369
  override.returns(
@@ -49,7 +49,7 @@ module Telnyx
49
49
  # `Authorization: Bearer <API_KEY>` header.
50
50
  #
51
51
  # Supported engines: `Azure`, `Deepgram`, `Google`, `Telnyx`, `xAI`,
52
- # `Speechmatics`, `Soniox`.
52
+ # `Speechmatics`, `Soniox`, `Parakeet`.
53
53
  #
54
54
  # **Connection flow:**
55
55
  #
@@ -59,6 +59,7 @@ module Telnyx
59
59
  | :"assemblyai/universal-streaming"
60
60
  | :"xai/grok-stt"
61
61
  | :"soniox/stt-rt-v4"
62
+ | :"parakeet/tdt-0.6b-v3"
62
63
  | :"distil-whisper/distil-large-v2"
63
64
  | :"openai/whisper-large-v3-turbo"
64
65
 
@@ -72,6 +73,7 @@ module Telnyx
72
73
  ASSEMBLYAI_UNIVERSAL_STREAMING: :"assemblyai/universal-streaming"
73
74
  XAI_GROK_STT: :"xai/grok-stt"
74
75
  SONIOX_STT_RT_V4: :"soniox/stt-rt-v4"
76
+ PARAKEET_TDT_0_6B_V3: :"parakeet/tdt-0.6b-v3"
75
77
  DISTIL_WHISPER_DISTIL_LARGE_V2: :"distil-whisper/distil-large-v2"
76
78
  OPENAI_WHISPER_LARGE_V3_TURBO: :"openai/whisper-large-v3-turbo"
77
79
 
@@ -38,6 +38,7 @@ module Telnyx
38
38
  | :"assemblyai/universal-streaming"
39
39
  | :"xai/grok-stt"
40
40
  | :"soniox/stt-rt-v4"
41
+ | :"parakeet/tdt-0.6b-v3"
41
42
  | :"azure/fast"
42
43
  | :"azure/realtime"
43
44
  | :"google/latest_long"
@@ -56,6 +57,7 @@ module Telnyx
56
57
  ASSEMBLYAI_UNIVERSAL_STREAMING: :"assemblyai/universal-streaming"
57
58
  XAI_GROK_STT: :"xai/grok-stt"
58
59
  SONIOX_STT_RT_V4: :"soniox/stt-rt-v4"
60
+ PARAKEET_TDT_0_6B_V3: :"parakeet/tdt-0.6b-v3"
59
61
  AZURE_FAST: :"azure/fast"
60
62
  AZURE_REALTIME: :"azure/realtime"
61
63
  GOOGLE_LATEST_LONG: :"google/latest_long"
@@ -41,6 +41,7 @@ module Telnyx
41
41
  | :assemblyai
42
42
  | :xai
43
43
  | :soniox
44
+ | :parakeet
44
45
  | :azure
45
46
  | :openai
46
47
  | :google
@@ -54,6 +55,7 @@ module Telnyx
54
55
  ASSEMBLYAI: :assemblyai
55
56
  XAI: :xai
56
57
  SONIOX: :soniox
58
+ PARAKEET: :parakeet
57
59
  AZURE: :azure
58
60
  OPENAI: :openai
59
61
  GOOGLE: :google
@@ -90,7 +90,14 @@ module Telnyx
90
90
  end
91
91
 
92
92
  type transcription_engine =
93
- :Azure | :Deepgram | :Google | :Telnyx | :xAI | :Speechmatics | :Soniox
93
+ :Azure
94
+ | :Deepgram
95
+ | :Google
96
+ | :Telnyx
97
+ | :xAI
98
+ | :Speechmatics
99
+ | :Soniox
100
+ | :Parakeet
94
101
 
95
102
  module TranscriptionEngine
96
103
  extend Telnyx::Internal::Type::Enum
@@ -102,6 +109,7 @@ module Telnyx
102
109
  X_AI: :xAI
103
110
  SPEECHMATICS: :Speechmatics
104
111
  SONIOX: :Soniox
112
+ PARAKEET: :Parakeet
105
113
 
106
114
  def self?.values: -> ::Array[Telnyx::Models::SpeechToTextRetrieveTranscriptionParams::transcription_engine]
107
115
  end
@@ -123,6 +131,7 @@ module Telnyx
123
131
  | :"xai/grok-stt"
124
132
  | :"speechmatics/standard"
125
133
  | :"soniox/stt-rt-v4"
134
+ | :"parakeet/tdt-0.6b-v3"
126
135
 
127
136
  module Model
128
137
  extend Telnyx::Internal::Type::Enum
@@ -143,6 +152,7 @@ module Telnyx
143
152
  XAI_GROK_STT: :"xai/grok-stt"
144
153
  SPEECHMATICS_STANDARD: :"speechmatics/standard"
145
154
  SONIOX_STT_RT_V4: :"soniox/stt-rt-v4"
155
+ PARAKEET_TDT_0_6B_V3: :"parakeet/tdt-0.6b-v3"
146
156
 
147
157
  def self?.values: -> ::Array[Telnyx::Models::SpeechToTextRetrieveTranscriptionParams::model]
148
158
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telnyx
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.154.0
4
+ version: 5.155.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Telnyx
@@ -10,6 +10,20 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2026-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: base64
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: cgi
15
29
  requirement: !ruby/object:Gem::Requirement