vllm后端Qwen3.5-27B本地codex,手搓了一个codex_bridge

2026-04-11 10:550阅读0评论SEO问题
  • 内容介绍
  • 相关推荐
问题描述:

image1232×685 34.6 KB

可以在Windows/MacOS的Codex-CLI和VSCODE-Codex插件里面使用。

image744×728 29 KB

配置方法只要在~/.codex/config.toml里面配置如:

model_provider = “bridge”
model = “Qwen/Qwen3.5-27B”

[model_providers.bridge]
name = “bridge”
model = “Qwen/Qwen3.5-27B”
model_reasoning_effort = “high”
disable_response_storage = true
base_url = “http://127.0.0.1:18081/v1”
network_access = “enabled”
model_context_window = 256000
model_auto_compact_token_limit = 245000

网友解答:
--【壹】--:

可以的呢,普通文件操作,shell操作,联网都没问题。
image1082×1017 66.4 KB


--【贰】--:

佬 这个模型能正常调用工具吗,使用起来如何

问题描述:

image1232×685 34.6 KB

可以在Windows/MacOS的Codex-CLI和VSCODE-Codex插件里面使用。

image744×728 29 KB

配置方法只要在~/.codex/config.toml里面配置如:

model_provider = “bridge”
model = “Qwen/Qwen3.5-27B”

[model_providers.bridge]
name = “bridge”
model = “Qwen/Qwen3.5-27B”
model_reasoning_effort = “high”
disable_response_storage = true
base_url = “http://127.0.0.1:18081/v1”
network_access = “enabled”
model_context_window = 256000
model_auto_compact_token_limit = 245000

网友解答:
--【壹】--:

可以的呢,普通文件操作,shell操作,联网都没问题。
image1082×1017 66.4 KB


--【贰】--:

佬 这个模型能正常调用工具吗,使用起来如何