There was an error while loading. Please reload this page.
1 parent 7afd9d6 commit 377f9d4Copy full SHA for 377f9d4
1 file changed
web-ui/logic.codex.mjs
@@ -52,5 +52,18 @@ export const CODEX_PROVIDER_TEMPLATES = Object.freeze([
52
url: 'https://ai.muapi.cn/v1',
53
model: 'mimo-v2-pro',
54
useTransform: true
55
+ },
56
+ {
57
+ label: 'Telepub',
58
+ name: 'telepub',
59
+ url: 'https://voyage.prod.telepub.cn/voyage/api',
60
+ model: 'DeepSeek-V4-pro',
61
+ useTransform: true
62
63
64
+ label: 'AnyRouter',
65
+ name: 'anyrouter',
66
+ url: 'https://anyrouter.top/v1',
67
+ model: 'gpt-5.5'
68
}
69
]);
0 commit comments