How do I configure OpenClaw to route specific model calls through a local OpenAI-compatible proxy (claude-max-api-proxy on localhost:3456) without overriding the global OPENAI_BASE_URL for all providers?
I want openai/claude-sonnet-4 and openai/claude-opus-4 to hit http://localhost:3456/v1 while openai/gpt-5.4 continues to hit OpenAI directly.
Also: is there a supported way to use the local claude CLI (authenticated via Max plan OAuth) as an ACP agent target, instead of the @agentclientprotocol/claude-agent-acp npm package which requires API credits?