Created
May 9, 2026 04:15
-
-
Save lazuee/4793283cfd2231e75014e13b1b4a633c to your computer and use it in GitHub Desktop.
AI Foundry Model for Copilot CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export COPILOT_PROVIDER_TYPE="azure" | |
| export COPILOT_PROVIDER_WIRE_API="responses" | |
| # Azure OpenAI endpoint | |
| export COPILOT_PROVIDER_BASE_URL="https://lazuee-agent.openai.azure.com/" | |
| export COPILOT_PROVIDER_API_KEY="" | |
| export COPILOT_PROVIDER_MAX_PROMPT_TOKENS="272000" | |
| export COPILOT_PROVIDER_MAX_OUTPUT_TOKENS="128000" | |
| # Model Name | |
| export COPILOT_MODEL="gpt-5.3-codex-1" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change the
COPILOT_PROVIDER_BASE_URLandCOPILOT_PROVIDER_API_KEYvalue.Deploy your Model, after get your model name and change the
COPILOT_MODELvalue.