Azure OpenAI Service website screenshot

Azure OpenAI Service

Azure OpenAI Service provides REST API access to OpenAI large language models including GPT-4, GPT-4o, GPT-3.5 Turbo, DALL-E, and Whisper with enterprise-grade security, compliance, and regional availability.

1 APIs 0 Features
AIEmbeddingsGPTGenerative AILarge Language ModelsOpenAI

APIs

Azure OpenAI Service API

Azure OpenAI Service provides REST API access to OpenAI large language models including GPT-4, GPT-4o, GPT-3.5 Turbo, DALL-E, and Whisper with enterprise-grade security and comp...

Collections

Pricing Plans

Rate Limits

Microsoft Azure Openai Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
💰
Pricing
Pricing
🔗
Documentation
Documentation
🔗
Website
Website
📝
Signup
Signup
🔗
Login
Login
💬
Support
Support
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Azure OpenAI Service REST API
  version: '2024-10-21'
request:
  auth:
    type: apikey
    key: api-key
    value: '{{api-key}}'
    placement: header
items:
- info:
    name: Completions
    type: folder
  items:
  - info:
      name: AOAI Create completion
      type: http
    http:
      method: POST
      url: https://{resource}.openai.azure.com/openai/deployments/:deployment-id/completions
      params:
      - name: deployment-id
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Creates a text completion for the given prompt.
- info:
    name: Chat
    type: folder
  items:
  - info:
      name: AOAI Create chat completion
      type: http
    http:
      method: POST
      url: https://{resource}.openai.azure.com/openai/deployments/:deployment-id/chat/completions
      params:
      - name: deployment-id
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Creates a chat completion for a list of messages.
- info:
    name: Embeddings
    type: folder
  items:
  - info:
      name: AOAI Create embeddings
      type: http
    http:
      method: POST
      url: https://{resource}.openai.azure.com/openai/deployments/:deployment-id/embeddings
      params:
      - name: deployment-id
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Generates embeddings for the input text.
- info:
    name: Images
    type: folder
  items:
  - info:
      name: AOAI Generate image
      type: http
    http:
      method: POST
      url: https://{resource}.openai.azure.com/openai/deployments/:deployment-id/images/generations
      params:
      - name: deployment-id
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Generates images from a prompt.
bundled: true