Skip to content

Commit 377f9d4

Browse files
committed
feat(web-ui): add Telepub and AnyRouter preset providers
1 parent 7afd9d6 commit 377f9d4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

web-ui/logic.codex.mjs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,18 @@ export const CODEX_PROVIDER_TEMPLATES = Object.freeze([
5252
url: 'https://ai.muapi.cn/v1',
5353
model: 'mimo-v2-pro',
5454
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'
5568
}
5669
]);

0 commit comments

Comments
 (0)