termux-dev 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,892 @@
1
+ export const ALL_PROVIDERS = [
2
+ {
3
+ "value": "302ai",
4
+ "label": "302.AI",
5
+ "baseUrl": "https://api.302.ai/v1"
6
+ },
7
+ {
8
+ "value": "abacus",
9
+ "label": "Abacus",
10
+ "baseUrl": "https://routellm.abacus.ai/v1"
11
+ },
12
+ {
13
+ "value": "abliteration-ai",
14
+ "label": "abliteration.ai",
15
+ "baseUrl": "https://api.abliteration.ai/v1"
16
+ },
17
+ {
18
+ "value": "ai-router",
19
+ "label": "AI-ROUTER",
20
+ "baseUrl": "https://api.ai-router.dev/v1"
21
+ },
22
+ {
23
+ "value": "aiand",
24
+ "label": "ai&",
25
+ "baseUrl": "https://api.aiand.com/v1"
26
+ },
27
+ {
28
+ "value": "aki-io",
29
+ "label": "AKI.IO",
30
+ "baseUrl": "https://aki.io/v1"
31
+ },
32
+ {
33
+ "value": "alibaba",
34
+ "label": "Alibaba",
35
+ "baseUrl": "https://dashscope-intl.aliyuncs.com/compatible-mode/v1"
36
+ },
37
+ {
38
+ "value": "alibaba-cn",
39
+ "label": "Alibaba (China)",
40
+ "baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1"
41
+ },
42
+ {
43
+ "value": "alibaba-coding-plan",
44
+ "label": "Alibaba Coding Plan",
45
+ "baseUrl": "https://coding-intl.dashscope.aliyuncs.com/v1"
46
+ },
47
+ {
48
+ "value": "alibaba-coding-plan-cn",
49
+ "label": "Alibaba Coding Plan (China)",
50
+ "baseUrl": "https://coding.dashscope.aliyuncs.com/v1"
51
+ },
52
+ {
53
+ "value": "alibaba-token-plan",
54
+ "label": "Alibaba Token Plan",
55
+ "baseUrl": "https://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1"
56
+ },
57
+ {
58
+ "value": "alibaba-token-plan-cn",
59
+ "label": "Alibaba Token Plan (China)",
60
+ "baseUrl": "https://token-plan.cn-beijing.maas.aliyuncs.com/compatible-mode/v1"
61
+ },
62
+ {
63
+ "value": "ambient",
64
+ "label": "Ambient",
65
+ "baseUrl": "https://api.ambient.xyz/v1"
66
+ },
67
+ {
68
+ "value": "amd",
69
+ "label": "AMD",
70
+ "baseUrl": "https://developer.amd.com.cn/radeon/api/v1"
71
+ },
72
+ {
73
+ "value": "anyapi",
74
+ "label": "AnyAPI",
75
+ "baseUrl": "https://api.anyapi.ai/v1"
76
+ },
77
+ {
78
+ "value": "arcee",
79
+ "label": "Arcee",
80
+ "baseUrl": "https://api.arcee.ai/api/v1"
81
+ },
82
+ {
83
+ "value": "atomic-chat",
84
+ "label": "Atomic Chat",
85
+ "baseUrl": "http://127.0.0.1:1337/v1"
86
+ },
87
+ {
88
+ "value": "auriko",
89
+ "label": "Auriko",
90
+ "baseUrl": "https://api.auriko.ai/v1"
91
+ },
92
+ {
93
+ "value": "bailing",
94
+ "label": "Bailing",
95
+ "baseUrl": "https://api.tbox.cn/api/llm/v1/chat/completions"
96
+ },
97
+ {
98
+ "value": "baseten",
99
+ "label": "Baseten",
100
+ "baseUrl": "https://inference.baseten.co/v1"
101
+ },
102
+ {
103
+ "value": "berget",
104
+ "label": "Berget.AI",
105
+ "baseUrl": "https://api.berget.ai/v1"
106
+ },
107
+ {
108
+ "value": "blueclaw",
109
+ "label": "Blue Claw",
110
+ "baseUrl": "https://openai.blueclaw.network/v1"
111
+ },
112
+ {
113
+ "value": "cerebras",
114
+ "label": "Cerebras",
115
+ "baseUrl": "https://api.cerebras.ai/v1"
116
+ },
117
+ {
118
+ "value": "hyper",
119
+ "label": "Charm Hyper",
120
+ "baseUrl": "https://hyper.charm.land/v1"
121
+ },
122
+ {
123
+ "value": "chutes",
124
+ "label": "Chutes",
125
+ "baseUrl": "https://llm.chutes.ai/v1"
126
+ },
127
+ {
128
+ "value": "clarifai",
129
+ "label": "Clarifai",
130
+ "baseUrl": "https://api.clarifai.com/v2/ext/openai/v1"
131
+ },
132
+ {
133
+ "value": "claudinio",
134
+ "label": "Claudinio",
135
+ "baseUrl": "https://api.claudin.io/v1"
136
+ },
137
+ {
138
+ "value": "cline-pass",
139
+ "label": "ClinePass",
140
+ "baseUrl": "https://api.cline.bot/api/v1"
141
+ },
142
+ {
143
+ "value": "cloudferro-sherlock",
144
+ "label": "CloudFerro Sherlock",
145
+ "baseUrl": "https://api-sherlock.cloudferro.com/openai/v1/"
146
+ },
147
+ {
148
+ "value": "cloudflare-workers-ai",
149
+ "label": "Cloudflare Workers AI",
150
+ "baseUrl": "https://api.cloudflare.com/client/v4/accounts/${CLOUDFLARE_ACCOUNT_ID}/ai/v1"
151
+ },
152
+ {
153
+ "value": "coralbricks",
154
+ "label": "CoralBricks",
155
+ "baseUrl": "https://inference.coralbricks.ai/v1"
156
+ },
157
+ {
158
+ "value": "cortecs",
159
+ "label": "Cortecs",
160
+ "baseUrl": "https://api.cortecs.ai/v1"
161
+ },
162
+ {
163
+ "value": "crof",
164
+ "label": "CrofAI",
165
+ "baseUrl": "https://crof.ai/v1"
166
+ },
167
+ {
168
+ "value": "crossmodel",
169
+ "label": "CrossModel",
170
+ "baseUrl": "https://api.crossmodel.ai/v1"
171
+ },
172
+ {
173
+ "value": "crusoe",
174
+ "label": "Crusoe",
175
+ "baseUrl": "https://api.inference.crusoecloud.com/v1"
176
+ },
177
+ {
178
+ "value": "drun",
179
+ "label": "D.Run (China)",
180
+ "baseUrl": "https://chat.d.run/v1"
181
+ },
182
+ {
183
+ "value": "daoxe",
184
+ "label": "DaoXE",
185
+ "baseUrl": "https://daoxe.com/v1"
186
+ },
187
+ {
188
+ "value": "databricks",
189
+ "label": "Databricks",
190
+ "baseUrl": "https://${DATABRICKS_HOST}/ai-gateway/mlflow/v1"
191
+ },
192
+ {
193
+ "value": "deepseek",
194
+ "label": "DeepSeek",
195
+ "baseUrl": "https://api.deepseek.com"
196
+ },
197
+ {
198
+ "value": "llmgateway",
199
+ "label": "DevPass (LLM Gateway)",
200
+ "baseUrl": "https://api.llmgateway.io/v1"
201
+ },
202
+ {
203
+ "value": "digitalocean",
204
+ "label": "DigitalOcean",
205
+ "baseUrl": "https://inference.do-ai.run/v1"
206
+ },
207
+ {
208
+ "value": "dinference",
209
+ "label": "DInference",
210
+ "baseUrl": "https://api.dinference.com/v1"
211
+ },
212
+ {
213
+ "value": "ebcloud",
214
+ "label": "EBCloud",
215
+ "baseUrl": "https://maas-api.ebcloud.com/v1"
216
+ },
217
+ {
218
+ "value": "echo",
219
+ "label": "Echo",
220
+ "baseUrl": "https://echo.tracerml.ai/v1"
221
+ },
222
+ {
223
+ "value": "edenai",
224
+ "label": "Eden AI",
225
+ "baseUrl": "https://api.edenai.run/v3"
226
+ },
227
+ {
228
+ "value": "empiriolabs",
229
+ "label": "EmpirioLabs AI",
230
+ "baseUrl": "https://api.empiriolabs.ai/v1"
231
+ },
232
+ {
233
+ "value": "evroc",
234
+ "label": "evroc",
235
+ "baseUrl": "https://models.think.evroc.com/v1"
236
+ },
237
+ {
238
+ "value": "fastrouter",
239
+ "label": "FastRouter",
240
+ "baseUrl": "https://go.fastrouter.ai/api/v1"
241
+ },
242
+ {
243
+ "value": "fireworks-ai",
244
+ "label": "Fireworks AI",
245
+ "baseUrl": "https://api.fireworks.ai/inference/v1/"
246
+ },
247
+ {
248
+ "value": "freemodel",
249
+ "label": "FreeModel",
250
+ "baseUrl": "https://cc.freemodel.dev/v1"
251
+ },
252
+ {
253
+ "value": "friendli",
254
+ "label": "Friendli",
255
+ "baseUrl": "https://api.friendli.ai/serverless/v1"
256
+ },
257
+ {
258
+ "value": "frogbot",
259
+ "label": "FrogBot",
260
+ "baseUrl": "https://app.frogbot.ai/api/v1"
261
+ },
262
+ {
263
+ "value": "github-copilot",
264
+ "label": "GitHub Copilot",
265
+ "baseUrl": "https://api.githubcopilot.com"
266
+ },
267
+ {
268
+ "value": "gmicloud",
269
+ "label": "GMI Cloud",
270
+ "baseUrl": "https://api.gmi-serving.com/v1"
271
+ },
272
+ {
273
+ "value": "google",
274
+ "label": "Google",
275
+ "baseUrl": "https://generativelanguage.googleapis.com/v1beta/openai/"
276
+ },
277
+ {
278
+ "value": "greenpt",
279
+ "label": "GreenPT",
280
+ "baseUrl": "https://api.greenpt.ai/v1"
281
+ },
282
+ {
283
+ "value": "groq",
284
+ "label": "Groq",
285
+ "baseUrl": "https://api.groq.com/openai/v1"
286
+ },
287
+ {
288
+ "value": "helicone",
289
+ "label": "Helicone",
290
+ "baseUrl": "https://ai-gateway.helicone.ai/v1"
291
+ },
292
+ {
293
+ "value": "hetzner",
294
+ "label": "Hetzner",
295
+ "baseUrl": "https://inference.hetzner.com/api/v1"
296
+ },
297
+ {
298
+ "value": "hpc-ai",
299
+ "label": "HPC-AI",
300
+ "baseUrl": "https://api.hpc-ai.com/inference/v1"
301
+ },
302
+ {
303
+ "value": "huggingface",
304
+ "label": "Hugging Face",
305
+ "baseUrl": "https://router.huggingface.co/v1"
306
+ },
307
+ {
308
+ "value": "iflowcn",
309
+ "label": "iFlow",
310
+ "baseUrl": "https://apis.iflow.cn/v1"
311
+ },
312
+ {
313
+ "value": "impossibl",
314
+ "label": "Impossibl",
315
+ "baseUrl": "https://api.impossibl.com/v1"
316
+ },
317
+ {
318
+ "value": "inception",
319
+ "label": "Inception",
320
+ "baseUrl": "https://api.inceptionlabs.ai/v1/"
321
+ },
322
+ {
323
+ "value": "inceptron",
324
+ "label": "Inceptron",
325
+ "baseUrl": "https://api.inceptron.io/v1"
326
+ },
327
+ {
328
+ "value": "inference",
329
+ "label": "Inference",
330
+ "baseUrl": "https://inference.net/v1"
331
+ },
332
+ {
333
+ "value": "inferx",
334
+ "label": "InferX",
335
+ "baseUrl": "https://model.inferx.net/endpoints/v1"
336
+ },
337
+ {
338
+ "value": "infomaniak",
339
+ "label": "Infomaniak",
340
+ "baseUrl": "https://api.infomaniak.com/2/ai/${INFOMANIAK_PRODUCT_ID}/openai/v1"
341
+ },
342
+ {
343
+ "value": "io-net",
344
+ "label": "IO.NET",
345
+ "baseUrl": "https://api.intelligence.io.solutions/api/v1"
346
+ },
347
+ {
348
+ "value": "jalapeno",
349
+ "label": "Jalapeno Cloud",
350
+ "baseUrl": "https://api.jalapeno-cloud.ai/v1"
351
+ },
352
+ {
353
+ "value": "jiekou",
354
+ "label": "Jiekou.AI",
355
+ "baseUrl": "https://api.jiekou.ai/openai"
356
+ },
357
+ {
358
+ "value": "kenari",
359
+ "label": "Kenari",
360
+ "baseUrl": "https://kenari.id/v1"
361
+ },
362
+ {
363
+ "value": "kilo",
364
+ "label": "Kilo Gateway",
365
+ "baseUrl": "https://api.kilo.ai/api/gateway"
366
+ },
367
+ {
368
+ "value": "kimi-for-coding",
369
+ "label": "Kimi For Coding",
370
+ "baseUrl": "https://api.kimi.com/coding/v1"
371
+ },
372
+ {
373
+ "value": "kosmik",
374
+ "label": "Kosmik Compute",
375
+ "baseUrl": "https://api.koscompute.com/v1"
376
+ },
377
+ {
378
+ "value": "kuae-cloud-coding-plan",
379
+ "label": "KUAE Cloud Coding Plan",
380
+ "baseUrl": "https://coding-plan-endpoint.kuaecloud.net/v1"
381
+ },
382
+ {
383
+ "value": "lilac",
384
+ "label": "Lilac",
385
+ "baseUrl": "https://api.getlilac.com/v1"
386
+ },
387
+ {
388
+ "value": "llama",
389
+ "label": "Llama",
390
+ "baseUrl": "https://api.llama.com/compat/v1/"
391
+ },
392
+ {
393
+ "value": "llmgateway-providers",
394
+ "label": "LLM Gateway",
395
+ "baseUrl": "https://api.llmgateway.io/v1"
396
+ },
397
+ {
398
+ "value": "llmtr",
399
+ "label": "LLMTR",
400
+ "baseUrl": "https://llmtr.com/v1"
401
+ },
402
+ {
403
+ "value": "lmstudio",
404
+ "label": "LM Studio (Local)",
405
+ "baseUrl": "http://127.0.0.1:1234/v1"
406
+ },
407
+ {
408
+ "value": "lmstudio",
409
+ "label": "LMStudio",
410
+ "baseUrl": "http://127.0.0.1:1234/v1"
411
+ },
412
+ {
413
+ "value": "longcat",
414
+ "label": "LongCat",
415
+ "baseUrl": "https://api.longcat.chat/openai"
416
+ },
417
+ {
418
+ "value": "lucidquery",
419
+ "label": "LucidQuery",
420
+ "baseUrl": "https://api.lucidquery.com/v1"
421
+ },
422
+ {
423
+ "value": "lynkr",
424
+ "label": "Lynkr",
425
+ "baseUrl": "http://127.0.0.1:8081/v1"
426
+ },
427
+ {
428
+ "value": "meganova",
429
+ "label": "Meganova",
430
+ "baseUrl": "https://api.meganova.ai/v1"
431
+ },
432
+ {
433
+ "value": "merge-gateway",
434
+ "label": "Merge Gateway",
435
+ "baseUrl": "https://api-gateway.merge.dev/v1/ai-sdk"
436
+ },
437
+ {
438
+ "value": "meta",
439
+ "label": "Meta",
440
+ "baseUrl": "https://api.meta.ai/v1"
441
+ },
442
+ {
443
+ "value": "minimax",
444
+ "label": "MiniMax (minimax.io)",
445
+ "baseUrl": "https://api.minimax.io/anthropic/v1"
446
+ },
447
+ {
448
+ "value": "minimax-cn",
449
+ "label": "MiniMax (minimaxi.com)",
450
+ "baseUrl": "https://api.minimaxi.com/anthropic/v1"
451
+ },
452
+ {
453
+ "value": "minimax-coding-plan",
454
+ "label": "MiniMax Token Plan (minimax.io)",
455
+ "baseUrl": "https://api.minimax.io/anthropic/v1"
456
+ },
457
+ {
458
+ "value": "minimax-cn-coding-plan",
459
+ "label": "MiniMax Token Plan (minimaxi.com)",
460
+ "baseUrl": "https://api.minimaxi.com/anthropic/v1"
461
+ },
462
+ {
463
+ "value": "mistral",
464
+ "label": "Mistral",
465
+ "baseUrl": "https://api.mistral.ai/v1"
466
+ },
467
+ {
468
+ "value": "mixlayer",
469
+ "label": "Mixlayer",
470
+ "baseUrl": "https://models.mixlayer.ai/v1"
471
+ },
472
+ {
473
+ "value": "moark",
474
+ "label": "Moark",
475
+ "baseUrl": "https://moark.com/v1"
476
+ },
477
+ {
478
+ "value": "modal",
479
+ "label": "Modal",
480
+ "baseUrl": "https://inference.us-west.modal.direct/v1"
481
+ },
482
+ {
483
+ "value": "model-oracle-ai",
484
+ "label": "Model Oracle AI",
485
+ "baseUrl": "https://api.modeloracle.com/api/v1"
486
+ },
487
+ {
488
+ "value": "modelis",
489
+ "label": "Modelis",
490
+ "baseUrl": "https://modelishub.com/v1"
491
+ },
492
+ {
493
+ "value": "modelscope",
494
+ "label": "ModelScope",
495
+ "baseUrl": "https://api-inference.modelscope.cn/v1"
496
+ },
497
+ {
498
+ "value": "moonshotai",
499
+ "label": "Moonshot AI",
500
+ "baseUrl": "https://api.moonshot.ai/v1"
501
+ },
502
+ {
503
+ "value": "moonshotai-cn",
504
+ "label": "Moonshot AI (China)",
505
+ "baseUrl": "https://api.moonshot.cn/v1"
506
+ },
507
+ {
508
+ "value": "morph",
509
+ "label": "Morph",
510
+ "baseUrl": "https://api.morphllm.com/v1"
511
+ },
512
+ {
513
+ "value": "nano-gpt",
514
+ "label": "NanoGPT",
515
+ "baseUrl": "https://nano-gpt.com/api/v1"
516
+ },
517
+ {
518
+ "value": "nearai",
519
+ "label": "NEAR AI Cloud",
520
+ "baseUrl": "https://cloud-api.near.ai/v1"
521
+ },
522
+ {
523
+ "value": "nebius",
524
+ "label": "Nebius Token Factory",
525
+ "baseUrl": "https://api.tokenfactory.nebius.com/v1"
526
+ },
527
+ {
528
+ "value": "neon",
529
+ "label": "Neon",
530
+ "baseUrl": "${NEON_AI_GATEWAY_BASE_URL}/v1"
531
+ },
532
+ {
533
+ "value": "neuralwatt",
534
+ "label": "Neuralwatt",
535
+ "baseUrl": "https://api.neuralwatt.com/v1"
536
+ },
537
+ {
538
+ "value": "nova",
539
+ "label": "Nova",
540
+ "baseUrl": "https://api.nova.amazon.com/v1"
541
+ },
542
+ {
543
+ "value": "novita-ai",
544
+ "label": "NovitaAI",
545
+ "baseUrl": "https://api.novita.ai/openai"
546
+ },
547
+ {
548
+ "value": "nvidia",
549
+ "label": "Nvidia",
550
+ "baseUrl": "https://integrate.api.nvidia.com/v1"
551
+ },
552
+ {
553
+ "value": "ofox",
554
+ "label": "Ofox",
555
+ "baseUrl": "https://api.ofox.ai/v1"
556
+ },
557
+ {
558
+ "value": "ollama",
559
+ "label": "Ollama (Local)",
560
+ "baseUrl": "http://127.0.0.1:11434/v1"
561
+ },
562
+ {
563
+ "value": "ollama-cloud",
564
+ "label": "Ollama Cloud",
565
+ "baseUrl": "https://ollama.com/v1"
566
+ },
567
+ {
568
+ "value": "openai",
569
+ "label": "OpenAI",
570
+ "baseUrl": "https://api.openai.com/v1"
571
+ },
572
+ {
573
+ "value": "opencode-go",
574
+ "label": "OpenCode Go",
575
+ "baseUrl": "https://opencode.ai/zen/go/v1"
576
+ },
577
+ {
578
+ "value": "opencode",
579
+ "label": "OpenCode Zen",
580
+ "baseUrl": "https://opencode.ai/zen/v1"
581
+ },
582
+ {
583
+ "value": "openrouter",
584
+ "label": "OpenRouter",
585
+ "baseUrl": "https://openrouter.ai/api/v1"
586
+ },
587
+ {
588
+ "value": "opper",
589
+ "label": "Opper",
590
+ "baseUrl": "https://api.opper.ai/v3/compat"
591
+ },
592
+ {
593
+ "value": "orcarouter",
594
+ "label": "OrcaRouter",
595
+ "baseUrl": "https://api.orcarouter.ai/v1"
596
+ },
597
+ {
598
+ "value": "ovhcloud",
599
+ "label": "OVHcloud AI Endpoints",
600
+ "baseUrl": "https://oai.endpoints.kepler.ai.cloud.ovh.net/v1"
601
+ },
602
+ {
603
+ "value": "perplexity",
604
+ "label": "Perplexity",
605
+ "baseUrl": "https://api.perplexity.ai"
606
+ },
607
+ {
608
+ "value": "perplexity-agent",
609
+ "label": "Perplexity Agent",
610
+ "baseUrl": "https://api.perplexity.ai/v1"
611
+ },
612
+ {
613
+ "value": "pioneer",
614
+ "label": "Pioneer",
615
+ "baseUrl": "https://api.pioneer.ai/v1"
616
+ },
617
+ {
618
+ "value": "poe",
619
+ "label": "Poe",
620
+ "baseUrl": "https://api.poe.com/v1"
621
+ },
622
+ {
623
+ "value": "poolside",
624
+ "label": "Poolside",
625
+ "baseUrl": "https://inference.poolside.ai/v1"
626
+ },
627
+ {
628
+ "value": "privatemode-ai",
629
+ "label": "Privatemode AI",
630
+ "baseUrl": "http://localhost:8080/v1"
631
+ },
632
+ {
633
+ "value": "qihang-ai",
634
+ "label": "QiHang",
635
+ "baseUrl": "https://api.qhaigc.net/v1"
636
+ },
637
+ {
638
+ "value": "qiniu-ai",
639
+ "label": "Qiniu",
640
+ "baseUrl": "https://api.qnaigc.com/v1"
641
+ },
642
+ {
643
+ "value": "regolo-ai",
644
+ "label": "Regolo AI",
645
+ "baseUrl": "https://api.regolo.ai/v1"
646
+ },
647
+ {
648
+ "value": "requesty",
649
+ "label": "Requesty",
650
+ "baseUrl": "https://router.requesty.ai/v1"
651
+ },
652
+ {
653
+ "value": "routing-run",
654
+ "label": "routing.run",
655
+ "baseUrl": "https://api.routing.run/v1"
656
+ },
657
+ {
658
+ "value": "runinfra",
659
+ "label": "RunInfra",
660
+ "baseUrl": "https://api.runinfra.ai/v1"
661
+ },
662
+ {
663
+ "value": "sakana",
664
+ "label": "Sakana AI",
665
+ "baseUrl": "https://api.sakana.ai/v1"
666
+ },
667
+ {
668
+ "value": "sarvam",
669
+ "label": "Sarvam AI",
670
+ "baseUrl": "https://api.sarvam.ai/v1"
671
+ },
672
+ {
673
+ "value": "scaleway",
674
+ "label": "Scaleway",
675
+ "baseUrl": "https://api.scaleway.ai/v1"
676
+ },
677
+ {
678
+ "value": "scnet-token-plan",
679
+ "label": "SCNet Token Plan",
680
+ "baseUrl": "https://api.scnet.cn/api/llm/v1"
681
+ },
682
+ {
683
+ "value": "scx-ai",
684
+ "label": "SCX.ai",
685
+ "baseUrl": "https://api.scx.ai/v1"
686
+ },
687
+ {
688
+ "value": "siliconflow",
689
+ "label": "SiliconFlow",
690
+ "baseUrl": "https://api.siliconflow.com/v1"
691
+ },
692
+ {
693
+ "value": "siliconflow-cn",
694
+ "label": "SiliconFlow (China)",
695
+ "baseUrl": "https://api.siliconflow.cn/v1"
696
+ },
697
+ {
698
+ "value": "snowflake-cortex",
699
+ "label": "Snowflake Cortex",
700
+ "baseUrl": "https://${SNOWFLAKE_ACCOUNT}.snowflakecomputing.com/api/v2/cortex/v1"
701
+ },
702
+ {
703
+ "value": "stackit",
704
+ "label": "STACKIT",
705
+ "baseUrl": "https://api.openai-compat.model-serving.eu01.onstackit.cloud/v1"
706
+ },
707
+ {
708
+ "value": "stepfun",
709
+ "label": "StepFun (China)",
710
+ "baseUrl": "https://api.stepfun.com/v1"
711
+ },
712
+ {
713
+ "value": "stepfun-ai",
714
+ "label": "StepFun (Global)",
715
+ "baseUrl": "https://api.stepfun.ai/v1"
716
+ },
717
+ {
718
+ "value": "stepfun-step-plan",
719
+ "label": "StepFun Step Plan (China)",
720
+ "baseUrl": "https://api.stepfun.com/step_plan/v1"
721
+ },
722
+ {
723
+ "value": "stepfun-ai-step-plan",
724
+ "label": "StepFun Step Plan (Global)",
725
+ "baseUrl": "https://api.stepfun.ai/step_plan/v1"
726
+ },
727
+ {
728
+ "value": "subconscious",
729
+ "label": "Subconscious",
730
+ "baseUrl": "https://api.subconscious.dev/v1"
731
+ },
732
+ {
733
+ "value": "submodel",
734
+ "label": "submodel",
735
+ "baseUrl": "https://llm.submodel.ai/v1"
736
+ },
737
+ {
738
+ "value": "synthetic",
739
+ "label": "Synthetic",
740
+ "baseUrl": "https://api.synthetic.new/openai/v1"
741
+ },
742
+ {
743
+ "value": "tencent-coding-plan",
744
+ "label": "Tencent Coding Plan (China)",
745
+ "baseUrl": "https://api.lkeap.cloud.tencent.com/coding/v3"
746
+ },
747
+ {
748
+ "value": "tencent-token-plan",
749
+ "label": "Tencent Token Plan",
750
+ "baseUrl": "https://api.lkeap.cloud.tencent.com/plan/v3"
751
+ },
752
+ {
753
+ "value": "tencent-tokenhub",
754
+ "label": "Tencent TokenHub",
755
+ "baseUrl": "https://tokenhub.tencentmaas.com/v1"
756
+ },
757
+ {
758
+ "value": "tensorx",
759
+ "label": "TensorX",
760
+ "baseUrl": "https://api.tensorx.ai/v1"
761
+ },
762
+ {
763
+ "value": "the-grid-ai",
764
+ "label": "The Grid AI",
765
+ "baseUrl": "https://api.thegrid.ai/v1"
766
+ },
767
+ {
768
+ "value": "thinkingmachines",
769
+ "label": "Thinking Machines",
770
+ "baseUrl": "https://tinker.thinkingmachines.dev/services/tinker-prod/anthropic/api/v1"
771
+ },
772
+ {
773
+ "value": "tinfoil",
774
+ "label": "Tinfoil",
775
+ "baseUrl": "https://inference.tinfoil.sh/v1"
776
+ },
777
+ {
778
+ "value": "trustedrouter",
779
+ "label": "TrustedRouter",
780
+ "baseUrl": "https://api.trustedrouter.com/v1"
781
+ },
782
+ {
783
+ "value": "umans-ai",
784
+ "label": "Umans AI",
785
+ "baseUrl": "https://api.code.umans.ai/v1"
786
+ },
787
+ {
788
+ "value": "umans-ai-coding-plan",
789
+ "label": "Umans AI Coding Plan",
790
+ "baseUrl": "https://api.code.umans.ai/v1"
791
+ },
792
+ {
793
+ "value": "unorouter",
794
+ "label": "UnoRouter",
795
+ "baseUrl": "https://api.unorouter.com/v1"
796
+ },
797
+ {
798
+ "value": "upstage",
799
+ "label": "Upstage",
800
+ "baseUrl": "https://api.upstage.ai/v1/solar"
801
+ },
802
+ {
803
+ "value": "vivgrid",
804
+ "label": "Vivgrid",
805
+ "baseUrl": "https://api.vivgrid.com/v1"
806
+ },
807
+ {
808
+ "value": "vultr",
809
+ "label": "Vultr",
810
+ "baseUrl": "https://api.vultrinference.com/v1"
811
+ },
812
+ {
813
+ "value": "wafer.ai",
814
+ "label": "Wafer",
815
+ "baseUrl": "https://pass.wafer.ai/v1"
816
+ },
817
+ {
818
+ "value": "wandb",
819
+ "label": "Weights & Biases",
820
+ "baseUrl": "https://api.inference.wandb.ai/v1"
821
+ },
822
+ {
823
+ "value": "xai",
824
+ "label": "xAI",
825
+ "baseUrl": "https://api.x.ai/v1"
826
+ },
827
+ {
828
+ "value": "xiaomi",
829
+ "label": "Xiaomi",
830
+ "baseUrl": "https://api.xiaomimimo.com/v1"
831
+ },
832
+ {
833
+ "value": "xiaomi-token-plan-cn",
834
+ "label": "Xiaomi Token Plan (China)",
835
+ "baseUrl": "https://token-plan-cn.xiaomimimo.com/v1"
836
+ },
837
+ {
838
+ "value": "xiaomi-token-plan-ams",
839
+ "label": "Xiaomi Token Plan (Europe)",
840
+ "baseUrl": "https://token-plan-ams.xiaomimimo.com/v1"
841
+ },
842
+ {
843
+ "value": "xiaomi-token-plan-sgp",
844
+ "label": "Xiaomi Token Plan (Singapore)",
845
+ "baseUrl": "https://token-plan-sgp.xiaomimimo.com/v1"
846
+ },
847
+ {
848
+ "value": "xpersona",
849
+ "label": "Xpersona",
850
+ "baseUrl": "https://www.xpersona.co/v1"
851
+ },
852
+ {
853
+ "value": "zai",
854
+ "label": "Z.AI",
855
+ "baseUrl": "https://api.z.ai/api/paas/v4"
856
+ },
857
+ {
858
+ "value": "zai-coding-plan",
859
+ "label": "Z.AI Coding Plan",
860
+ "baseUrl": "https://api.z.ai/api/coding/paas/v4"
861
+ },
862
+ {
863
+ "value": "zeldoc",
864
+ "label": "Zeldoc",
865
+ "baseUrl": "https://api.zeldoc.ai/v1"
866
+ },
867
+ {
868
+ "value": "zenifra",
869
+ "label": "Zenifra",
870
+ "baseUrl": "https://ai.zenifra.com/v1"
871
+ },
872
+ {
873
+ "value": "zenmux",
874
+ "label": "ZenMux",
875
+ "baseUrl": "https://zenmux.ai/api/v1"
876
+ },
877
+ {
878
+ "value": "zhipuai",
879
+ "label": "Zhipu AI",
880
+ "baseUrl": "https://open.bigmodel.cn/api/paas/v4"
881
+ },
882
+ {
883
+ "value": "zhipuai-coding-plan",
884
+ "label": "Zhipu AI Coding Plan",
885
+ "baseUrl": "https://open.bigmodel.cn/api/coding/paas/v4"
886
+ },
887
+ {
888
+ "value": "custom",
889
+ "label": "Custom (Any OpenAI-compatible API)",
890
+ "baseUrl": ""
891
+ }
892
+ ];