Microsoft Azure · Example Payload

Azure Openai Service Create Embedding Request Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Azure Openai Service Create Embedding Request Example is an example object payload from Microsoft Azure, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

inputuserinput_typeencoding_formatdimensions

Example Payload

Raw ↑
{
  "input": "example_value",
  "user": "example_value",
  "input_type": "example_value",
  "encoding_format": "example_value",
  "dimensions": 10
}