mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-27 09:21:35 +07:00
* Microsoft Foundry: add native provider * Microsoft Foundry: tighten review fixes * Microsoft Foundry: enable by default * Microsoft Foundry: stabilize API routing
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"id": "microsoft-foundry",
|
|
"enabledByDefault": true,
|
|
"providers": ["microsoft-foundry"],
|
|
"providerAuthEnvVars": {
|
|
"microsoft-foundry": ["AZURE_OPENAI_API_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "microsoft-foundry",
|
|
"method": "entra-id",
|
|
"choiceId": "microsoft-foundry-entra",
|
|
"choiceLabel": "Microsoft Foundry (Entra ID / az login)",
|
|
"choiceHint": "Use your Azure login — no API key needed",
|
|
"groupId": "microsoft-foundry",
|
|
"groupLabel": "Microsoft Foundry",
|
|
"groupHint": "Entra ID + API key"
|
|
},
|
|
{
|
|
"provider": "microsoft-foundry",
|
|
"method": "api-key",
|
|
"choiceId": "microsoft-foundry-apikey",
|
|
"choiceLabel": "Microsoft Foundry (API key)",
|
|
"choiceHint": "Use an Azure OpenAI API key directly",
|
|
"groupId": "microsoft-foundry",
|
|
"groupLabel": "Microsoft Foundry",
|
|
"groupHint": "Entra ID + API key"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|