Codeunit "AOAI Deployments"
This codeunit is used to get the AOAI deployment names.
Properties
Name | Value |
---|---|
Access | Public |
InherentEntitlements | X |
InherentPermissions | X |
Methods
GetTurbo0301
Obsolete
This element will become obsolete from version 25.0. Specific deployment names are no longer supported. Use GetGPT35TurboLatest and GetGPT4Latest instead (or GetGPT35TurboPreview and GetGPT4Preview for testing upcoming versions).
Returns the name of the AOAI deployment model Turbo 0301.
[Obsolete(Specific deployment names are no longer supported. Use GetGPT35TurboLatest and GetGPT4Latest instead (or GetGPT35TurboPreview and GetGPT4Preview for testing upcoming versions).,25.0)]
procedure GetTurbo0301(): Text
Returns
Type | Description |
---|---|
Text |
The deployment name. |
GetGPT40613
Obsolete
This element will become obsolete from version 25.0. Specific deployment names are no longer supported. Use GetGPT35TurboLatest and GetGPT4Latest instead (or GetGPT35TurboPreview and GetGPT4Preview for testing upcoming versions).
Returns the name of the AOAI deployment model GPT4 0613.
[Obsolete(Specific deployment names are no longer supported. Use GetGPT35TurboLatest and GetGPT4Latest instead (or GetGPT35TurboPreview and GetGPT4Preview for testing upcoming versions).,25.0)]
procedure GetGPT40613(): Text
Returns
Type | Description |
---|---|
Text |
The deployment name. |
GetTurbo0613
Obsolete
This element will become obsolete from version 25.0. Specific deployment names are no longer supported. Use GetGPT35TurboLatest and GetGPT4Latest instead (or GetGPT35TurboPreview and GetGPT4Preview for testing upcoming versions).
Returns the name of the AOAI deployment model Turbo 0613.
[Obsolete(Specific deployment names are no longer supported. Use GetGPT35TurboLatest and GetGPT4Latest instead (or GetGPT35TurboPreview and GetGPT4Preview for testing upcoming versions).,25.0)]
procedure GetTurbo0613(): Text
Returns
Type | Description |
---|---|
Text |
The deployment name. |
GetGPT35TurboLatest
Obsolete
This element will become obsolete from version 25.0. GPT35 Turbo is no longer supported. Use GetGPT4oMiniLatest instead (or GetGPT4oMiniPreview for testing upcoming versions).
Returns the name of the latest AOAI deployment model of GPT3.5 Turbo.
[Obsolete(GPT35 Turbo is no longer supported. Use GetGPT4oMiniLatest instead (or GetGPT4oMiniPreview for testing upcoming versions).,25.0)]
procedure GetGPT35TurboLatest(): Text
Returns
Type | Description |
---|---|
Text |
The deployment name. |
GetGPT35TurboPreview
Obsolete
This element will become obsolete from version 25.0. GPT35 Turbo is no longer supported. Use GetGPT4oMiniLatest instead (or GetGPT4oMiniPreview for testing upcoming versions).
Returns the name of preview AOAI deployment model of GPT3.5 Turbo.
[Obsolete(GPT35 Turbo is no longer supported. Use GetGPT4oMiniLatest instead (or GetGPT4oMiniPreview for testing upcoming versions).,25.0)]
procedure GetGPT35TurboPreview(): Text
Returns
Type | Description |
---|---|
Text |
The deployment name. |
GetGPT4Latest
Obsolete
This element will become obsolete from version 25.0. Generic GPT4 deployment name is no longer supported. Use GetGPT4oLatest instead (or GetGPT4oPreview for testing upcoming versions).
Returns the name of the latest AOAI deployment model of GPT4.
[Obsolete(Generic GPT4 deployment name is no longer supported. Use GetGPT4oLatest instead (or GetGPT4oPreview for testing upcoming versions).,25.0)]
procedure GetGPT4Latest(): Text
Returns
Type | Description |
---|---|
Text |
The deployment name. |
GetGPT4Preview
Obsolete
This element will become obsolete from version 25.0. Generic GPT4 deployment name is no longer supported. Use GetGPT4oLatest instead (or GetGPT4oPreview for testing upcoming versions).
Returns the name of preview AOAI deployment model of GPT4.
[Obsolete(Generic GPT4 deployment name is no longer supported. Use GetGPT4oLatest instead (or GetGPT4oPreview for testing upcoming versions).,25.0)]
procedure GetGPT4Preview(): Text
Returns
Type | Description |
---|---|
Text |
The deployment name. |
GetGPT4oLatest
Returns the name of the latest AOAI deployment model of GPT4o.
procedure GetGPT4oLatest(): Text
Returns
Type | Description |
---|---|
Text |
The deployment name. |
GetGPT4oPreview
Returns the name of preview AOAI deployment model of GPT4o.
procedure GetGPT4oPreview(): Text
Returns
Type | Description |
---|---|
Text |
The deployment name. |
GetGPT4oMiniLatest
Returns the name of the latest AOAI deployment model of GPT4o-Mini.
procedure GetGPT4oMiniLatest(): Text
Returns
Type | Description |
---|---|
Text |
The deployment name. |
GetGPT4oMiniPreview
Returns the name of preview AOAI deployment model of GPT4o-Mini.
procedure GetGPT4oMiniPreview(): Text
Returns
Type | Description |
---|---|
Text |
The deployment name. |