---
title: "Azure OpenAI Service GPT Model Pricing"
date: 2023-08-16T21:29:48.000Z
author: Z.SHINCHVEN
tags: [Azure OpenAI Service, GPT, pricing]
canonical: https://atlassc.net/2023/08/17/azure-openai-service-gpt-model-pricing
---
As of `2021-08-16`, the pricing for the GPT models is as follows:

| Model Name        | Prompts | Completion |
| ----------------- | ------- | ---------- |
| GPT-3.5-turbo     | 0.0015  | 0.002      |
| GPT-3.5-turbo-16K | 0.003   | 0.004      |
| GPT-4             | 0.03    | 0.06       |
| GPT-4-32K         | 0.06    | 0.12       |

## Comparing to ChatGPT Plus

The $20/month `ChatGPT Plus` subscription, which includes 25 GPT-4 messages per 3 hours, is a more cost-effective option compared to directly using the Azure OpenAI Service for Chatbot purposes.

## References
- [Azure OpenAI Service pricing](https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/#pricing)
