feat: Added CometAPI to LLM providers list

This commit is contained in:
TensorNull 2025-10-04 15:13:03 +08:00
parent cd4103861b
commit d87773d0a6
5 changed files with 56 additions and 0 deletions

View file

@ -37,6 +37,7 @@ const LLM_PROVIDERS = [
{ value: "TOGETHER_AI", label: "Together AI", example: "togethercomputer/llama-2-70b-chat" },
{ value: "REPLICATE", label: "Replicate", example: "meta/llama-2-70b-chat" },
{ value: "OPENROUTER", label: "OpenRouter", example: "anthropic/claude-opus-4.1, openai/gpt-5" },
{ value: "COMETAPI", label: "CometAPI", example: "gpt-4o, claude-3-5-sonnet-20241022" },
{ value: "CUSTOM", label: "Custom Provider", example: "your-custom-model" },
];

View file

@ -118,6 +118,12 @@ const LLM_PROVIDERS = [
example: "anthropic/claude-opus-4.1, openai/gpt-5",
description: "API gateway and LLM marketplace that provides unified access ",
},
{
value: "COMETAPI",
label: "CometAPI",
example: "gpt-5-mini, claude-sonnet-4-5",
description: "500+ AI models through one unified API",
},
{
value: "CUSTOM",
label: "Custom Provider",