Skip to content

Get-DifySystemModel

Warning

This help was primarily created by a generative AI. It may contain partially inaccurate expressions.

SYNOPSIS

Retrieve system model information for the workspace.

SYNTAX

Get-DifySystemModel [[-Type] <String[]>] [<CommonParameters>]

DESCRIPTION

The Get-DifySystemModel cmdlet retrieves information about the system models configured in the workspace. These models are categorized by type, such as "llm" (Large Language Model), "text-embedding", "rerank", "speech2text", and "tts". You can specify one or more types to filter the results or retrieve all available types by default.

NOTE: This help was primarily created by a generative AI. It may contain partially inaccurate expressions.

EXAMPLES

Example 1

Get-DifySystemModel

Get system model.

Example 2

Get-DifySystemModel -Type "..."

Get system model by type.

PARAMETERS

-Type

Specifies the type of system models to retrieve. Valid values are "llm", "text-embedding", "rerank", "speech2text", and "tts". If not specified, all types will be retrieved.

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES