telnyx 5.112.0 → 5.113.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 +4 -4
- data/CHANGELOG.md +17 -0
- data/README.md +1 -1
- data/lib/telnyx/models/ai/assistant_create_params.rb +9 -178
- data/lib/telnyx/models/ai/assistant_integration.rb +38 -0
- data/lib/telnyx/models/ai/assistant_mcp_server.rb +35 -0
- data/lib/telnyx/models/ai/assistant_tool.rb +14 -14
- data/lib/telnyx/models/ai/assistant_update_params.rb +9 -178
- data/lib/telnyx/models/ai/assistants/canary_deploy.rb +3 -123
- data/lib/telnyx/models/ai/assistants/canary_deploy_response.rb +3 -125
- data/lib/telnyx/models/ai/assistants/clause.rb +54 -0
- data/lib/telnyx/models/ai/assistants/rollout_slot.rb +27 -0
- data/lib/telnyx/models/ai/assistants/rule_input.rb +40 -0
- data/lib/telnyx/models/ai/assistants/rule_output.rb +40 -0
- data/lib/telnyx/models/ai/assistants/serve.rb +33 -0
- data/lib/telnyx/models/ai/assistants/update_assistant.rb +9 -179
- data/lib/telnyx/models/ai/inference_embedding.rb +9 -177
- data/lib/telnyx/models/ai/inference_embedding_interruption_settings.rb +47 -0
- data/lib/telnyx/models/ai/openai_create_response_params.rb +3 -3
- data/lib/telnyx/models/ai/openai_list_models_response.rb +3 -210
- data/lib/telnyx/models/ai/start_speaking_plan.rb +37 -0
- data/lib/telnyx/models/ai/transcription_endpointing_plan.rb +39 -0
- data/lib/telnyx/models/ai/transfer_tool.rb +7 -9
- data/lib/telnyx/models/ai_create_response_params.rb +4 -4
- data/lib/telnyx/models/ai_retrieve_models_response.rb +3 -210
- data/lib/telnyx/models/call_conversation_ended.rb +13 -1
- data/lib/telnyx/models/calls/action_gather_using_ai_params.rb +4 -23
- data/lib/telnyx/models/calls/action_gather_using_speak_params.rb +4 -23
- data/lib/telnyx/models/calls/action_speak_params.rb +4 -23
- data/lib/telnyx/models/calls/action_start_ai_assistant_params.rb +4 -23
- data/lib/telnyx/models/calls/action_start_conversation_relay_params.rb +169 -118
- data/lib/telnyx/models/calls/transcription_engine_assemblyai_config.rb +64 -0
- data/lib/telnyx/models/calls/transcription_engine_speechmatics_config.rb +100 -0
- data/lib/telnyx/models/calls/transcription_engine_xai_config.rb +108 -0
- data/lib/telnyx/models/calls/transcription_start_request.rb +8 -167
- data/lib/telnyx/models/conferences/action_speak_params.rb +4 -23
- data/lib/telnyx/models/fax.rb +7 -5
- data/lib/telnyx/models/fax_create_params.rb +7 -5
- data/lib/telnyx/models/fax_delivered.rb +3 -2
- data/lib/telnyx/models/fax_failed.rb +3 -2
- data/lib/telnyx/models/fax_media_processed.rb +3 -2
- data/lib/telnyx/models/fax_queued.rb +3 -2
- data/lib/telnyx/models/fax_sending_started.rb +3 -2
- data/lib/telnyx/models/model_metadata.rb +212 -0
- data/lib/telnyx/models/network_list_interfaces_response.rb +112 -2
- data/lib/telnyx/models/public_internet_gateway_create_response.rb +3 -8
- data/lib/telnyx/models/public_internet_gateway_delete_response.rb +3 -8
- data/lib/telnyx/models/public_internet_gateway_read.rb +83 -0
- data/lib/telnyx/models/public_internet_gateway_retrieve_response.rb +3 -8
- data/lib/telnyx/models/texml/accounts/call_calls_params.rb +62 -12
- data/lib/telnyx/models/texml_initiate_ai_call_params.rb +18 -4
- data/lib/telnyx/models/text_to_speech_generate_params.rb +6 -6
- data/lib/telnyx/models/uac_connection.rb +412 -0
- data/lib/telnyx/models/uac_connection_create_params.rb +9 -255
- data/lib/telnyx/models/uac_connection_create_response.rb +3 -878
- data/lib/telnyx/models/uac_connection_delete_response.rb +3 -878
- data/lib/telnyx/models/uac_connection_retrieve_response.rb +3 -879
- data/lib/telnyx/models/uac_connection_update_params.rb +9 -255
- data/lib/telnyx/models/uac_connection_update_response.rb +3 -878
- data/lib/telnyx/models/uac_external_settings.rb +101 -0
- data/lib/telnyx/models/uac_inbound.rb +210 -0
- data/lib/telnyx/models/uac_internal_settings.rb +25 -0
- data/lib/telnyx/models/uac_outbound.rb +131 -0
- data/lib/telnyx/models/virtual_cross_connect_combined.rb +212 -0
- data/lib/telnyx/models/virtual_cross_connect_create_response.rb +3 -8
- data/lib/telnyx/models/virtual_cross_connect_delete_response.rb +3 -8
- data/lib/telnyx/models/virtual_cross_connect_retrieve_response.rb +3 -8
- data/lib/telnyx/models/virtual_cross_connect_update_response.rb +3 -8
- data/lib/telnyx/models/wireguard_interface_create_response.rb +3 -8
- data/lib/telnyx/models/wireguard_interface_delete_response.rb +3 -8
- data/lib/telnyx/models/wireguard_interface_read.rb +136 -0
- data/lib/telnyx/models/wireguard_interface_retrieve_response.rb +3 -8
- data/lib/telnyx/models/xai_voice_settings.rb +36 -0
- data/lib/telnyx/models.rb +20 -0
- data/lib/telnyx/resources/ai/assistants/canary_deploys.rb +2 -2
- data/lib/telnyx/resources/ai/assistants/versions.rb +3 -3
- data/lib/telnyx/resources/ai/assistants.rb +6 -6
- data/lib/telnyx/resources/ai/openai.rb +1 -1
- data/lib/telnyx/resources/ai.rb +3 -3
- data/lib/telnyx/resources/calls/actions.rb +15 -17
- data/lib/telnyx/resources/conferences/actions.rb +1 -1
- data/lib/telnyx/resources/faxes.rb +13 -1
- data/lib/telnyx/resources/public_internet_gateways.rb +2 -2
- data/lib/telnyx/resources/texml.rb +4 -2
- data/lib/telnyx/resources/uac_connections.rb +8 -8
- data/lib/telnyx/resources/virtual_cross_connects.rb +2 -2
- data/lib/telnyx/resources/wireguard_interfaces.rb +2 -2
- data/lib/telnyx/version.rb +1 -1
- data/lib/telnyx.rb +23 -4
- data/rbi/telnyx/models/ai/assistant_create_params.rbi +12 -352
- data/rbi/telnyx/models/ai/assistant_integration.rbi +60 -0
- data/rbi/telnyx/models/ai/assistant_mcp_server.rbi +51 -0
- data/rbi/telnyx/models/ai/assistant_tool.rbi +10 -10
- data/rbi/telnyx/models/ai/assistant_update_params.rbi +12 -352
- data/rbi/telnyx/models/ai/assistants/canary_deploy.rbi +4 -290
- data/rbi/telnyx/models/ai/assistants/canary_deploy_response.rbi +3 -301
- data/rbi/telnyx/models/ai/assistants/clause.rbi +91 -0
- data/rbi/telnyx/models/ai/assistants/rollout_slot.rbi +36 -0
- data/rbi/telnyx/models/ai/assistants/rule_input.rbi +73 -0
- data/rbi/telnyx/models/ai/assistants/rule_output.rbi +73 -0
- data/rbi/telnyx/models/ai/assistants/serve.rbi +61 -0
- data/rbi/telnyx/models/ai/assistants/update_assistant.rbi +12 -366
- data/rbi/telnyx/models/ai/inference_embedding.rbi +12 -351
- data/rbi/telnyx/models/ai/inference_embedding_interruption_settings.rbi +83 -0
- data/rbi/telnyx/models/ai/openai_create_response_params.rbi +4 -4
- data/rbi/telnyx/models/ai/openai_list_models_response.rbi +3 -315
- data/rbi/telnyx/models/ai/start_speaking_plan.rbi +70 -0
- data/rbi/telnyx/models/ai/transcription_endpointing_plan.rbi +71 -0
- data/rbi/telnyx/models/ai/transfer_tool.rbi +5 -5
- data/rbi/telnyx/models/ai_create_response_params.rbi +4 -4
- data/rbi/telnyx/models/ai_retrieve_models_response.rbi +3 -310
- data/rbi/telnyx/models/call_conversation_ended.rbi +10 -0
- data/rbi/telnyx/models/calls/action_gather_using_ai_params.rbi +5 -41
- data/rbi/telnyx/models/calls/action_gather_using_speak_params.rbi +5 -41
- data/rbi/telnyx/models/calls/action_speak_params.rbi +5 -41
- data/rbi/telnyx/models/calls/action_start_ai_assistant_params.rbi +5 -41
- data/rbi/telnyx/models/calls/action_start_conversation_relay_params.rbi +371 -254
- data/rbi/telnyx/models/calls/transcription_engine_assemblyai_config.rbi +155 -0
- data/rbi/telnyx/models/calls/transcription_engine_speechmatics_config.rbi +289 -0
- data/rbi/telnyx/models/calls/transcription_engine_xai_config.rbi +329 -0
- data/rbi/telnyx/models/calls/transcription_start_request.rbi +20 -480
- data/rbi/telnyx/models/conferences/action_speak_params.rbi +5 -41
- data/rbi/telnyx/models/fax.rbi +12 -8
- data/rbi/telnyx/models/fax_create_params.rbi +12 -8
- data/rbi/telnyx/models/fax_delivered.rbi +6 -4
- data/rbi/telnyx/models/fax_failed.rbi +6 -4
- data/rbi/telnyx/models/fax_media_processed.rbi +6 -4
- data/rbi/telnyx/models/fax_queued.rbi +6 -4
- data/rbi/telnyx/models/fax_sending_started.rbi +6 -4
- data/rbi/telnyx/models/model_metadata.rbi +272 -0
- data/rbi/telnyx/models/network_list_interfaces_response.rbi +181 -4
- data/rbi/telnyx/models/public_internet_gateway_create_response.rbi +6 -38
- data/rbi/telnyx/models/public_internet_gateway_delete_response.rbi +6 -38
- data/rbi/telnyx/models/public_internet_gateway_read.rbi +128 -0
- data/rbi/telnyx/models/public_internet_gateway_retrieve_response.rbi +6 -38
- data/rbi/telnyx/models/texml/accounts/call_calls_params.rbi +81 -9
- data/rbi/telnyx/models/texml_initiate_ai_call_params.rbi +27 -3
- data/rbi/telnyx/models/text_to_speech_generate_params.rbi +6 -6
- data/rbi/telnyx/models/uac_connection.rbi +684 -0
- data/rbi/telnyx/models/uac_connection_create_params.rbi +12 -516
- data/rbi/telnyx/models/uac_connection_create_response.rbi +4 -1756
- data/rbi/telnyx/models/uac_connection_delete_response.rbi +4 -1756
- data/rbi/telnyx/models/uac_connection_retrieve_response.rbi +4 -1756
- data/rbi/telnyx/models/uac_connection_update_params.rbi +12 -516
- data/rbi/telnyx/models/uac_connection_update_response.rbi +4 -1756
- data/rbi/telnyx/models/uac_external_settings.rbi +146 -0
- data/rbi/telnyx/models/uac_inbound.rbi +410 -0
- data/rbi/telnyx/models/uac_internal_settings.rbi +39 -0
- data/rbi/telnyx/models/uac_outbound.rbi +224 -0
- data/rbi/telnyx/models/virtual_cross_connect_combined.rbi +345 -0
- data/rbi/telnyx/models/virtual_cross_connect_create_response.rbi +6 -36
- data/rbi/telnyx/models/virtual_cross_connect_delete_response.rbi +6 -36
- data/rbi/telnyx/models/virtual_cross_connect_retrieve_response.rbi +6 -38
- data/rbi/telnyx/models/virtual_cross_connect_update_response.rbi +6 -36
- data/rbi/telnyx/models/wireguard_interface_create_response.rbi +6 -36
- data/rbi/telnyx/models/wireguard_interface_delete_response.rbi +6 -36
- data/rbi/telnyx/models/wireguard_interface_read.rbi +213 -0
- data/rbi/telnyx/models/wireguard_interface_retrieve_response.rbi +6 -36
- data/rbi/telnyx/models/xai_voice_settings.rbi +64 -0
- data/rbi/telnyx/models.rbi +20 -0
- data/rbi/telnyx/resources/ai/assistants/canary_deploys.rbi +2 -4
- data/rbi/telnyx/resources/ai/assistants/versions.rbi +3 -9
- data/rbi/telnyx/resources/ai/assistants.rbi +6 -10
- data/rbi/telnyx/resources/ai/openai.rbi +1 -1
- data/rbi/telnyx/resources/ai.rbi +2 -2
- data/rbi/telnyx/resources/calls/actions.rbi +24 -24
- data/rbi/telnyx/resources/conferences/actions.rbi +1 -1
- data/rbi/telnyx/resources/faxes.rbi +18 -4
- data/rbi/telnyx/resources/public_internet_gateways.rbi +1 -1
- data/rbi/telnyx/resources/texml.rbi +7 -1
- data/rbi/telnyx/resources/uac_connections.rbi +7 -13
- data/rbi/telnyx/resources/virtual_cross_connects.rbi +1 -1
- data/rbi/telnyx/resources/wireguard_interfaces.rbi +1 -1
- data/sig/telnyx/models/ai/assistant_create_params.rbs +18 -149
- data/sig/telnyx/models/ai/assistant_integration.rbs +26 -0
- data/sig/telnyx/models/ai/assistant_mcp_server.rbs +19 -0
- data/sig/telnyx/models/ai/assistant_tool.rbs +8 -8
- data/sig/telnyx/models/ai/assistant_update_params.rbs +18 -149
- data/sig/telnyx/models/ai/assistants/canary_deploy.rbs +6 -113
- data/sig/telnyx/models/ai/assistants/canary_deploy_response.rbs +4 -109
- data/sig/telnyx/models/ai/assistants/clause.rbs +46 -0
- data/sig/telnyx/models/ai/assistants/rollout_slot.rbs +19 -0
- data/sig/telnyx/models/ai/assistants/rule_input.rbs +33 -0
- data/sig/telnyx/models/ai/assistants/rule_output.rbs +33 -0
- data/sig/telnyx/models/ai/assistants/serve.rbs +35 -0
- data/sig/telnyx/models/ai/assistants/update_assistant.rbs +18 -152
- data/sig/telnyx/models/ai/inference_embedding.rbs +18 -149
- data/sig/telnyx/models/ai/inference_embedding_interruption_settings.rbs +40 -0
- data/sig/telnyx/models/ai/openai_create_response_params.rbs +5 -5
- data/sig/telnyx/models/ai/openai_list_models_response.rbs +4 -149
- data/sig/telnyx/models/ai/start_speaking_plan.rbs +33 -0
- data/sig/telnyx/models/ai/transcription_endpointing_plan.rbs +38 -0
- data/sig/telnyx/models/ai/transfer_tool.rbs +4 -4
- data/sig/telnyx/models/ai_create_response_params.rbs +5 -4
- data/sig/telnyx/models/ai_retrieve_models_response.rbs +4 -149
- data/sig/telnyx/models/call_conversation_ended.rbs +5 -0
- data/sig/telnyx/models/calls/action_gather_using_ai_params.rbs +1 -15
- data/sig/telnyx/models/calls/action_gather_using_speak_params.rbs +1 -15
- data/sig/telnyx/models/calls/action_speak_params.rbs +1 -15
- data/sig/telnyx/models/calls/action_start_ai_assistant_params.rbs +1 -15
- data/sig/telnyx/models/calls/action_start_conversation_relay_params.rbs +141 -102
- data/sig/telnyx/models/calls/transcription_engine_assemblyai_config.rbs +62 -0
- data/sig/telnyx/models/calls/transcription_engine_speechmatics_config.rbs +114 -0
- data/sig/telnyx/models/calls/transcription_engine_xai_config.rbs +130 -0
- data/sig/telnyx/models/calls/transcription_start_request.rbs +13 -185
- data/sig/telnyx/models/conferences/action_speak_params.rbs +1 -15
- data/sig/telnyx/models/model_metadata.rbs +142 -0
- data/sig/telnyx/models/network_list_interfaces_response.rbs +106 -4
- data/sig/telnyx/models/public_internet_gateway_create_response.rbs +6 -18
- data/sig/telnyx/models/public_internet_gateway_delete_response.rbs +6 -18
- data/sig/telnyx/models/public_internet_gateway_read.rbs +80 -0
- data/sig/telnyx/models/public_internet_gateway_retrieve_response.rbs +6 -18
- data/sig/telnyx/models/texml/accounts/call_calls_params.rbs +27 -3
- data/sig/telnyx/models/texml_initiate_ai_call_params.rbs +9 -1
- data/sig/telnyx/models/text_to_speech_generate_params.rbs +6 -6
- data/sig/telnyx/models/uac_connection.rbs +338 -0
- data/sig/telnyx/models/uac_connection_create_params.rbs +17 -211
- data/sig/telnyx/models/uac_connection_create_response.rbs +5 -731
- data/sig/telnyx/models/uac_connection_delete_response.rbs +5 -731
- data/sig/telnyx/models/uac_connection_retrieve_response.rbs +5 -731
- data/sig/telnyx/models/uac_connection_update_params.rbs +17 -211
- data/sig/telnyx/models/uac_connection_update_response.rbs +5 -731
- data/sig/telnyx/models/uac_external_settings.rbs +73 -0
- data/sig/telnyx/models/uac_inbound.rbs +190 -0
- data/sig/telnyx/models/uac_internal_settings.rbs +15 -0
- data/sig/telnyx/models/uac_outbound.rbs +113 -0
- data/sig/telnyx/models/virtual_cross_connect_combined.rbs +190 -0
- data/sig/telnyx/models/virtual_cross_connect_create_response.rbs +6 -18
- data/sig/telnyx/models/virtual_cross_connect_delete_response.rbs +6 -18
- data/sig/telnyx/models/virtual_cross_connect_retrieve_response.rbs +6 -18
- data/sig/telnyx/models/virtual_cross_connect_update_response.rbs +6 -18
- data/sig/telnyx/models/wireguard_interface_create_response.rbs +6 -18
- data/sig/telnyx/models/wireguard_interface_delete_response.rbs +6 -18
- data/sig/telnyx/models/wireguard_interface_read.rbs +127 -0
- data/sig/telnyx/models/wireguard_interface_retrieve_response.rbs +6 -18
- data/sig/telnyx/models/xai_voice_settings.rbs +34 -0
- data/sig/telnyx/models.rbs +20 -0
- data/sig/telnyx/resources/ai/assistants/canary_deploys.rbs +2 -2
- data/sig/telnyx/resources/ai/assistants/versions.rbs +3 -3
- data/sig/telnyx/resources/ai/assistants.rbs +6 -6
- data/sig/telnyx/resources/ai/openai.rbs +1 -1
- data/sig/telnyx/resources/ai.rbs +1 -1
- data/sig/telnyx/resources/calls/actions.rbs +2 -4
- data/sig/telnyx/resources/public_internet_gateways.rbs +1 -1
- data/sig/telnyx/resources/texml.rbs +1 -0
- data/sig/telnyx/resources/uac_connections.rbs +7 -7
- data/sig/telnyx/resources/virtual_cross_connects.rbs +1 -1
- data/sig/telnyx/resources/wireguard_interfaces.rbs +1 -1
- metadata +71 -14
- data/lib/telnyx/models/public_internet_gateway_list_response.rb +0 -10
- data/lib/telnyx/models/uac_connection_list_response.rb +0 -876
- data/lib/telnyx/models/virtual_cross_connect_list_response.rb +0 -10
- data/lib/telnyx/models/wireguard_interface_list_response.rb +0 -10
- data/rbi/telnyx/models/public_internet_gateway_list_response.rbi +0 -23
- data/rbi/telnyx/models/uac_connection_list_response.rbi +0 -1727
- data/rbi/telnyx/models/virtual_cross_connect_list_response.rbi +0 -23
- data/rbi/telnyx/models/wireguard_interface_list_response.rbi +0 -23
- data/sig/telnyx/models/public_internet_gateway_list_response.rbs +0 -11
- data/sig/telnyx/models/uac_connection_list_response.rbs +0 -722
- data/sig/telnyx/models/virtual_cross_connect_list_response.rbs +0 -11
- data/sig/telnyx/models/wireguard_interface_list_response.rbs +0 -11
|
@@ -12,9 +12,7 @@ module Telnyx
|
|
|
12
12
|
)
|
|
13
13
|
end
|
|
14
14
|
|
|
15
|
-
sig
|
|
16
|
-
returns(T::Array[Telnyx::Models::AI::OpenAIListModelsResponse::Data])
|
|
17
|
-
end
|
|
15
|
+
sig { returns(T::Array[Telnyx::ModelMetadata]) }
|
|
18
16
|
attr_accessor :data
|
|
19
17
|
|
|
20
18
|
sig { returns(T.nilable(String)) }
|
|
@@ -25,10 +23,7 @@ module Telnyx
|
|
|
25
23
|
|
|
26
24
|
sig do
|
|
27
25
|
params(
|
|
28
|
-
data:
|
|
29
|
-
T::Array[
|
|
30
|
-
Telnyx::Models::AI::OpenAIListModelsResponse::Data::OrHash
|
|
31
|
-
],
|
|
26
|
+
data: T::Array[Telnyx::ModelMetadata::OrHash],
|
|
32
27
|
object: String
|
|
33
28
|
).returns(T.attached_class)
|
|
34
29
|
end
|
|
@@ -37,318 +32,11 @@ module Telnyx
|
|
|
37
32
|
|
|
38
33
|
sig do
|
|
39
34
|
override.returns(
|
|
40
|
-
{
|
|
41
|
-
data:
|
|
42
|
-
T::Array[Telnyx::Models::AI::OpenAIListModelsResponse::Data],
|
|
43
|
-
object: String
|
|
44
|
-
}
|
|
35
|
+
{ data: T::Array[Telnyx::ModelMetadata], object: String }
|
|
45
36
|
)
|
|
46
37
|
end
|
|
47
38
|
def to_hash
|
|
48
39
|
end
|
|
49
|
-
|
|
50
|
-
class Data < Telnyx::Internal::Type::BaseModel
|
|
51
|
-
OrHash =
|
|
52
|
-
T.type_alias do
|
|
53
|
-
T.any(
|
|
54
|
-
Telnyx::Models::AI::OpenAIListModelsResponse::Data,
|
|
55
|
-
Telnyx::Internal::AnyHash
|
|
56
|
-
)
|
|
57
|
-
end
|
|
58
|
-
|
|
59
|
-
# Model identifier. For open-source models, follows the
|
|
60
|
-
# `{organization}/{model_name}` convention from Hugging Face (e.g.
|
|
61
|
-
# `moonshotai/Kimi-K2.6`).
|
|
62
|
-
sig { returns(String) }
|
|
63
|
-
attr_accessor :id
|
|
64
|
-
|
|
65
|
-
# Maximum total tokens (prompt + completion) supported by the model in a single
|
|
66
|
-
# request.
|
|
67
|
-
sig { returns(Integer) }
|
|
68
|
-
attr_accessor :context_length
|
|
69
|
-
|
|
70
|
-
# Timestamp at which the model was registered on Telnyx Inference (ISO 8601).
|
|
71
|
-
sig { returns(Time) }
|
|
72
|
-
attr_accessor :created
|
|
73
|
-
|
|
74
|
-
# ISO language codes the model supports (e.g. `en`, `es`).
|
|
75
|
-
sig { returns(T::Array[String]) }
|
|
76
|
-
attr_accessor :languages
|
|
77
|
-
|
|
78
|
-
# License the model is distributed under, e.g. `Apache 2.0`, `MIT`,
|
|
79
|
-
# `Llama 3 Community License`.
|
|
80
|
-
sig { returns(String) }
|
|
81
|
-
attr_accessor :license
|
|
82
|
-
|
|
83
|
-
# Organization that originally published the model, matching the prefix of `id`
|
|
84
|
-
# for open-source models.
|
|
85
|
-
sig { returns(String) }
|
|
86
|
-
attr_accessor :organization
|
|
87
|
-
|
|
88
|
-
# Owner of the model. `Telnyx` for Telnyx-hosted open-source models, the upstream
|
|
89
|
-
# provider name for proxied models, or the Telnyx organization id for fine-tuned
|
|
90
|
-
# models.
|
|
91
|
-
sig { returns(String) }
|
|
92
|
-
attr_accessor :owned_by
|
|
93
|
-
|
|
94
|
-
# Total parameter count of the model.
|
|
95
|
-
sig { returns(Integer) }
|
|
96
|
-
attr_accessor :parameters
|
|
97
|
-
|
|
98
|
-
# Billing tier the model belongs to. Used together with `pricing` to determine
|
|
99
|
-
# cost per 1M tokens.
|
|
100
|
-
sig do
|
|
101
|
-
returns(
|
|
102
|
-
Telnyx::Models::AI::OpenAIListModelsResponse::Data::Tier::TaggedSymbol
|
|
103
|
-
)
|
|
104
|
-
end
|
|
105
|
-
attr_accessor :tier
|
|
106
|
-
|
|
107
|
-
# Base model the fine-tuned model was trained from. Only set for fine-tuned
|
|
108
|
-
# models.
|
|
109
|
-
sig { returns(T.nilable(String)) }
|
|
110
|
-
attr_accessor :base_model
|
|
111
|
-
|
|
112
|
-
# Short, human-readable summary of what the model is best suited for.
|
|
113
|
-
sig { returns(T.nilable(String)) }
|
|
114
|
-
attr_accessor :description
|
|
115
|
-
|
|
116
|
-
# Whether the model can be used as a base for a fine-tuning job via
|
|
117
|
-
# `POST /v2/ai/fine_tuning/jobs`.
|
|
118
|
-
sig { returns(T.nilable(T::Boolean)) }
|
|
119
|
-
attr_reader :is_fine_tunable
|
|
120
|
-
|
|
121
|
-
sig { params(is_fine_tunable: T::Boolean).void }
|
|
122
|
-
attr_writer :is_fine_tunable
|
|
123
|
-
|
|
124
|
-
# Whether the model accepts image inputs in chat completions (multimodal vision
|
|
125
|
-
# support).
|
|
126
|
-
sig { returns(T.nilable(T::Boolean)) }
|
|
127
|
-
attr_reader :is_vision_supported
|
|
128
|
-
|
|
129
|
-
sig { params(is_vision_supported: T::Boolean).void }
|
|
130
|
-
attr_writer :is_vision_supported
|
|
131
|
-
|
|
132
|
-
# Maximum number of completion (output) tokens the model will generate per
|
|
133
|
-
# request. `null` if unconstrained beyond `context_length`.
|
|
134
|
-
sig { returns(T.nilable(Integer)) }
|
|
135
|
-
attr_accessor :max_completion_tokens
|
|
136
|
-
|
|
137
|
-
# Object type. Always `model`.
|
|
138
|
-
sig { returns(T.nilable(String)) }
|
|
139
|
-
attr_reader :object
|
|
140
|
-
|
|
141
|
-
sig { params(object: String).void }
|
|
142
|
-
attr_writer :object
|
|
143
|
-
|
|
144
|
-
# Human-readable parameter count, e.g. `1.0T`, `753.9B`, `8B`.
|
|
145
|
-
sig { returns(T.nilable(String)) }
|
|
146
|
-
attr_accessor :parameters_str
|
|
147
|
-
|
|
148
|
-
# Mapping of token kind to price, as strings to preserve precision. Typical keys
|
|
149
|
-
# are `prompt`, `cached_prompt`, and `completion`. When pricing is available the
|
|
150
|
-
# block also includes `currency` (ISO 4217 code matching the account's configured
|
|
151
|
-
# billing currency) and `unit` (the denomination the prices are quoted in,
|
|
152
|
-
# currently always `1M_tokens` for token-priced models).
|
|
153
|
-
sig { returns(T.nilable(T::Hash[Symbol, String])) }
|
|
154
|
-
attr_reader :pricing
|
|
155
|
-
|
|
156
|
-
sig { params(pricing: T::Hash[Symbol, String]).void }
|
|
157
|
-
attr_writer :pricing
|
|
158
|
-
|
|
159
|
-
# Whether Telnyx currently recommends this model as the LLM powering a Telnyx AI
|
|
160
|
-
# Assistant.
|
|
161
|
-
sig { returns(T.nilable(T::Boolean)) }
|
|
162
|
-
attr_reader :recommended_for_assistants
|
|
163
|
-
|
|
164
|
-
sig { params(recommended_for_assistants: T::Boolean).void }
|
|
165
|
-
attr_writer :recommended_for_assistants
|
|
166
|
-
|
|
167
|
-
# Public region names where the model is currently deployed (e.g. `us-central-1`,
|
|
168
|
-
# `eu-central-1`).
|
|
169
|
-
sig { returns(T.nilable(T::Array[String])) }
|
|
170
|
-
attr_reader :regions
|
|
171
|
-
|
|
172
|
-
sig { params(regions: T::Array[String]).void }
|
|
173
|
-
attr_writer :regions
|
|
174
|
-
|
|
175
|
-
# Primary task the model is intended for, e.g. `text-generation`,
|
|
176
|
-
# `audio-text-to-text`, `feature-extraction` (embeddings).
|
|
177
|
-
sig { returns(T.nilable(String)) }
|
|
178
|
-
attr_reader :task
|
|
179
|
-
|
|
180
|
-
sig { params(task: String).void }
|
|
181
|
-
attr_writer :task
|
|
182
|
-
|
|
183
|
-
# Metadata for a model available on Telnyx Inference. Returned by
|
|
184
|
-
# `GET /v2/ai/openai/models` (and the deprecated `GET /v2/ai/models`). Open-source
|
|
185
|
-
# models live under their Hugging Face organization (e.g. `moonshotai/Kimi-K2.6`,
|
|
186
|
-
# `zai-org/GLM-5.1-FP8`, `MiniMaxAI/MiniMax-M2.7`); fine-tuned models are owned by
|
|
187
|
-
# the Telnyx organization that trained them.
|
|
188
|
-
sig do
|
|
189
|
-
params(
|
|
190
|
-
id: String,
|
|
191
|
-
context_length: Integer,
|
|
192
|
-
created: Time,
|
|
193
|
-
languages: T::Array[String],
|
|
194
|
-
license: String,
|
|
195
|
-
organization: String,
|
|
196
|
-
owned_by: String,
|
|
197
|
-
parameters: Integer,
|
|
198
|
-
tier:
|
|
199
|
-
Telnyx::Models::AI::OpenAIListModelsResponse::Data::Tier::OrSymbol,
|
|
200
|
-
base_model: T.nilable(String),
|
|
201
|
-
description: T.nilable(String),
|
|
202
|
-
is_fine_tunable: T::Boolean,
|
|
203
|
-
is_vision_supported: T::Boolean,
|
|
204
|
-
max_completion_tokens: T.nilable(Integer),
|
|
205
|
-
object: String,
|
|
206
|
-
parameters_str: T.nilable(String),
|
|
207
|
-
pricing: T::Hash[Symbol, String],
|
|
208
|
-
recommended_for_assistants: T::Boolean,
|
|
209
|
-
regions: T::Array[String],
|
|
210
|
-
task: String
|
|
211
|
-
).returns(T.attached_class)
|
|
212
|
-
end
|
|
213
|
-
def self.new(
|
|
214
|
-
# Model identifier. For open-source models, follows the
|
|
215
|
-
# `{organization}/{model_name}` convention from Hugging Face (e.g.
|
|
216
|
-
# `moonshotai/Kimi-K2.6`).
|
|
217
|
-
id:,
|
|
218
|
-
# Maximum total tokens (prompt + completion) supported by the model in a single
|
|
219
|
-
# request.
|
|
220
|
-
context_length:,
|
|
221
|
-
# Timestamp at which the model was registered on Telnyx Inference (ISO 8601).
|
|
222
|
-
created:,
|
|
223
|
-
# ISO language codes the model supports (e.g. `en`, `es`).
|
|
224
|
-
languages:,
|
|
225
|
-
# License the model is distributed under, e.g. `Apache 2.0`, `MIT`,
|
|
226
|
-
# `Llama 3 Community License`.
|
|
227
|
-
license:,
|
|
228
|
-
# Organization that originally published the model, matching the prefix of `id`
|
|
229
|
-
# for open-source models.
|
|
230
|
-
organization:,
|
|
231
|
-
# Owner of the model. `Telnyx` for Telnyx-hosted open-source models, the upstream
|
|
232
|
-
# provider name for proxied models, or the Telnyx organization id for fine-tuned
|
|
233
|
-
# models.
|
|
234
|
-
owned_by:,
|
|
235
|
-
# Total parameter count of the model.
|
|
236
|
-
parameters:,
|
|
237
|
-
# Billing tier the model belongs to. Used together with `pricing` to determine
|
|
238
|
-
# cost per 1M tokens.
|
|
239
|
-
tier:,
|
|
240
|
-
# Base model the fine-tuned model was trained from. Only set for fine-tuned
|
|
241
|
-
# models.
|
|
242
|
-
base_model: nil,
|
|
243
|
-
# Short, human-readable summary of what the model is best suited for.
|
|
244
|
-
description: nil,
|
|
245
|
-
# Whether the model can be used as a base for a fine-tuning job via
|
|
246
|
-
# `POST /v2/ai/fine_tuning/jobs`.
|
|
247
|
-
is_fine_tunable: nil,
|
|
248
|
-
# Whether the model accepts image inputs in chat completions (multimodal vision
|
|
249
|
-
# support).
|
|
250
|
-
is_vision_supported: nil,
|
|
251
|
-
# Maximum number of completion (output) tokens the model will generate per
|
|
252
|
-
# request. `null` if unconstrained beyond `context_length`.
|
|
253
|
-
max_completion_tokens: nil,
|
|
254
|
-
# Object type. Always `model`.
|
|
255
|
-
object: nil,
|
|
256
|
-
# Human-readable parameter count, e.g. `1.0T`, `753.9B`, `8B`.
|
|
257
|
-
parameters_str: nil,
|
|
258
|
-
# Mapping of token kind to price, as strings to preserve precision. Typical keys
|
|
259
|
-
# are `prompt`, `cached_prompt`, and `completion`. When pricing is available the
|
|
260
|
-
# block also includes `currency` (ISO 4217 code matching the account's configured
|
|
261
|
-
# billing currency) and `unit` (the denomination the prices are quoted in,
|
|
262
|
-
# currently always `1M_tokens` for token-priced models).
|
|
263
|
-
pricing: nil,
|
|
264
|
-
# Whether Telnyx currently recommends this model as the LLM powering a Telnyx AI
|
|
265
|
-
# Assistant.
|
|
266
|
-
recommended_for_assistants: nil,
|
|
267
|
-
# Public region names where the model is currently deployed (e.g. `us-central-1`,
|
|
268
|
-
# `eu-central-1`).
|
|
269
|
-
regions: nil,
|
|
270
|
-
# Primary task the model is intended for, e.g. `text-generation`,
|
|
271
|
-
# `audio-text-to-text`, `feature-extraction` (embeddings).
|
|
272
|
-
task: nil
|
|
273
|
-
)
|
|
274
|
-
end
|
|
275
|
-
|
|
276
|
-
sig do
|
|
277
|
-
override.returns(
|
|
278
|
-
{
|
|
279
|
-
id: String,
|
|
280
|
-
context_length: Integer,
|
|
281
|
-
created: Time,
|
|
282
|
-
languages: T::Array[String],
|
|
283
|
-
license: String,
|
|
284
|
-
organization: String,
|
|
285
|
-
owned_by: String,
|
|
286
|
-
parameters: Integer,
|
|
287
|
-
tier:
|
|
288
|
-
Telnyx::Models::AI::OpenAIListModelsResponse::Data::Tier::TaggedSymbol,
|
|
289
|
-
base_model: T.nilable(String),
|
|
290
|
-
description: T.nilable(String),
|
|
291
|
-
is_fine_tunable: T::Boolean,
|
|
292
|
-
is_vision_supported: T::Boolean,
|
|
293
|
-
max_completion_tokens: T.nilable(Integer),
|
|
294
|
-
object: String,
|
|
295
|
-
parameters_str: T.nilable(String),
|
|
296
|
-
pricing: T::Hash[Symbol, String],
|
|
297
|
-
recommended_for_assistants: T::Boolean,
|
|
298
|
-
regions: T::Array[String],
|
|
299
|
-
task: String
|
|
300
|
-
}
|
|
301
|
-
)
|
|
302
|
-
end
|
|
303
|
-
def to_hash
|
|
304
|
-
end
|
|
305
|
-
|
|
306
|
-
# Billing tier the model belongs to. Used together with `pricing` to determine
|
|
307
|
-
# cost per 1M tokens.
|
|
308
|
-
module Tier
|
|
309
|
-
extend Telnyx::Internal::Type::Enum
|
|
310
|
-
|
|
311
|
-
TaggedSymbol =
|
|
312
|
-
T.type_alias do
|
|
313
|
-
T.all(
|
|
314
|
-
Symbol,
|
|
315
|
-
Telnyx::Models::AI::OpenAIListModelsResponse::Data::Tier
|
|
316
|
-
)
|
|
317
|
-
end
|
|
318
|
-
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
319
|
-
|
|
320
|
-
SMALL =
|
|
321
|
-
T.let(
|
|
322
|
-
:small,
|
|
323
|
-
Telnyx::Models::AI::OpenAIListModelsResponse::Data::Tier::TaggedSymbol
|
|
324
|
-
)
|
|
325
|
-
MEDIUM =
|
|
326
|
-
T.let(
|
|
327
|
-
:medium,
|
|
328
|
-
Telnyx::Models::AI::OpenAIListModelsResponse::Data::Tier::TaggedSymbol
|
|
329
|
-
)
|
|
330
|
-
LARGE =
|
|
331
|
-
T.let(
|
|
332
|
-
:large,
|
|
333
|
-
Telnyx::Models::AI::OpenAIListModelsResponse::Data::Tier::TaggedSymbol
|
|
334
|
-
)
|
|
335
|
-
UNLISTED =
|
|
336
|
-
T.let(
|
|
337
|
-
:unlisted,
|
|
338
|
-
Telnyx::Models::AI::OpenAIListModelsResponse::Data::Tier::TaggedSymbol
|
|
339
|
-
)
|
|
340
|
-
|
|
341
|
-
sig do
|
|
342
|
-
override.returns(
|
|
343
|
-
T::Array[
|
|
344
|
-
Telnyx::Models::AI::OpenAIListModelsResponse::Data::Tier::TaggedSymbol
|
|
345
|
-
]
|
|
346
|
-
)
|
|
347
|
-
end
|
|
348
|
-
def self.values
|
|
349
|
-
end
|
|
350
|
-
end
|
|
351
|
-
end
|
|
352
40
|
end
|
|
353
41
|
end
|
|
354
42
|
end
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# typed: strong
|
|
2
|
+
|
|
3
|
+
module Telnyx
|
|
4
|
+
module Models
|
|
5
|
+
module AI
|
|
6
|
+
class StartSpeakingPlan < Telnyx::Internal::Type::BaseModel
|
|
7
|
+
OrHash =
|
|
8
|
+
T.type_alias do
|
|
9
|
+
T.any(Telnyx::AI::StartSpeakingPlan, Telnyx::Internal::AnyHash)
|
|
10
|
+
end
|
|
11
|
+
|
|
12
|
+
# Endpointing thresholds used to decide when the user has finished speaking.
|
|
13
|
+
# Applies to non turn-taking transcription models. For `deepgram/flux`, use
|
|
14
|
+
# `transcription.settings.eot_threshold` / `eot_timeout_ms` /
|
|
15
|
+
# `eager_eot_threshold`.
|
|
16
|
+
sig { returns(T.nilable(Telnyx::AI::TranscriptionEndpointingPlan)) }
|
|
17
|
+
attr_reader :transcription_endpointing_plan
|
|
18
|
+
|
|
19
|
+
sig do
|
|
20
|
+
params(
|
|
21
|
+
transcription_endpointing_plan:
|
|
22
|
+
Telnyx::AI::TranscriptionEndpointingPlan::OrHash
|
|
23
|
+
).void
|
|
24
|
+
end
|
|
25
|
+
attr_writer :transcription_endpointing_plan
|
|
26
|
+
|
|
27
|
+
# Minimum seconds to wait before the assistant starts speaking.
|
|
28
|
+
sig { returns(T.nilable(Float)) }
|
|
29
|
+
attr_reader :wait_seconds
|
|
30
|
+
|
|
31
|
+
sig { params(wait_seconds: Float).void }
|
|
32
|
+
attr_writer :wait_seconds
|
|
33
|
+
|
|
34
|
+
# Controls when the assistant starts speaking after the user stops. These
|
|
35
|
+
# thresholds primarily apply to non turn-taking transcription models. For
|
|
36
|
+
# turn-taking models like `deepgram/flux`, end-of-turn detection is driven by the
|
|
37
|
+
# transcription end-of-turn settings under `transcription.settings` instead.
|
|
38
|
+
sig do
|
|
39
|
+
params(
|
|
40
|
+
transcription_endpointing_plan:
|
|
41
|
+
Telnyx::AI::TranscriptionEndpointingPlan::OrHash,
|
|
42
|
+
wait_seconds: Float
|
|
43
|
+
).returns(T.attached_class)
|
|
44
|
+
end
|
|
45
|
+
def self.new(
|
|
46
|
+
# Endpointing thresholds used to decide when the user has finished speaking.
|
|
47
|
+
# Applies to non turn-taking transcription models. For `deepgram/flux`, use
|
|
48
|
+
# `transcription.settings.eot_threshold` / `eot_timeout_ms` /
|
|
49
|
+
# `eager_eot_threshold`.
|
|
50
|
+
transcription_endpointing_plan: nil,
|
|
51
|
+
# Minimum seconds to wait before the assistant starts speaking.
|
|
52
|
+
wait_seconds: nil
|
|
53
|
+
)
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
sig do
|
|
57
|
+
override.returns(
|
|
58
|
+
{
|
|
59
|
+
transcription_endpointing_plan:
|
|
60
|
+
Telnyx::AI::TranscriptionEndpointingPlan,
|
|
61
|
+
wait_seconds: Float
|
|
62
|
+
}
|
|
63
|
+
)
|
|
64
|
+
end
|
|
65
|
+
def to_hash
|
|
66
|
+
end
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
end
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# typed: strong
|
|
2
|
+
|
|
3
|
+
module Telnyx
|
|
4
|
+
module Models
|
|
5
|
+
module AI
|
|
6
|
+
class TranscriptionEndpointingPlan < Telnyx::Internal::Type::BaseModel
|
|
7
|
+
OrHash =
|
|
8
|
+
T.type_alias do
|
|
9
|
+
T.any(
|
|
10
|
+
Telnyx::AI::TranscriptionEndpointingPlan,
|
|
11
|
+
Telnyx::Internal::AnyHash
|
|
12
|
+
)
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
# Seconds to wait after the transcript ends without punctuation.
|
|
16
|
+
sig { returns(T.nilable(Float)) }
|
|
17
|
+
attr_reader :on_no_punctuation_seconds
|
|
18
|
+
|
|
19
|
+
sig { params(on_no_punctuation_seconds: Float).void }
|
|
20
|
+
attr_writer :on_no_punctuation_seconds
|
|
21
|
+
|
|
22
|
+
# Seconds to wait after the transcript ends with a number.
|
|
23
|
+
sig { returns(T.nilable(Float)) }
|
|
24
|
+
attr_reader :on_number_seconds
|
|
25
|
+
|
|
26
|
+
sig { params(on_number_seconds: Float).void }
|
|
27
|
+
attr_writer :on_number_seconds
|
|
28
|
+
|
|
29
|
+
# Seconds to wait after the transcript ends with punctuation.
|
|
30
|
+
sig { returns(T.nilable(Float)) }
|
|
31
|
+
attr_reader :on_punctuation_seconds
|
|
32
|
+
|
|
33
|
+
sig { params(on_punctuation_seconds: Float).void }
|
|
34
|
+
attr_writer :on_punctuation_seconds
|
|
35
|
+
|
|
36
|
+
# Endpointing thresholds used to decide when the user has finished speaking.
|
|
37
|
+
# Applies to non turn-taking transcription models. For `deepgram/flux`, use
|
|
38
|
+
# `transcription.settings.eot_threshold` / `eot_timeout_ms` /
|
|
39
|
+
# `eager_eot_threshold`.
|
|
40
|
+
sig do
|
|
41
|
+
params(
|
|
42
|
+
on_no_punctuation_seconds: Float,
|
|
43
|
+
on_number_seconds: Float,
|
|
44
|
+
on_punctuation_seconds: Float
|
|
45
|
+
).returns(T.attached_class)
|
|
46
|
+
end
|
|
47
|
+
def self.new(
|
|
48
|
+
# Seconds to wait after the transcript ends without punctuation.
|
|
49
|
+
on_no_punctuation_seconds: nil,
|
|
50
|
+
# Seconds to wait after the transcript ends with a number.
|
|
51
|
+
on_number_seconds: nil,
|
|
52
|
+
# Seconds to wait after the transcript ends with punctuation.
|
|
53
|
+
on_punctuation_seconds: nil
|
|
54
|
+
)
|
|
55
|
+
end
|
|
56
|
+
|
|
57
|
+
sig do
|
|
58
|
+
override.returns(
|
|
59
|
+
{
|
|
60
|
+
on_no_punctuation_seconds: Float,
|
|
61
|
+
on_number_seconds: Float,
|
|
62
|
+
on_punctuation_seconds: Float
|
|
63
|
+
}
|
|
64
|
+
)
|
|
65
|
+
end
|
|
66
|
+
def to_hash
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
end
|
|
@@ -99,17 +99,17 @@ module Telnyx
|
|
|
99
99
|
T.type_alias do
|
|
100
100
|
T.any(
|
|
101
101
|
T::Array[
|
|
102
|
-
Telnyx::AI::TransferTool::Transfer::Targets::
|
|
102
|
+
Telnyx::AI::TransferTool::Transfer::Targets::TargetsList
|
|
103
103
|
],
|
|
104
104
|
String
|
|
105
105
|
)
|
|
106
106
|
end
|
|
107
107
|
|
|
108
|
-
class
|
|
108
|
+
class TargetsList < Telnyx::Internal::Type::BaseModel
|
|
109
109
|
OrHash =
|
|
110
110
|
T.type_alias do
|
|
111
111
|
T.any(
|
|
112
|
-
Telnyx::AI::TransferTool::Transfer::Targets::
|
|
112
|
+
Telnyx::AI::TransferTool::Transfer::Targets::TargetsList,
|
|
113
113
|
Telnyx::Internal::AnyHash
|
|
114
114
|
)
|
|
115
115
|
end
|
|
@@ -147,10 +147,10 @@ module Telnyx
|
|
|
147
147
|
def self.variants
|
|
148
148
|
end
|
|
149
149
|
|
|
150
|
-
|
|
150
|
+
TargetsListArray =
|
|
151
151
|
T.let(
|
|
152
152
|
Telnyx::Internal::Type::ArrayOf[
|
|
153
|
-
Telnyx::AI::TransferTool::Transfer::Targets::
|
|
153
|
+
Telnyx::AI::TransferTool::Transfer::Targets::TargetsList
|
|
154
154
|
],
|
|
155
155
|
Telnyx::Internal::Type::Converter
|
|
156
156
|
)
|
|
@@ -12,21 +12,21 @@ module Telnyx
|
|
|
12
12
|
end
|
|
13
13
|
|
|
14
14
|
sig { returns(T::Hash[Symbol, T.anything]) }
|
|
15
|
-
attr_accessor :
|
|
15
|
+
attr_accessor :params
|
|
16
16
|
|
|
17
17
|
sig do
|
|
18
18
|
params(
|
|
19
|
-
|
|
19
|
+
params: T::Hash[Symbol, T.anything],
|
|
20
20
|
request_options: Telnyx::RequestOptions::OrHash
|
|
21
21
|
).returns(T.attached_class)
|
|
22
22
|
end
|
|
23
|
-
def self.new(
|
|
23
|
+
def self.new(params:, request_options: {})
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
sig do
|
|
27
27
|
override.returns(
|
|
28
28
|
{
|
|
29
|
-
|
|
29
|
+
params: T::Hash[Symbol, T.anything],
|
|
30
30
|
request_options: Telnyx::RequestOptions
|
|
31
31
|
}
|
|
32
32
|
)
|