Microsoft Azure · Example Payload

Azure Openai Service Create Completion Request Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

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

Top-level fields

promptmax_tokenstemperaturetop_pnstreamstoppresence_penaltyfrequency_penaltyuser

Example Payload

Raw ↑
{
  "prompt": "example_value",
  "max_tokens": 10,
  "temperature": 42.5,
  "top_p": 42.5,
  "n": 10,
  "stream": true,
  "stop": "example_value",
  "presence_penalty": 42.5,
  "frequency_penalty": 42.5,
  "user": "example_value"
}