Compare commits
2 Commits
32bfcce3f5
...
8e3bd1a934
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e3bd1a934 | |||
| c2ca03046e |
@@ -424,6 +424,45 @@
|
||||
"maxTokens": 384000
|
||||
}
|
||||
]
|
||||
},
|
||||
"deepseek": {
|
||||
"baseUrl": "https://api.deepseek.com/v1",
|
||||
"apiKey": "DEEPSEEK_API_KEY",
|
||||
"api": "openai-completions",
|
||||
"models": [
|
||||
{
|
||||
"id": "deepseek-v4-pro",
|
||||
"name": "DeepSeek V4 Pro",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 1,
|
||||
"output": 2,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 1000000,
|
||||
"maxTokens": 384000
|
||||
},
|
||||
{
|
||||
"id": "deepseek-v4-flash",
|
||||
"name": "DeepSeek V4 Flash",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 1,
|
||||
"output": 2,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 1000000,
|
||||
"maxTokens": 384000
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,44 +0,0 @@
|
||||
{
|
||||
"generatedBy": "openclaw-plugin-model-catalog-v1",
|
||||
"providers": {
|
||||
"deepseek": {
|
||||
"baseUrl": "https://api.deepseek.com/v1",
|
||||
"models": [
|
||||
{
|
||||
"id": "deepseek-v4-pro",
|
||||
"name": "DeepSeek V4 Pro",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 1,
|
||||
"output": 2,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 1000000,
|
||||
"maxTokens": 384000
|
||||
},
|
||||
{
|
||||
"id": "deepseek-v4-flash",
|
||||
"name": "DeepSeek V4 Flash",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 1,
|
||||
"output": 2,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 1000000,
|
||||
"maxTokens": 384000
|
||||
}
|
||||
],
|
||||
"api": "openai-completions",
|
||||
"apiKey": "DEEPSEEK_API_KEY"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -270,4 +270,4 @@ UNLOCK TABLES;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2026-08-02 19:00:02
|
||||
-- Dump completed on 2026-08-03 19:00:02
|
||||
|
||||
Binary file not shown.
@@ -617,4 +617,4 @@ UNLOCK TABLES;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2026-08-02 19:00:01
|
||||
-- Dump completed on 2026-08-03 19:00:01
|
||||
|
||||
Binary file not shown.
@@ -294,4 +294,4 @@ UNLOCK TABLES;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2026-08-02 19:00:02
|
||||
-- Dump completed on 2026-08-03 19:00:02
|
||||
|
||||
Binary file not shown.
@@ -2,7 +2,7 @@
|
||||
-- PostgreSQL database dump
|
||||
--
|
||||
|
||||
\restrict p7Px8nVzR0mp4TCOVz9oyLkNpWLCZXoaSECIeKXJdg65jgLIgBhWeP3vcbjje0k
|
||||
\restrict zxJ4fmmQqVkYO0u0p68LOnarnajeeWvqBlxyzEEVVraoHmw0M9VTq7Zppr82Rm9
|
||||
|
||||
-- Dumped from database version 16.14 (Debian 16.14-1.pgdg12+1)
|
||||
-- Dumped by pg_dump version 16.14 (Debian 16.14-1.pgdg12+1)
|
||||
@@ -22,5 +22,5 @@ SET row_security = off;
|
||||
-- PostgreSQL database dump complete
|
||||
--
|
||||
|
||||
\unrestrict p7Px8nVzR0mp4TCOVz9oyLkNpWLCZXoaSECIeKXJdg65jgLIgBhWeP3vcbjje0k
|
||||
\unrestrict zxJ4fmmQqVkYO0u0p68LOnarnajeeWvqBlxyzEEVVraoHmw0M9VTq7Zppr82Rm9
|
||||
|
||||
|
||||
Binary file not shown.
@@ -125,4 +125,4 @@ UNLOCK TABLES;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2026-08-02 19:00:02
|
||||
-- Dump completed on 2026-08-03 19:00:01
|
||||
|
||||
Reference in New Issue
Block a user