anygate 0.5.8 → 0.5.10
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 +2 -2
- package/dist/chunk-6AFYEDSU.js +6934 -0
- package/dist/chunk-6AFYEDSU.js.map +1 -0
- package/dist/chunk-72WNE2IK.js +43 -0
- package/dist/{chunk-APLGXZWQ.js → chunk-7QMN4CYN.js} +6555 -6595
- package/dist/chunk-7QMN4CYN.js.map +1 -0
- package/dist/chunk-FVNZB5RR.js +168 -0
- package/dist/chunk-FVNZB5RR.js.map +1 -0
- package/dist/cli.js +11407 -11085
- package/dist/cli.js.map +1 -1
- package/dist/{command-O6JD4567.js → command-UYTXLN3H.js} +42 -18
- package/dist/command-UYTXLN3H.js.map +1 -0
- package/dist/constants-4XH536T3.js +29 -0
- package/dist/constants-4XH536T3.js.map +1 -0
- package/dist/provider-templates-MNJZTG3Z.js +25 -0
- package/dist/provider-templates-MNJZTG3Z.js.map +1 -0
- package/dist/registry/data/providers/go.json +10 -0
- package/dist/registry/data/providers/zen.json +10 -0
- package/dist/registry/data/templates/anthropic.json +13 -0
- package/dist/registry/data/templates/antigravity.json +15 -0
- package/dist/registry/data/templates/azure.json +11 -0
- package/dist/registry/data/templates/bedrock.json +11 -0
- package/dist/registry/data/templates/cerebras.json +13 -0
- package/dist/registry/data/templates/claude-code.json +15 -0
- package/dist/registry/data/templates/cohere.json +10 -0
- package/dist/registry/data/templates/deepinfra.json +13 -0
- package/dist/registry/data/templates/deepseek.json +13 -0
- package/dist/registry/data/templates/fireworks.json +13 -0
- package/dist/registry/data/templates/github-copilot.json +16 -0
- package/dist/registry/data/templates/go.json +13 -0
- package/dist/registry/data/templates/groq.json +13 -0
- package/dist/registry/data/templates/kilo.json +15 -0
- package/dist/registry/data/templates/lmstudio.json +14 -0
- package/dist/registry/data/templates/mistral.json +13 -0
- package/dist/registry/data/templates/nvidia.json +13 -0
- package/dist/registry/data/templates/ollama.json +14 -0
- package/dist/registry/data/templates/openai-oauth.json +13 -0
- package/dist/registry/data/templates/opencode-cloud.json +13 -0
- package/dist/registry/data/templates/openrouter.json +13 -0
- package/dist/registry/data/templates/ovh.json +13 -0
- package/dist/registry/data/templates/perplexity.json +13 -0
- package/dist/registry/data/templates/sambanova.json +12 -0
- package/dist/registry/data/templates/scaleway.json +13 -0
- package/dist/registry/data/templates/togetherai.json +13 -0
- package/dist/registry/data/templates/venice.json +13 -0
- package/dist/registry/data/templates/vertex.json +11 -0
- package/dist/registry/data/templates/xai-oauth.json +13 -0
- package/dist/registry/data/templates/xai.json +13 -0
- package/dist/registry/data/templates/zen.json +13 -0
- package/dist/ui/dist/assets/index-BSguLb1O.js +6 -0
- package/dist/ui/dist/assets/index-DWAOH_B3.css +1 -0
- package/dist/ui/dist/index.html +2 -2
- package/package.json +4 -4
- package/dist/chunk-APLGXZWQ.js.map +0 -1
- package/dist/chunk-VKROC37K.js +0 -390
- package/dist/chunk-VKROC37K.js.map +0 -1
- package/dist/command-O6JD4567.js.map +0 -1
- package/dist/provider-templates-TWR5XSYI.js +0 -18
- package/dist/ui/dist/assets/index-3Jrdu_6p.js +0 -6
- package/dist/ui/dist/assets/index-DtRr0Wrk.css +0 -1
- /package/dist/{provider-templates-TWR5XSYI.js.map → chunk-72WNE2IK.js.map} +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "claude-code",
|
|
3
|
+
"name": "Claude Code (Anthropic subscription)",
|
|
4
|
+
"description": "Claude Code - Requires Anthropic subscription",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "oauth",
|
|
8
|
+
"apiBaseUrl": "https://api.anthropic.com",
|
|
9
|
+
"modelsEndpoint": "/v1/models",
|
|
10
|
+
"signupUrl": "https://claude.ai",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"hidden": true,
|
|
13
|
+
"subscriptionRisk": true,
|
|
14
|
+
"npm": "@ai-sdk/anthropic"
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "deepinfra",
|
|
3
|
+
"name": "DeepInfra",
|
|
4
|
+
"description": "DeepInfra AI Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://api.deepinfra.com/v1/openai",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://deepinfra.com/dash/api_keys",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "@ai-sdk/deepinfra"
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "deepseek",
|
|
3
|
+
"name": "DeepSeek",
|
|
4
|
+
"description": "DeepSeek AI Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://api.deepseek.com/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://platform.deepseek.com",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "@ai-sdk/openai-compatible"
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "fireworks",
|
|
3
|
+
"name": "Fireworks AI",
|
|
4
|
+
"description": "Fireworks AI Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://api.fireworks.ai/inference/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://fireworks.ai/account/api-keys",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "@ai-sdk/fireworks"
|
|
13
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "github-copilot",
|
|
3
|
+
"name": "GitHub Copilot",
|
|
4
|
+
"description": "GitHub Copilot - Requires Copilot subscription",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "oauth",
|
|
8
|
+
"apiBaseUrl": "https://api.githubcopilot.com",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://github.com/features/copilot",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"headers": {
|
|
13
|
+
"Editor-Version": "vscode/1.85.1"
|
|
14
|
+
},
|
|
15
|
+
"npm": "@ai-sdk/openai-compatible"
|
|
16
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "go",
|
|
3
|
+
"name": "OpenCode Go",
|
|
4
|
+
"description": "OpenCode Go - Paid tier models",
|
|
5
|
+
"addable": false,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "oauth",
|
|
8
|
+
"apiBaseUrl": "https://opencode.ai/zen/go",
|
|
9
|
+
"modelsEndpoint": "/v1/models",
|
|
10
|
+
"signupUrl": "https://opencode.ai/auth",
|
|
11
|
+
"modelSource": "zen-go-api",
|
|
12
|
+
"npm": "@ai-sdk/openai-compatible"
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "groq",
|
|
3
|
+
"name": "Groq",
|
|
4
|
+
"description": "Groq AI Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://api.groq.com/openai/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://console.groq.com/keys",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "@ai-sdk/groq"
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "kilo",
|
|
3
|
+
"name": "Kilo Code",
|
|
4
|
+
"description": "Kilo Code AI Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://api.kilo.ai/api/gateway",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://kilocode.ai",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"apiKeyOptional": true,
|
|
13
|
+
"anonymousFreeModels": true,
|
|
14
|
+
"npm": "@ai-sdk/openai-compatible"
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "lmstudio",
|
|
3
|
+
"name": "LM Studio",
|
|
4
|
+
"description": "LM Studio Local AI Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "http://127.0.0.1:1234/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"urlPrompt": "LM Studio API Base URL:",
|
|
11
|
+
"apiKeyOptional": true,
|
|
12
|
+
"modelSource": "api-list",
|
|
13
|
+
"npm": "@ai-sdk/openai-compatible"
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "mistral",
|
|
3
|
+
"name": "Mistral",
|
|
4
|
+
"description": "Mistral AI Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://api.mistral.ai/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://console.mistral.ai",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "@ai-sdk/mistral"
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "nvidia",
|
|
3
|
+
"name": "Nvidia",
|
|
4
|
+
"description": "Nvidia AI Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://integrate.api.nvidia.com/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://build.nvidia.com/explore/discover",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "@ai-sdk/openai-compatible"
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "ollama",
|
|
3
|
+
"name": "Ollama",
|
|
4
|
+
"description": "Ollama Local AI Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "http://127.0.0.1:11434/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"urlPrompt": "Ollama API Base URL:",
|
|
11
|
+
"apiKeyOptional": true,
|
|
12
|
+
"modelSource": "api-list",
|
|
13
|
+
"npm": "@ai-sdk/openai-compatible"
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "openai-oauth",
|
|
3
|
+
"name": "OpenAI (ChatGPT)",
|
|
4
|
+
"description": "OpenAI - Requires ChatGPT subscription",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "oauth",
|
|
8
|
+
"apiBaseUrl": "https://api.openai.com/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://chatgpt.com",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "@ai-sdk/openai"
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "opencode-cloud",
|
|
3
|
+
"name": "OpenCode Zen / Go",
|
|
4
|
+
"description": "OpenCode Cloud (Zen and Go combined)",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://opencode.ai/zen",
|
|
9
|
+
"modelsEndpoint": "/v1/models",
|
|
10
|
+
"signupUrl": "https://opencode.ai/auth",
|
|
11
|
+
"modelSource": "zen-go-api",
|
|
12
|
+
"npm": "@ai-sdk/openai-compatible"
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "openrouter",
|
|
3
|
+
"name": "OpenRouter",
|
|
4
|
+
"description": "OpenRouter AI Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://openrouter.ai/api/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://openrouter.ai/keys",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "@openrouter/ai-sdk-provider"
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "ovh",
|
|
3
|
+
"name": "OVHcloud AI Endpoints",
|
|
4
|
+
"description": "OVHcloud AI Endpoints",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://api.endpoints.kepler.ai.cloud.ovh.net/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://endpoints.ai.cloud.ovh.net",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "@ai-sdk/openai-compatible"
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "perplexity",
|
|
3
|
+
"name": "Perplexity",
|
|
4
|
+
"description": "Perplexity AI Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://api.perplexity.ai",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://www.perplexity.ai/settings/api",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "@ai-sdk/perplexity"
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "sambanova",
|
|
3
|
+
"name": "SambaNova",
|
|
4
|
+
"authType": "api",
|
|
5
|
+
"npm": "@ai-sdk/sambanova",
|
|
6
|
+
"defaultBaseUrl": "https://api.sambanova.ai/v1",
|
|
7
|
+
"modelsPath": "/models",
|
|
8
|
+
"signupUrl": "https://cloud.sambanova.ai",
|
|
9
|
+
"modelSource": "api-list",
|
|
10
|
+
"addable": true,
|
|
11
|
+
"supported": true
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "scaleway",
|
|
3
|
+
"name": "Scaleway",
|
|
4
|
+
"description": "Scaleway AI Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://api.scaleway.ai/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://console.scaleway.com",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "@ai-sdk/openai-compatible"
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "togetherai",
|
|
3
|
+
"name": "Together AI",
|
|
4
|
+
"description": "Together AI Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://api.together.xyz/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://api.together.xyz/settings/api-keys",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "@ai-sdk/togetherai"
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "venice",
|
|
3
|
+
"name": "Venice AI",
|
|
4
|
+
"description": "Venice AI Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://api.venice.ai/api/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://venice.ai/settings/api",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "venice-ai-sdk-provider"
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "vertex",
|
|
3
|
+
"name": "Google Vertex AI",
|
|
4
|
+
"description": "Google Vertex AI - Uses gcloud ADC",
|
|
5
|
+
"addable": false,
|
|
6
|
+
"supported": false,
|
|
7
|
+
"authType": "none",
|
|
8
|
+
"modelSource": "manual-only",
|
|
9
|
+
"unsupportedReason": "Uses gcloud Application Default Credentials — not supported via API key import.",
|
|
10
|
+
"npm": "@ai-sdk/google-vertex"
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "xai-oauth",
|
|
3
|
+
"name": "xAI Grok (SuperGrok)",
|
|
4
|
+
"description": "xAI Grok - Requires SuperGrok subscription",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "oauth",
|
|
8
|
+
"apiBaseUrl": "https://api.x.ai/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://x.ai",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "@ai-sdk/xai"
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "xai",
|
|
3
|
+
"name": "xAI",
|
|
4
|
+
"description": "xAI Grok Platform",
|
|
5
|
+
"addable": true,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "apiKey",
|
|
8
|
+
"apiBaseUrl": "https://api.x.ai/v1",
|
|
9
|
+
"modelsEndpoint": "/models",
|
|
10
|
+
"signupUrl": "https://console.x.ai",
|
|
11
|
+
"modelSource": "api-list",
|
|
12
|
+
"npm": "@ai-sdk/xai"
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "zen",
|
|
3
|
+
"name": "OpenCode Zen",
|
|
4
|
+
"description": "OpenCode Zen - Free tier models",
|
|
5
|
+
"addable": false,
|
|
6
|
+
"supported": true,
|
|
7
|
+
"authType": "oauth",
|
|
8
|
+
"apiBaseUrl": "https://opencode.ai/zen",
|
|
9
|
+
"modelsEndpoint": "/v1/models",
|
|
10
|
+
"signupUrl": "https://opencode.ai/auth",
|
|
11
|
+
"modelSource": "zen-go-api",
|
|
12
|
+
"npm": "@ai-sdk/openai-compatible"
|
|
13
|
+
}
|