←back to thread

210 points vincirufus | 1 comments | | HN request time: 0s | source
Show context
arjie ◴[] No.45145744[source]
Okay, I'm going to try it, but why didn't you link the information on how to integrate it with Claude Code: https://docs.z.ai/scenario-example/develop-tools/claude

Chinese software always has such a design language:

- prepaid and then use credit to subscribe

- strange serif font

- that slider thing for captcha

But I'm going to try it out now.

replies(6): >>45145985 #>>45146764 #>>45146977 #>>45147778 #>>45148478 #>>45155380 #
d4rkp4ttern ◴[] No.45148478[source]
For models available via Anthropic-compatible (currently Kimi-K2, GLM, Deepseek), the simplest way to use them with CC is by setting up a function in .zshrc:

https://github.com/pchalasani/claude-code-tools/tree/main?ta...

Surprised that Qwen didn’t do the same, (though I know they have their own CLI-coding agent).

replies(2): >>45154921 #>>45179684 #
1. laiso ◴[] No.45179684[source]
>Surprised that Qwen didn’t do the same,

It can be used with the following endpoint, but it's not particularly good

export ANTHROPIC_BASE_URL=https://dashscope-intl.aliyuncs.com/api/v2/apps/claude-code-...

By the way, I'm benchmarking these comparisons: https://github.com/laiso/ts-bench/blob/main/src/agents/build...