|
102 | 102 | } |
103 | 103 | ] |
104 | 104 | }, |
| 105 | + { |
| 106 | + "defaults": { |
| 107 | + "kind": "大模型 API / 推理平台", |
| 108 | + "matchIn": ["resources"] |
| 109 | + }, |
| 110 | + "rules": [ |
| 111 | + { |
| 112 | + "name": "OpenAI API", |
| 113 | + "patterns": ["api\\.openai\\.com|chatgpt\\.com/(?:backend-api|share)|openai\\.com/[^\\s\"'<>]*(?:v1|api|models)"] |
| 114 | + }, |
| 115 | + { |
| 116 | + "name": "Anthropic API", |
| 117 | + "patterns": ["api\\.anthropic\\.com|claude\\.ai/api|anthropic\\.com/[^\\s\"'<>]*(?:api|sdk|messages)"] |
| 118 | + }, |
| 119 | + { |
| 120 | + "name": "Google Gemini API", |
| 121 | + "patterns": [ |
| 122 | + "generativelanguage\\.googleapis\\.com|aiplatform\\.googleapis\\.com|ai\\.google\\.dev/[^\\s\"'<>]*(?:gemini|api)" |
| 123 | + ] |
| 124 | + }, |
| 125 | + { |
| 126 | + "name": "Perplexity API", |
| 127 | + "patterns": ["api\\.perplexity\\.ai|perplexity\\.ai/[^\\s\"'<>]*(?:api|search|chat)"] |
| 128 | + }, |
| 129 | + { |
| 130 | + "name": "Hugging Face Inference API", |
| 131 | + "patterns": ["api-inference\\.huggingface\\.co|huggingface\\.co/[^\\s\"'<>]*(?:api|spaces|models)|hf\\.space"] |
| 132 | + }, |
| 133 | + { |
| 134 | + "name": "Replicate API", |
| 135 | + "patterns": ["api\\.replicate\\.com|replicate\\.delivery|replicate\\.com/[^\\s\"'<>]*(?:api|predictions|models)"] |
| 136 | + }, |
| 137 | + { |
| 138 | + "name": "Cohere API", |
| 139 | + "patterns": ["api\\.cohere\\.ai|cohere\\.com/[^\\s\"'<>]*(?:api|embed|generate|rerank)"] |
| 140 | + }, |
| 141 | + { |
| 142 | + "name": "Mistral AI API", |
| 143 | + "patterns": ["api\\.mistral\\.ai|mistral\\.ai/[^\\s\"'<>]*(?:api|models|chat)"] |
| 144 | + }, |
| 145 | + { |
| 146 | + "name": "Together AI", |
| 147 | + "patterns": ["api\\.together\\.xyz|together\\.ai/[^\\s\"'<>]*(?:api|inference|models)"] |
| 148 | + }, |
| 149 | + { |
| 150 | + "name": "Groq API", |
| 151 | + "patterns": ["api\\.groq\\.com|groq\\.com/[^\\s\"'<>]*(?:api|openai|chat|models)"] |
| 152 | + }, |
| 153 | + { |
| 154 | + "name": "DeepSeek API", |
| 155 | + "patterns": ["api\\.deepseek\\.com|deepseek\\.com/[^\\s\"'<>]*(?:api|chat|models)"] |
| 156 | + }, |
| 157 | + { |
| 158 | + "name": "Moonshot AI / Kimi", |
| 159 | + "patterns": ["api\\.moonshot\\.cn|kimi\\.moonshot\\.cn|moonshot\\.cn/[^\\s\"'<>]*(?:api|kimi|chat)"] |
| 160 | + }, |
| 161 | + { |
| 162 | + "name": "MiniMax API", |
| 163 | + "patterns": ["api\\.minimax\\.chat|minimax\\.chat/[^\\s\"'<>]*(?:api|chatcompletion|text|image)|abab\\.chat"] |
| 164 | + }, |
| 165 | + { |
| 166 | + "name": "SiliconFlow", |
| 167 | + "patterns": ["api\\.siliconflow\\.cn|siliconflow\\.cn/[^\\s\"'<>]*(?:api|models|inference)"] |
| 168 | + }, |
| 169 | + { |
| 170 | + "name": "OpenRouter", |
| 171 | + "patterns": ["openrouter\\.ai/api|openrouter\\.ai/[^\\s\"'<>]*(?:models|chat|completions)"] |
| 172 | + }, |
| 173 | + { |
| 174 | + "name": "Alibaba DashScope / 通义千问", |
| 175 | + "patterns": [ |
| 176 | + "dashscope\\.aliyuncs\\.com|dashscope\\.aliyun\\.com|aliyuncs\\.com/[^\\s\"'<>]*(?:dashscope|qwen)|qwen\\.aliyun\\.com" |
| 177 | + ] |
| 178 | + }, |
| 179 | + { |
| 180 | + "name": "Volcengine Ark / 火山方舟", |
| 181 | + "patterns": ["ark\\.cn-beijing\\.volces\\.com|ark\\.volces\\.com|volcengine\\.com/[^\\s\"'<>]*(?:ark|doubao|maas)"] |
| 182 | + }, |
| 183 | + { |
| 184 | + "name": "Baidu Qianfan / 文心千帆", |
| 185 | + "patterns": [ |
| 186 | + "qianfan\\.baidu\\.com|aip\\.baidubce\\.com/rpc/2\\.0/ai_custom|wenxin\\.baidu\\.com|baidubce\\.com/[^\\s\"'<>]*(?:qianfan|ernie)" |
| 187 | + ] |
| 188 | + }, |
| 189 | + { |
| 190 | + "name": "Zhipu AI / 智谱 GLM", |
| 191 | + "patterns": ["open\\.bigmodel\\.cn|bigmodel\\.cn/[^\\s\"'<>]*(?:api|glm|chat)"] |
| 192 | + }, |
| 193 | + { |
| 194 | + "name": "iFlytek Spark / 讯飞星火", |
| 195 | + "patterns": ["spark-api\\.xf-yun\\.com|spark\\.xf-yun\\.com|xfyun\\.cn/[^\\s\"'<>]*(?:spark|xinghuo|api)"] |
| 196 | + } |
| 197 | + ] |
| 198 | + }, |
105 | 199 | { |
106 | 200 | "defaults": { |
107 | 201 | "kind": "AI Demo / 数据科学应用" |
|
0 commit comments