OhMyGPT API Docs
  1. OpenAI
OhMyGPT API Docs
  • About This site
  • About new website
  • Midjourney Open API
    • About Midjourney Service
    • Midjourney Blend Image Generation Task Creation
      POST
    • Midjourney Text-to-Image Task Creation
      POST
    • Midjourney Execute Action Task Creation
      POST
    • Midjourney Query Specific Task ID Execution Status
      POST
    • Midjourney Paginated Bulk Query Tasks
      POST
    • Midjourney Describe Prompt Extraction Task Creation
      POST
    • Retrieve Images Generated by Midjourney from Object Storage
      GET
    • Retrieve Compressed Images Generated by Midjourney from Object Storage + WSRV
      GET
    • Retrieve Images Generated by Midjourney from Object Storage + WSRV
      GET
    • Proxy Discord Images via WSRV
      GET
    • Proxy and Compress Discord Images via WSRV
      GET
  • Management API
    • Create a New API Key
      POST
    • Update API Key Information
      POST
    • Query All of User's API Keys
      POST
    • Delete Specified API Key
      POST
    • Query User Membership Expiration Date
      POST
    • User Balance Query
      POST
    • Query the current model rates
      GET
  • OpenAI
    • About OpenAI Compatible API
    • About Azure OpenAI API
    • Audio
      • Text To Speech API
    • Chat
      • Chat Completion
      • Completion (Legacy)
    • Images
      • Create Image
    • Realtime API
  • Anthropic Claude
    • Deprecated
      • ChatCompletions
      • Claude2 API
    • Anthropic Official Claude API
  • Policies
    • Terms of Service
    • Privacy Policy
  • Other OpenAPIs
    • Search API
      • Google Custom Search API
      • Google Search By Serper
    • Azure API
      • Get Azure TTS voice list
      • Azure TTS
  1. OpenAI

About Azure OpenAI API

Interface: any site API endpoint + /azure/v1/chat/completions
Example:
https://api.ohmygpt.com/azure/v1/chat/completions
https://apic.ohmygpt.com/azure/v1/chat/completions
https://cn2us02.opapi.win/azure/v1/chat/completions
This endpoint is provided by Microsoft Cloud Azure Cognitive Services, where the input parameters have been converted to a form that is basically the same as OpenAI's Chat/Completions interface, and the output parameters are returned as-is, but the parameter format is basically the same as OpenAI's interface, which supports gpt-3.5-turbo/gpt-3.5-turbo-16k/ gpt-3.5-turbo/gpt-3.5-turbo-16k/gpt-4/gpt-4-32k, which is compatible with most of the programs using OpenAI's interface.
Model version: 0613
API interface version: [2023-08-01-preview](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/ AzureOpenAI/inference/preview/2023-08-01-preview/inference.json)
Supports function calls (func_call), with stable and reliable GPT-3.5, GPT-4, and GPT-4-32k provisioning for use as a primary or backup interface.
Previous
About OpenAI Compatible API
Next
Text To Speech API
Built with