[docs] AI Stack — Token Plan: document both Base URL forms (Anthropic vs OpenAI) — VI + EN - #33
Merged
Conversation
… vs OpenAI) — VI + EN Every Token Plan page only gave the OpenAI-standard endpoint with /v1, so Claude Code / Claude Desktop users had no correct Base URL. Aligns with the values already published in the AI Coding guides (commit 48ff1ba): OpenAI standard -> https://tokenplan.api.greennode.ai/v1 Anthropic standard -> https://tokenplan.api.greennode.ai (no /v1) - README: Subscription Endpoint split into the two forms - A-Z guide: new section 5.6 for Anthropic-standard tools with ANTHROPIC_BASE_URL / ANTHROPIC_AUTH_TOKEN blocks; 5.1 and 5.2 relabelled as the OpenAI-standard path; section 5 opens with a standard-to-URL table; Package Detail and "3 values" tables list both forms; the 404 row now covers the wrong-form-for-your-standard case; the key handout block in 6.2 shows both - Buy / Manage: Subscription Endpoint and the PAYG comparison table list both forms; the Claude Code note gives the actual URL instead of asking the reader to check with support Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #32.
Problem
Every Token Plan page gave only the OpenAI-standard endpoint (
https://tokenplan.api.greennode.ai/v1), so a reader setting up Claude Code or Claude Desktop had no correct Base URL — and the A-Z guide / Manage pages told them to "confirm the applicable endpoint with the support team" instead of stating it.The correct values are already published in the AI Coding guides (commit
48ff1bab,getting-started.md/bat-dau.md):https://tokenplan.api.greennode.ai/v1— with/v1https://tokenplan.api.greennode.ai— no/v1This PR makes the Token Plan section say the same thing.
What changed
README (VI + EN) — the Subscription Endpoint bullet now names the shared host and splits the two forms instead of presenting
/v1as the only option.A-Z guide (VI + EN)
ANTHROPIC_BASE_URL/ANTHROPIC_AUTH_TOKENblocks for macOS/Linux/WSL and Windows PowerShell, matching the style of 5.2./v1values aren't read as universal.404 Not Foundrow now covers the real failure — the Base URL doesn't match your tool's standard — rather than only "missing/v1".Buy / Manage (VI + EN) — Subscription Endpoint description and the PAYG-vs-Token-Plan comparison table list both forms (comparison table split into two Base URL rows, Compatibility row now
OpenAI SDK / Anthropic SDK). The Claude Code note gives the actual URL and env var names instead of deferring to support.Verification
All 8 Token Plan files pass: 0 dead relative links, 0 dead heading anchors (including the new
#56-…cross-references and the diacritic-stripped Vietnamese anchors GitBook generates), every table has a separator row,hint/tabs/tabblocks balanced, no unclosed code fences. VI and EN A-Z guides still mirror at 24 headings each.Files
English/ai-stack/token-plan/{README,a-z-guide,buy-token-plan,manage-token-plan}.mdVietnamese/ai-stack/token-plan/{README,huong-dan-a-z,mua-goi-token-plan,quan-ly-token-plan}.md🤖 Generated with Claude Code