You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,13 +210,14 @@ New endpoints for monitoring your Copilot usage and quotas.
210
210
|`GET /usage`|`GET`| Get detailed Copilot usage statistics and quota information. |
211
211
|`GET /token`|`GET`| Get the current Copilot token being used by the API. |
212
212
213
-
## **GPT and Gemini Support**
213
+
## **GPT, Claude Opus 4.7, and Gemini Support**
214
214
215
215
| Model | Status | Notes |
216
216
| ----- | ------ | ----- |
217
217
|`gpt-5.4`| Supported | Uses the standard GPT-5 chat/completions path. |
218
218
|`gpt-5.3-codex`| Supported | Uses the Responses API bridge internally. |
219
219
|`gpt-5.4-mini`| Supported | Uses the Responses API bridge internally. |
220
+
|`claude-opus-4.7`| Supported | Snapshot aliases such as `claude-opus-4-7-20260417` resolve to this model, with `low`, `medium`, `high`, `xhigh`, and `max` effort support. |
220
221
|`gemini-3.1-pro`| Supported | Resolves to Copilot's current `gemini-3.1-pro-preview` model. |
221
222
|`gemini-3-flash`| Supported | Resolves to Copilot's current `gemini-3-flash-preview` model. |
222
223
@@ -231,8 +232,9 @@ Reasoning effort is model-specific.
If an unsupported effort value is sent for one of these models, the proxy falls back to that model's default `medium` instead of forwarding an invalid upstream request.
237
+
If an unsupported effort value is sent for one of these models, the proxy falls back to that model's default behavior instead of forwarding an invalid upstream request.
0 commit comments