Skip to main content
GET
/
models
/
{model}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "created": 123,
  "object": "model",
  "owned_by": "<string>"
}

Authorizations

api-key
string
header
required

Path Parameters

model
string
required

The ID of the model to use for this request.

Query Parameters

api-version
enum<string>
default:v1

The explicit Azure AI Foundry Models API version to use for this request. v1 if not otherwise specified.

Available options:
v1,
preview

Response

The request has succeeded.

Describes an OpenAI model offering that can be used with the API.

id
string
required

The model identifier, which can be referenced in the API endpoints.

created
integer<unixtime>
required

The Unix timestamp (in seconds) when the model was created.

object
enum<string>
required

The object type, which is always "model".

Available options:
model
owned_by
string
required

The organization that owns the model.