Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion English/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,6 @@
* [Security](ai-stack/ai-gateway/security.md)
* [Pricing](ai-stack/ai-gateway/pricing.md)
* [AI Coding](ai-stack/ai-coding/README.md)
* [Connect Claude Code to GreenNode MaaS](ai-stack/ai-coding/connect-claude-code-to-maas.md)
* [Connect OpenAI-compatible Clients to GreenNode MaaS](ai-stack/ai-coding/connect-openai-compatible-to-maas.md)
* [Getting Started with AI Coding](ai-stack/ai-coding/getting-started.md)
* [Using MCP Servers with AI Coding](ai-stack/ai-coding/mcp-servers.md)
Expand Down
5 changes: 4 additions & 1 deletion English/ai-stack/ai-coding/cli-tools/claude-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ To persist them for your account (run once, then **reopen PowerShell**):
{% endtab %}
{% endtabs %}

<figure><img src="../../../.gitbook/assets/AI-coding-change-baseurl-apikey (1).png" alt=""><figcaption><p>ANTHROPIC_AUTH_TOKEN and ANTHROPIC_BASE_URL configured in the shell profile</p></figcaption></figure>

---

## Step 3 — Run Claude Code with GLM 5.2
Expand All @@ -88,6 +90,8 @@ In Claude Code, type `/status` — it's correct when:

Then check the **[AI Platform Console](https://aiplatform.console.greennode.ai/)** to see the call logged.

<figure><img src="../../../.gitbook/assets/ai-coding/claude-code-with-glm.png" alt=""><figcaption><p>Claude Code responding successfully with the z-ai/glm-5.2 model via GreenNode MaaS</p></figcaption></figure>

---

## Troubleshooting
Expand All @@ -105,7 +109,6 @@ Then check the **[AI Platform Console](https://aiplatform.console.greennode.ai/)

| I want to next... | Go to |
|------------------------|--------|
| Use the GUI version | [Claude Desktop](../gui-tools/claude-desktop.md) |
| Use OpenCode | [OpenCode](opencode.md) |
| See the prerequisites | [Getting Started with AI Coding](../getting-started.md) |

Expand Down
3 changes: 2 additions & 1 deletion English/ai-stack/ai-coding/cli-tools/codex-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Prepare your API key, Base URL, and model following [Getting Started with AI Coding](../getting-started.md)
* Node.js ≥ 22 installed

> The GLM 5.2 model via Codex uses the **OpenAI standard** — the Base URL includes `/v1`: `https://maas-llm-aiplatform-hcm.api.vngcloud.vn/v1`.
> The Minimax M2.5 model via Codex uses the **OpenAI standard** — the Base URL includes `/v1`: `https://maas-llm-aiplatform-hcm.api.vngcloud.vn/v1`.

***

Expand Down Expand Up @@ -132,6 +132,7 @@ Once done, the Codex CLI routes all requests through GreenNode MaaS using the Mi

| I want to next... | Go to |
|---|---|
| Use the GUI version | [Codex Desktop](../gui-tools/codex-desktop.md) |
| Use OpenCode with MaaS | [Use OpenCode with GreenNode MaaS](opencode.md) |
| Connect Claude Code to MaaS | [Connect Claude Code to GreenNode MaaS](claude-code.md) |
| View usage and billing | [AI Platform Console](https://aiplatform.console.greennode.ai/) |
Expand Down
158 changes: 0 additions & 158 deletions English/ai-stack/ai-coding/connect-claude-code-to-maas.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ After configuration, the tool or SDK calls models through GreenNode MaaS instead

| I want to... | Go to |
|---|---|
| Use Claude Code with MaaS | [Connect Claude Code to GreenNode MaaS](connect-claude-code-to-maas.md) |
| Use Claude Code with MaaS | [Connect Claude Code to GreenNode MaaS](cli-tools/claude-code.md) |
| View usage and billing | [AI Platform Console](https://aiplatform.console.greennode.ai/) |
10 changes: 10 additions & 0 deletions English/ai-stack/ai-coding/gui-tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# GUI Tools

> AI Coding tools with a graphical interface — just fill in the Base URL and API key, no commands needed. Best for **beginners**.

Before installing, see [Prerequisites](../getting-started.md).

| Tool | Notes |
|---|---|
| [Codex Desktop](codex-desktop.md) | Configured via the `config.toml` file in Settings |
| Claude Desktop | Currently only allows connecting real **Anthropic** models (`claude-*`) when configuring third-party inference — self-hosted models from other vendors (GLM, etc.) can't be used through this GUI yet. If you need a self-hosted model from another vendor, switch to [Claude Code (CLI)](../cli-tools/claude-code.md). |
Loading
Loading