@dianshuv/copilot-api 0.13.0 → 0.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -83,7 +83,7 @@ Currently hidden (grouped):
83
83
  - **Legacy GPT** — `gpt-3.5-turbo`, `gpt-3.5-turbo-0613`, `gpt-4`, `gpt-4-0613`, `gpt-4-0125-preview`
84
84
  - **GPT-4o family** — `gpt-4o`, `gpt-4o-mini`, `gpt-4-o-preview`, `gpt-4o-2024-05-13`, `gpt-4o-2024-08-06`, `gpt-4o-2024-11-20`, `gpt-4o-mini-2024-07-18`
85
85
  - **GPT-4.1 family** — `gpt-4.1`, `gpt-4.1-2025-04-14`, `gpt-41-copilot`
86
- - **Older / smaller GPT-5** — `gpt-5-mini`, `gpt-5.3-codex`, `gpt-5.4`
86
+ - **Older / smaller GPT-5** — `gpt-5-mini`, `gpt-5.3-codex`
87
87
  - **All embeddings** — `text-embedding-ada-002`, `text-embedding-3-small`, `text-embedding-3-small-inference`
88
88
  - **Older Gemini** — `gemini-2.5-pro`, `gemini-3-flash-preview`
89
89
  - **Older / variant Claude** — `claude-opus-4.5`, `claude-opus-4.6`, `claude-opus-4.7-high`, `claude-opus-4.7-xhigh`, `claude-sonnet-4.5`
package/dist/main.mjs CHANGED
@@ -1047,7 +1047,7 @@ const logout = defineCommand({
1047
1047
 
1048
1048
  //#endregion
1049
1049
  //#region package.json
1050
- var version = "0.13.0";
1050
+ var version = "0.13.1";
1051
1051
 
1052
1052
  //#endregion
1053
1053
  //#region src/lib/event-loop-lag.ts
@@ -2484,7 +2484,6 @@ const HIDDEN_MODEL_IDS = new Set([
2484
2484
  "gpt-41-copilot",
2485
2485
  "gpt-5-mini",
2486
2486
  "gpt-5.3-codex",
2487
- "gpt-5.4",
2488
2487
  "text-embedding-ada-002",
2489
2488
  "text-embedding-3-small",
2490
2489
  "text-embedding-3-small-inference",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dianshuv/copilot-api",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Turn GitHub Copilot into OpenAI/Anthropic API compatible server. Usable with Claude Code!",
5
5
  "author": "dianshuv",
6
6
  "type": "module",