Experience the next generation of AI conversation with Azure OpenAI GPT-5 series (gpt-5, gpt-5-mini, gpt-5-nano, gpt-5-chat), Azure AI Foundry models (gpt-5.2, gpt-5.1), O-series reasoning models (o3, o3-mini, o4-mini), GPT-4o models, and GPT-4.1 series, enhanced with Sora video generation and real-time voice capabilities.
Transform text descriptions into stunning videos using OpenAI's cutting-edge Sora model. Create high-quality videos with customizable duration and aspect ratios.
Experience natural conversations with dual GPT Realtime models (gpt-realtime & gpt-realtime-mini). Switch models instantly and choose from 8 distinct voices.
Support for the most advanced AI models including GPT-5 series (gpt-5, gpt-5-mini, gpt-5-nano, gpt-5-chat), Azure AI Foundry models (gpt-5.2 gpt-5.1), O-series reasoning models (o3, o3-mini, o4-mini), GPT-4o series, and GPT-4.1 series.
Install as a native app on any device. Optimized for mobile and tablet with offline capabilities.
Generate and edit images using DALL-E and GPT-Image-1 APIs. Create visual content from text descriptions.
Azure Text-to-Speech and Speech-to-Text integration with batch transcription support using Whisper model.
Secure authentication using Azure Active Directory with enterprise-grade security features.
Full control over messages with delete, hide/unhide capabilities. Sync conversations across devices via Azure Table Storage.
Get the latest news updates through Bing API integration directly in your conversations.
Create stunning videos from text descriptions
Natural voice conversations with GPT-4o
Distraction-free conversation experience
AI-powered conversation guidance
Save conversations as markdown files
Process multiple audio files simultaneously
Get the latest code from GitHub
git clone https://github.com/hddevteam/Azure-chatGPT-demo.git
Set up your Azure OpenAI credentials (and Azure AI Foundry project endpoint for gpt-5.2 / gpt-5.1)
cp .envtemplate .env
# Edit .env with your Azure OpenAI credentials
# If using Azure AI Foundry models (gpt-5.2 / gpt-5.1), also set AZURE_AI_FOUNDRY_ENDPOINT and AZURE_AI_FOUNDRY_KEY
Install required Node.js packages
npm install
Launch the development server
npm start
Set up your Azure OpenAI credentials (and Azure AI Foundry project endpoint for gpt-5.2 / gpt-5.1)
cp .envtemplate .env
# Edit .env with your Azure OpenAI credentials
# If using Azure AI Foundry models (gpt-5.2 / gpt-5.1), also set AZURE_AI_FOUNDRY_ENDPOINT and AZURE_AI_FOUNDRY_KEY
Install required Node.js packages
npm install
Launch the development server
npm start