Skip to content

Commit c6cc180

Browse files
Copilotpelikhan
andauthored
docs: clarify Pi provider-prefixed model configuration (#55865)
* Initial plan * docs: add Pi model prefix examples Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent fd7d3f0 commit c6cc180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/content/docs/setup/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ This will take you through an interactive process to:
154154
To avoid a long-lived key, configure [Google Workload Identity Federation](/gh-aw/reference/auth/#google-workload-identity-federation-wif).
155155
</TabItem>
156156
<TabItem label="Pi">
157-
Pi chooses authentication from the provider prefix in `model:`. It uses Copilot authentication by default, `ANTHROPIC_API_KEY` for `anthropic/...`, and `CODEX_API_KEY` or `OPENAI_API_KEY` for `openai/...` and `codex/...`.
157+
Pi chooses authentication from the provider prefix in `model:`. It uses Copilot authentication by default, `ANTHROPIC_API_KEY` for `anthropic/...`, and `CODEX_API_KEY` or `OPENAI_API_KEY` for `openai/...` and `codex/...`. For example, use `model: copilot/gpt-5.4`, `model: anthropic/claude-sonnet-5`, or `model: openai/gpt-5`.
158158

159159
Pi also requires `tools.github.mode: gh-proxy` and `tools.cli-proxy: true`. Follow [Using Pi with GitHub Agentic Workflows](/gh-aw/engines/pi/) for the complete setup.
160160
</TabItem>

0 commit comments

Comments
 (0)