mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-22 18:41:16 +00:00
* docs(secrets): remove retired web credential paths * refactor(web): remove retired provider compatibility paths * refactor(providers): delete retired compatibility routes * refactor(secrets): remove retired credential aliases * refactor(plugin-sdk): delete retired compatibility surfaces * docs(plugin-sdk): remove retired migration guidance * chore(plugin-sdk): refresh rebased surface budgets * chore(plugin-sdk): refresh API removal baseline * refactor(compat): migrate retired internal callers * chore(plugin-sdk): refresh current-main baselines * test(config): migrate plugin-owned secret assertions * test(gateway): narrow plugin secret refs * fix(plugin-sdk): preserve private boundary type identity * chore(compat): remove stale sweep references * chore(lint): lower max-lines budget * refactor(secrets): remove unused web helper * build(plugin-sdk): drop removed compat entries * chore(plugin-sdk): refresh rebased API baseline * chore(plugin-sdk): use Linux API baseline hash * fix(plugin-sdk): preserve private bundled build entries * fix(plugin-sdk): package private runtime facades * fix(plugins): preserve external credential contracts
223 lines
5.9 KiB
JSON
223 lines
5.9 KiB
JSON
{
|
|
"id": "deepinfra",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"enabledByDefault": true,
|
|
"providers": ["deepinfra"],
|
|
"providerCatalogEntry": "./provider-discovery.ts",
|
|
"providerEndpoints": [
|
|
{
|
|
"endpointClass": "deepinfra-native",
|
|
"hosts": ["api.deepinfra.com"]
|
|
}
|
|
],
|
|
"providerRequest": {
|
|
"providers": {
|
|
"deepinfra": {
|
|
"family": "deepinfra"
|
|
}
|
|
}
|
|
},
|
|
"setup": {
|
|
"providers": [
|
|
{
|
|
"id": "deepinfra",
|
|
"authMethods": ["api-key"],
|
|
"envVars": ["DEEPINFRA_API_KEY"]
|
|
}
|
|
]
|
|
},
|
|
"modelCatalog": {
|
|
"providers": {
|
|
"deepinfra": {
|
|
"baseUrl": "https://api.deepinfra.com/v1/openai",
|
|
"api": "openai-completions",
|
|
"models": [
|
|
{
|
|
"id": "deepseek-ai/DeepSeek-V4-Flash",
|
|
"name": "DeepSeek V4 Flash",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 1048576,
|
|
"maxTokens": 1048576,
|
|
"cost": {
|
|
"input": 0.1,
|
|
"output": 0.2,
|
|
"cacheRead": 0.02,
|
|
"cacheWrite": 0
|
|
},
|
|
"compat": {
|
|
"supportsUsageInStreaming": true
|
|
}
|
|
},
|
|
{
|
|
"id": "deepseek-ai/DeepSeek-V3.2",
|
|
"name": "DeepSeek V3.2",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"contextWindow": 163840,
|
|
"maxTokens": 163840,
|
|
"cost": {
|
|
"input": 0.26,
|
|
"output": 0.38,
|
|
"cacheRead": 0.13,
|
|
"cacheWrite": 0
|
|
},
|
|
"compat": {
|
|
"supportsUsageInStreaming": true
|
|
}
|
|
},
|
|
{
|
|
"id": "zai-org/GLM-5.1",
|
|
"name": "GLM-5.1",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 202752,
|
|
"maxTokens": 202752,
|
|
"cost": {
|
|
"input": 1.05,
|
|
"output": 3.5,
|
|
"cacheRead": 0.205000005,
|
|
"cacheWrite": 0
|
|
},
|
|
"compat": {
|
|
"supportsUsageInStreaming": true
|
|
}
|
|
},
|
|
{
|
|
"id": "stepfun-ai/Step-3.5-Flash",
|
|
"name": "Step 3.5 Flash",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"contextWindow": 262144,
|
|
"maxTokens": 262144,
|
|
"cost": {
|
|
"input": 0.1,
|
|
"output": 0.3,
|
|
"cacheRead": 0.02,
|
|
"cacheWrite": 0
|
|
},
|
|
"compat": {
|
|
"supportsUsageInStreaming": true
|
|
}
|
|
},
|
|
{
|
|
"id": "MiniMaxAI/MiniMax-M2.5",
|
|
"name": "MiniMax M2.5",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 196608,
|
|
"maxTokens": 196608,
|
|
"cost": {
|
|
"input": 0.15,
|
|
"output": 1.15,
|
|
"cacheRead": 0.03,
|
|
"cacheWrite": 0
|
|
},
|
|
"compat": {
|
|
"supportsUsageInStreaming": true
|
|
}
|
|
},
|
|
{
|
|
"id": "moonshotai/Kimi-K2.5",
|
|
"name": "Kimi K2.5",
|
|
"reasoning": true,
|
|
"input": ["text", "image"],
|
|
"contextWindow": 262144,
|
|
"maxTokens": 262144,
|
|
"cost": {
|
|
"input": 0.45,
|
|
"output": 2.25,
|
|
"cacheRead": 0.070000002,
|
|
"cacheWrite": 0
|
|
},
|
|
"compat": {
|
|
"supportsUsageInStreaming": true
|
|
}
|
|
},
|
|
{
|
|
"id": "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B",
|
|
"name": "NVIDIA Nemotron 3 Super 120B A12B",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 262144,
|
|
"maxTokens": 262144,
|
|
"cost": {
|
|
"input": 0.1,
|
|
"output": 0.5,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
},
|
|
"compat": {
|
|
"supportsUsageInStreaming": true
|
|
}
|
|
},
|
|
{
|
|
"id": "meta-llama/Llama-3.3-70B-Instruct-Turbo",
|
|
"name": "Llama 3.3 70B Instruct Turbo",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 131072,
|
|
"cost": {
|
|
"input": 0.1,
|
|
"output": 0.32,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
},
|
|
"compat": {
|
|
"supportsUsageInStreaming": true
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"discovery": {
|
|
"deepinfra": "refreshable"
|
|
}
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "deepinfra",
|
|
"method": "api-key",
|
|
"choiceId": "deepinfra-api-key",
|
|
"appGuidedSecret": true,
|
|
"choiceLabel": "DeepInfra API key",
|
|
"choiceHint": "Unified API for open source models",
|
|
"groupId": "deepinfra",
|
|
"groupLabel": "DeepInfra",
|
|
"groupHint": "Unified API for open source models",
|
|
"optionKey": "deepinfraApiKey",
|
|
"cliFlag": "--deepinfra-api-key",
|
|
"cliOption": "--deepinfra-api-key <key>",
|
|
"cliDescription": "DeepInfra API key"
|
|
}
|
|
],
|
|
"contracts": {
|
|
"mediaUnderstandingProviders": ["deepinfra"],
|
|
"memoryEmbeddingProviders": ["deepinfra"],
|
|
"imageGenerationProviders": ["deepinfra"],
|
|
"speechProviders": ["deepinfra"],
|
|
"videoGenerationProviders": ["deepinfra"]
|
|
},
|
|
"mediaUnderstandingProviderMetadata": {
|
|
"deepinfra": {
|
|
"capabilities": ["image", "audio"],
|
|
"defaultModels": {
|
|
"image": "moonshotai/Kimi-K2.5",
|
|
"audio": "openai/whisper-large-v3-turbo"
|
|
},
|
|
"autoPriority": {
|
|
"image": 45,
|
|
"audio": 45
|
|
}
|
|
}
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|