Add tested Standard Compute subscription configuration - #1
Open
henrikdukefoss wants to merge 3 commits into
Open
henrikdukefoss wants to merge 3 commits into
henrikdukefoss wants to merge 3 commits into
Conversation
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.
Adds a ready-to-copy Standard Compute workspace for Claude Code, with Spanish and English instructions, a shared endpoint/model configuration, and a gitignored local API-key template.
Standard Compute exposes
/v1/messagesdirectly. Starter is $19/month with a finite $20 platform compute allowance; the entry links official pricing, model, limit and setup sources. It does not claim unlimited usage or verified equivalence to a direct Anthropic model.The authentication notes also need a correction:
ANTHROPIC_API_KEYsendsx-api-key, whileANTHROPIC_AUTH_TOKENsendsAuthorization: Bearer. Third-party status alone does not determine which variable to use. This is documented in Claude Code's official environment-variable reference and tested with this endpoint.Verification on September 5, 2026:
curlrequest tohttps://api.stdcmpt.com/v1/messages, modelclaude-sonnet-5,max_tokens: 64: HTTP 200, textConnected; response IDmsg_gen-1788618187-LZZ8xPrIv832dOszinlJ.connected, one turn, 117 input / 4 output tokens. Tools were disabled; this is a connectivity test, not full agent-feature or model-quality certification.git check-ignoreconfirms the private key file is ignored. No real key is committed; the internal test key has been revoked.Disclosure: I run Standard Compute and used a dedicated internal test account. The contribution follows the catalog's provider layout and verification checklist.