Skip to content

docs: flag that the default model needs paid AI Gateway credits#3

Open
ShawnPana wants to merge 1 commit into
mainfrom
docs-model-credits
Open

docs: flag that the default model needs paid AI Gateway credits#3
ShawnPana wants to merge 1 commit into
mainfrom
docs-model-credits

Conversation

@ShawnPana

@ShawnPana ShawnPana commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

Why

Deploy verification surfaced this: a fresh deploy builds and the app runs, but the default anthropic/claude-opus-4.8 routes through the Vercel AI Gateway, which returns "Free tier users do not have access to this model" at request time unless the account has paid gateway credits. So a new deployer can't browse out of the box and the cause isn't obvious.

Changes (docs only)

  • docs/ENVIRONMENT.md — restructures the model-credential section into two clear paths: A) AI Gateway (with a callout that it needs paid credits) and B) direct provider (ANTHROPIC_API_KEY, no gateway/credits).
  • README.md — adds a note under the Deploy step pointing at the same.

No code changes.

🤖 Generated with Claude Code


Summary by cubic

Clarifies that the default model anthropic/claude-opus-4.8 runs through the Vercel AI Gateway and requires paid credits, which otherwise triggers “Free tier users do not have access to this model.” Updates README.md and docs/ENVIRONMENT.md to show two setup paths: A) AI Gateway (paid credits) and B) direct provider using ANTHROPIC_API_KEY with a one-line model change.

Written for commit 207d3c4. Summary will update on new commits.

Review in cubic

A fresh deploy builds and runs, but the default anthropic/claude-opus-4.8
routes through the Vercel AI Gateway, which returns "Free tier users do not
have access to this model" without paid credits. Document the gateway-credits
requirement and the no-gateway direct-provider path (ANTHROPIC_API_KEY) in
ENVIRONMENT.md and the README Deploy step.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Re-trigger cubic

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