docs: referral URLs + lead Verified Integrations with Claude Code#23
Merged
Conversation
The bare https://synthetic.new and Alibaba docs-page links in README.md and docs/claude-code-quickstart.md don't carry the referral codes the quickstart script uses (see cmd_quickstart in llm-env around line 2373: Synthetic ?referral=ugceNlJ08A3Eeww, Alibaba ?referral_code=A92LUX). Aligns documentation with the script's own signup URLs so every path a user could take to sign up is consistent.
Reorganizes the Verified Integrations section so the Anthropic-protocol story (the v1.5/v1.6 headline use case) leads instead of being buried behind Aider/Open Interpreter/Fabric. - Adds Claude Code as #1 with the anth_synth_kimi-k2.5 example and a pointer to docs/claude-code-quickstart.md. - Adds two intro lines splitting the section by protocol: ANTHROPIC_* exports for Claude Code; OPENAI_* aliasing for everything else. - Frames Synthetic + Alibaba (the providers we have referrals for) as what `quickstart` sets up, and mentions provider-direct APIs (Kimi, MiniMax) as also-supported for users who want a single-model setup. - Bumps the prior 1/2/3 (Aider/OI/Fabric) to 2/3/4.
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.
Summary
Two README/docs improvements bundled together:
1. Use referral URLs for Synthetic + Alibaba links. The bare
https://synthetic.newand Alibaba docs-page links in README.md anddocs/claude-code-quickstart.mddidn't carry the referral codes thatcmd_quickstartalready uses (seellm-envlines 2373/2379). Aligns the docs with the script.https://synthetic.new→https://synthetic.new/?referral=ugceNlJ08A3Eewwhttps://www.alibabacloud.com/help/en/model-studio/coding-plan→https://www.alibabacloud.com/campaign/benefits?referral_code=A92LUXTest fixtures under
scripts/tests/fixtures/left untouched (they're scraped upstream HTML used by the scraper tests).2. Reorganize Verified Integrations to lead with Claude Code. The Anthropic-protocol story (the v1.5/v1.6 headline use case) was buried as a non-entry below Aider/Open Interpreter/Fabric. Now:
### 1. Claude Codeentry leads the section with theanth_synth_kimi-k2.5example and a pointer todocs/claude-code-quickstart.md.quickstartsets up; mentions provider-direct APIs (Kimi, MiniMax) as also-supported.Test plan
llm-envexactly