Compare commits
2 Commits
290843f234
...
e0b6468c17
| Author | SHA1 | Date | |
|---|---|---|---|
| e0b6468c17 | |||
| d477154e63 |
@@ -24,12 +24,23 @@
|
|||||||
"provider": "anthropic"
|
"provider": "anthropic"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"model": "Opus-4.6",
|
"model": "Kimi-K2.5-BS10",
|
||||||
"id": "custom:Opus-4.6-(BYOK)-2",
|
"id": "custom:Kimi-Baseten-(BYOK)-2",
|
||||||
"index": 2,
|
"index": 2,
|
||||||
"baseUrl": "http://localhost:8383",
|
"baseUrl": "http://localhost:8383",
|
||||||
"apiKey": "sk-abcd",
|
"apiKey": "sk-abcd",
|
||||||
"displayName": "Opus 4.6 (BYOK)",
|
"displayName": "Kimi Baseten (BYOK)",
|
||||||
|
"maxOutputTokens": 131072,
|
||||||
|
"noImageSupport": false,
|
||||||
|
"provider": "openai"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"model": "Opus-4.6",
|
||||||
|
"id": "custom:Gravity-Opus-4.6-(BYOK)-3",
|
||||||
|
"index": 3,
|
||||||
|
"baseUrl": "http://localhost:8383",
|
||||||
|
"apiKey": "sk-abcd",
|
||||||
|
"displayName": "Gravity Opus 4.6 (BYOK)",
|
||||||
"maxOutputTokens": 128000,
|
"maxOutputTokens": 128000,
|
||||||
"extraArgs": {
|
"extraArgs": {
|
||||||
"parallel_tool_calls": true,
|
"parallel_tool_calls": true,
|
||||||
@@ -42,11 +53,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"model": "Sonnet-4.6",
|
"model": "Sonnet-4.6",
|
||||||
"id": "custom:Sonnet-4.6-(BYOK)-2",
|
"id": "custom:Gravity-Sonnet-4.6-(BYOK)-4",
|
||||||
"index": 2,
|
"index": 4,
|
||||||
"baseUrl": "http://localhost:8383",
|
"baseUrl": "http://localhost:8383",
|
||||||
"apiKey": "sk-abcd",
|
"apiKey": "sk-abcd",
|
||||||
"displayName": "Sonnet 4.6 (BYOK)",
|
"displayName": "Gravity Sonnet 4.6 (BYOK)",
|
||||||
"maxOutputTokens": 64000,
|
"maxOutputTokens": 64000,
|
||||||
"extraArgs": {
|
"extraArgs": {
|
||||||
"parallel_tool_calls": true,
|
"parallel_tool_calls": true,
|
||||||
@@ -59,8 +70,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"model": "Gpt-5.3-Codex",
|
"model": "Gpt-5.3-Codex",
|
||||||
"id": "custom:Gpt-5.3-Codex-(BYOK)-3",
|
"id": "custom:Gpt-5.3-Codex-(BYOK)-5",
|
||||||
"index": 3,
|
"index": 5,
|
||||||
"baseUrl": "http://localhost:8383/v1",
|
"baseUrl": "http://localhost:8383/v1",
|
||||||
"apiKey": "sk-abcd",
|
"apiKey": "sk-abcd",
|
||||||
"displayName": "Gpt 5.3 Codex (BYOK)",
|
"displayName": "Gpt 5.3 Codex (BYOK)",
|
||||||
@@ -76,8 +87,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"model": "Gpt-5.2",
|
"model": "Gpt-5.2",
|
||||||
"id": "custom:Gpt-5.2-(BYOK)-4",
|
"id": "custom:Gpt-5.2-(BYOK)-6",
|
||||||
"index": 4,
|
"index": 6,
|
||||||
"baseUrl": "http://localhost:8383/v1",
|
"baseUrl": "http://localhost:8383/v1",
|
||||||
"apiKey": "sk-abcd",
|
"apiKey": "sk-abcd",
|
||||||
"displayName": "Gpt 5.2 (BYOK)",
|
"displayName": "Gpt 5.2 (BYOK)",
|
||||||
@@ -93,7 +104,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"sessionDefaultSettings": {
|
"sessionDefaultSettings": {
|
||||||
"model": "custom:Gpt-5.3-Codex-(BYOK)-3",
|
"model": "custom:Gpt-5.3-Codex-(BYOK)-5",
|
||||||
"autonomyMode": "auto-low",
|
"autonomyMode": "auto-low",
|
||||||
"specModeReasoningEffort": "none",
|
"specModeReasoningEffort": "none",
|
||||||
"reasoningEffort": "none"
|
"reasoningEffort": "none"
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: context7
|
name: context7
|
||||||
description: Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training.
|
description: Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training.
|
||||||
|
user-invokable: false
|
||||||
|
disable-model-invocation: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# Context7
|
# Context7
|
||||||
|
|||||||
Reference in New Issue
Block a user