Table of Contents

Codeunit "AOAI Deployments"

ID 7768
Namespace: System.AI

This codeunit is used to get the AOAI deployment names.

Properties

Name Value
Access Public
InherentEntitlements X
InherentPermissions X

Methods

GetGPT4oLatest

Obsolete

This element will become obsolete from version 27.0. GPT4o deployment name is no longer supported from 15 July 2025. Use GetGPT41Latest instead (or GetGPT41Preview for testing upcoming versions).

Returns the name of the latest AOAI deployment model of GPT4o.

[Obsolete(GPT4o deployment name is no longer supported from 15 July 2025. Use GetGPT41Latest instead (or GetGPT41Preview for testing upcoming versions).,27.0)]
procedure GetGPT4oLatest(): Text

Returns

Type Description
Text

The deployment name.

GetGPT4oPreview

Obsolete

This element will become obsolete from version 27.0. GPT4o deployment name is no longer supported from 15 July 2025. Use GetGPT41Latest instead (or GetGPT41Preview for testing upcoming versions).

Returns the name of preview AOAI deployment model of GPT4o.

[Obsolete(GPT4o deployment name is no longer supported from 15 July 2025. Use GetGPT41Latest instead (or GetGPT41Preview for testing upcoming versions).,27.0)]
procedure GetGPT4oPreview(): Text

Returns

Type Description
Text

The deployment name.

GetGPT4oMiniLatest

Obsolete

This element will become obsolete from version 27.0. GPT4o mini deployment name is no longer supported from 15 July 2025. Use GetGPT41Latest instead (or GetGPT41Preview for testing upcoming versions).

Returns the name of the latest AOAI deployment model of GPT4o-Mini.

[Obsolete(GPT4o mini deployment name is no longer supported from 15 July 2025. Use GetGPT41Latest instead (or GetGPT41Preview for testing upcoming versions).,27.0)]
procedure GetGPT4oMiniLatest(): Text

Returns

Type Description
Text

The deployment name.

GetGPT4oMiniPreview

Obsolete

This element will become obsolete from version 27.0. GPT4o mini deployment name is no longer supported from 15 July 2025. Use GetGPT41Latest instead (or GetGPT41Preview for testing upcoming versions).

Returns the name of preview AOAI deployment model of GPT4o-Mini.

[Obsolete(GPT4o mini deployment name is no longer supported from 15 July 2025. Use GetGPT41Latest instead (or GetGPT41Preview for testing upcoming versions).,27.0)]
procedure GetGPT4oMiniPreview(): Text

Returns

Type Description
Text

The deployment name.

GetGPT41Latest

Returns the name of the latest AOAI deployment model of GPT-4.1.

procedure GetGPT41Latest(): Text

Returns

Type Description
Text

The deployment name.

GetGPT41Preview

Returns the name of the preview AOAI deployment model of GPT-4.1.

procedure GetGPT41Preview(): Text

Returns

Type Description
Text

The deployment name.

GetGPT41MiniLatest

Returns the name of the latest AOAI deployment model of GPT-4.1 mini.

procedure GetGPT41MiniLatest(): Text

Returns

Type Description
Text

The deployment name.

GetGPT41MiniPreview

Returns the name of the preview AOAI deployment model of GPT-4.1 mini.

procedure GetGPT41MiniPreview(): Text

Returns

Type Description
Text

The deployment name.

See also