Module: Telnyx::Models::AI::ChatCompletionRequest::Region
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/ai/chat_completion_request.rb,
sig/telnyx/models/ai/chat_completion_request.rbs
Overview
Optional data-residency region the request should be served from, using the same
vocabulary as your account's Data Locality setting. Behavior depends on mode.
Supported for Telnyx-hosted models only: a request routed to an external
provider never passes through Telnyx model routing, so a region cannot be
enforced for it. Omit for today's latency-based routing.
Constant Summary collapse
- USA =
:USA- EU =
:EU- AUS =
:AUS- UAE =
:UAE
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#self?.values ⇒ ::Array[Telnyx::Models::AI::ChatCompletionRequest::region]
364 |
# File 'sig/telnyx/models/ai/chat_completion_request.rbs', line 364
def self?.values: -> ::Array[Telnyx::Models::AI::ChatCompletionRequest::region]
|