Skip to content

docs: add provider referral links to README#3215

Open
TheArchitectit wants to merge 1 commit into
ultraworkers:mainfrom
TheArchitectit:worktree-readme-referral
Open

docs: add provider referral links to README#3215
TheArchitectit wants to merge 1 commit into
ultraworkers:mainfrom
TheArchitectit:worktree-readme-referral

Conversation

@TheArchitectit
Copy link
Copy Markdown
Contributor

Problem

The README does not list the supported API providers or link to their consoles. New users have to hunt through USAGE.md or source code to figure out where to obtain API keys for each provider.

Solution

Add a minimal "Providers" section to README.md with one line per supported provider linking to its console/dashboard:

  • Anthropic (Claude)
  • OpenAI
  • xAI (Grok)
  • DashScope (Qwen/Kimi)

This is a standalone docs-only change. Similar referral links were previously included in PR #2983 but were flagged as "unrelated promotional content" because they were bundled with a PR_DESCRIPTION.md in a fix PR. In a dedicated docs PR, these links serve a practical onboarding purpose.

Changes

  • README.md — added 9 lines: a "Providers" section with 4 provider links, placed between "Ecosystem" and "Ownership / affiliation disclaimer"

Diff verification

README.md | 9 +++++++++
1 file changed, 9 insertions(+)

No upstream reverts, no deletions, no code changes.

Testing

  1. Open the README and verify the "Providers" section appears between "Ecosystem" and "Ownership / affiliation disclaimer"
  2. Click each provider link and confirm it resolves to the correct console page
  3. Run cargo check --workspace and cargo test — no code was changed so these should be unaffected

Add a short Providers section to README.md listing the supported API
providers with links to their consoles:

  - Anthropic (Claude): https://console.anthropic.com/
  - OpenAI: https://platform.openai.com/
  - xAI (Grok): https://console.x.ai/
  - DashScope (Qwen/Kimi): https://dashscope.console.aliyun.com/

This is a standalone docs-only change. The referral links were
previously bundled in PR ultraworkers#2983 where they were flagged as unrelated
promotional content, but in a dedicated docs PR they serve a practical
purpose: helping new users find the right provider console to obtain
API keys.

No code changes, no behavioral changes — 9 lines added to README.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant