[Cloudflare 自部署项目] Cursor byok 支持, 已适配 Claude-* 模型,支持 thinking 和工具调用,需自备 Cursor Pro 与 可用渠道
全新版本,可能有点问题(但我目前没发现)如果有的话麻烦佬友提 issue 或者 pr 了
大致使用就是接入 OIDC 后,
首先新建渠道
然后创建个配置,定义一下模型输入和输出格式就好
然后添加以下渠道
如下是一些配置项:
Cursor 自带的 Opus-4.5 带 thinking 的模型名称为
claude-4.5-opus-high-thinking
不带 thinking 的叫
claude-4.5-opus-high
其中响应处理器 [“thinkingTags”] 的作用是将响应的 reason 转为 content 中的 … ,如此就能在 Cursor 中展示思考内容
仓库地址:GitHub - NickJerome/tiny-ai-api-hub
虽然最后的目标是想实现 Claude Code 也可用(测了下好像可以,但是感觉哪里怪怪的)
![[Cloudflare 自部署项目] Cursor byok 支持, 已适配 Claude-* 模型,支持 thinking 和工具调用,需自备 Cursor Pro 与 可用渠道1](https://xiaohack.oss-cn-zhangjiakou.aliyuncs.com/typecho/images/2026/01/14/20260114110314_69670772a89ef.png!mark)
![[Cloudflare 自部署项目] Cursor byok 支持, 已适配 Claude-* 模型,支持 thinking 和工具调用,需自备 Cursor Pro 与 可用渠道2](https://xiaohack.oss-cn-zhangjiakou.aliyuncs.com/typecho/images/2026/01/14/20260114110317_69670775941ef.png!mark)
![[Cloudflare 自部署项目] Cursor byok 支持, 已适配 Claude-* 模型,支持 thinking 和工具调用,需自备 Cursor Pro 与 可用渠道3](https://xiaohack.oss-cn-zhangjiakou.aliyuncs.com/typecho/images/2026/01/14/20260114110319_69670777ee9e1.png!mark)