ArchAstro. SDK. Types. Operations. GetApiV1AiChatModels. Response. Nested. DataItem
(archastro v0.3.5)
Copy Markdown
DataItem API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.GetApiV1AiChatModels.Response.Nested.DataItem{ capabilities: [String.t()], context_window: integer() | nil | ArchAstro.SDK.Unset.t(), default: boolean(), id: String.t(), input_media_formats: [String.t()], name: String.t(), output_media_formats: [String.t()] }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()