docs: sweep every page against what the gateway ships on 2026-08-29 - #65
Merged
Conversation
Second pass after #63/#64. Fixed against code, not memory: - /v1/models response shape (owned_by, billing_mode, pricing{}), gpt-5.3 and glm-5-code rows removed, nano-banana-2 + seedance-2.0-mini added, image rows on one margin-inclusive convention, grok-build-0.1 256K. - RealFace / Virtual Portrait: seedance-2.0-mini supports real_face_asset_id. - SDK snippets that called methods that do not exist: PhoneClient/VoiceClient, SurfClient, setup_agent_wallet(), get_wallet_address(), max_session_cost, get_spending(), Go NewLLMClient/Chat(ctx,…), TS has no 'free' profile. - /v1/search citations are plain URL strings; Exa responses are not wrapped in {data}; /v1/responses body amount is fee-inclusive; market-data answers HEAD (not OPTIONS) with discovery 402; pm markets/search filter is ?venue=. - Pricing policy: no chat margin since 2026-08-07 in overview/pricing/ franklin/clawrouter; /bin/zsh.001 fee and /bin/zsh.002 floor; music /bin/zsh.1585; long-context examples at list rates; free tier is 5 models in nine places. - alpha-mcp retired everywhere it was still sold (claude-code, skills, faq, ecosystem, examples) → Franklin built-in trading. - blockrun_video pays on either chain; Surf is 83 endpoints at a flat /bin/zsh.0085; dead anchors in langchain/clawrouter/responses fixed. - Changelog: 2026-08-29 gpt-5.3 delisting (71 chat / 95 total).
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.
Second pass after #63 / #64, driven by three read-only audits of the docs tree against the gateway code (routes, models.ts, brand-numbers, SDK sources).
What was wrong
provider/inputPrice/available— the route returnsowned_by,billing_mode,pricing{}.gpt-5.3andglm-5-coderows removed;nano-banana-2andseedance-2.0-miniadded; image rows on one margin-inclusive convention; grok-build-0.1 is 256K.seedance-2.0-minisupportsreal_face_asset_id(matching gateway PR that fixes the enroll routes'compatible_models).client.phoneBuy/voiceCall,client.surf(...),LLMClient()auto-creating a wallet,get_address(),session_budget=,get_usage(), GoNewClient/Chat(model, prompt), TSfreerouting profile./v1/searchcitationsisstring[]; Exa responses are not wrapped in{data};/v1/responsesbody amount is fee-inclusive; market-data answersHEAD(notOPTIONS);pm/markets/searchfilter is?venue=.$0.001fee and$0.002floor; music$0.1585; long-context examples at list rates; free tier is 5 in nine places.blockrun_videopays on either chain; Surf is 83 endpoints at a flat$0.0085; dead anchors in langchain / clawrouter / responses.Guards:
brand-numbers.docs.test.ts+brand-numbers.public.test.tsgreen against the gateway branch that carries the 71/95 catalog (BlockRunAI/blockrun#434).