Azure Foundry allows you to deploy and run OpenAI, Anthropic (Claude) models and more using Azure’s infrastructure. After deploying the model in Azure, you can connect it to TypingMind using the Claude Message API format. Follow the steps below to set up your Claude model on Azure and integrate it into TypingMind.Documentation Index
Fetch the complete documentation index at: https://docs.typingmind.com/llms.txt
Use this file to discover all available pages before exploring further.
Step 1: Add the model on Azure
- Log in to https://portal.azure.com and select Foundry.
- Choose your resource and open the Foundry Portal.
- Go to Model Catalog → select a Claude model → click Use this model.
- Deploy the model.
- Open the deployment in Playground → click View code.
- Switch to the Key authentication tab → switch to cURL to view the code sample.
- Endpoint
- Anthropic API version
- Model ID
- API key
Step 2: Set up on TypingMind
Go to Models → Add Custom Models Enter the following information:- Name: Claude via Azure
- API type: switch to Claude Message API
- Endpoint: paste the endpoint you copied in Step 1
- Format example:
https://[RESOURCE-NAME].openai.azure.com/anthropic/v1/messages
- Format example:
- Model ID: your copied model ID
- Add Custom Headers:
x-api-key: your-copied-api-keyanthropic-version: your-copied-anthropic-version
