View Source ExOpenAI.Components.ServiceTier (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema ServiceTier.

Type

:auto | :default | :flex | :scale | :priority | any()

Summary

Types

@type t() :: ((((:auto | :default) | :flex) | :scale) | :priority) | any()