Edge Solutions AI API
Access Azure AI models through your own API key. This portal lets you subscribe to our internal AI API and manage your credentials.
Quick Start:
1. Sign in with your Edge Solutions account
2. Go to Products internal-ai
3. Type a name for your subscription (e.g., "my-project") and click Subscribe
4. Go to Profile Your subscriptions to view your API key
Endpoint: https://edgesol-apim-prod.azure-api.net/openai
Example (chat completion):
POST /deployments/gpt-5.2-chat/chat/completions?api-version=2024-10-21
Headers:
Content-Type: application/json
api-key: YOUR_SUBSCRIPTION_KEY
Body:
{
"messages": [{"role": "user", "content": "Hello"}],
"max_tokens": 100
}
Available models: gpt-5.2-chat, gpt-5.1-codex
Resources

Get started
Learn how to get started with our APIs and explore our catalog to find the perfect API for your needs.

Subscribe
Products in the developer portal encompass one or more APIs. Subscribe to a product to get access to utilize the APIs.

Get support
Need help? Our API admin team is here for you. Reach out to us for any questions or assistance with our APIs.