Skip to content

docs: sweep every page against what the gateway ships on 2026-08-29 - #65

Merged
VickyXAI merged 1 commit into
mainfrom
docs/sweep-2026-08-29
Aug 30, 2026
Merged

docs: sweep every page against what the gateway ships on 2026-08-29#65
VickyXAI merged 1 commit into
mainfrom
docs/sweep-2026-08-29

Conversation

@VickyXAI

Copy link
Copy Markdown
Contributor

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

  • /v1/models response shape documented provider/inputPrice/available — the route returns owned_by, billing_mode, pricing{}. gpt-5.3 and glm-5-code rows removed; nano-banana-2 and seedance-2.0-mini added; image rows on one margin-inclusive convention; grok-build-0.1 is 256K.
  • RealFace / Virtual Portrait: seedance-2.0-mini supports real_face_asset_id (matching gateway PR that fixes the enroll routes' compatible_models).
  • SDK snippets calling methods that do not exist: client.phoneBuy/voiceCall, client.surf(...), LLMClient() auto-creating a wallet, get_address(), session_budget=, get_usage(), Go NewClient/Chat(model, prompt), TS free routing profile.
  • Endpoint contracts: /v1/search citations is string[]; Exa responses are not wrapped in {data}; /v1/responses body amount is fee-inclusive; market-data answers HEAD (not OPTIONS); pm/markets/search filter is ?venue=.
  • Pricing policy: no chat margin since 2026-08-07 in overview / pricing / franklin / clawrouter; $0.001 fee and $0.002 floor; music $0.1585; long-context examples at list rates; free tier is 5 in nine places.
  • alpha-mcp still sold as live in claude-code, skills, faq, ecosystem, examples → Franklin built-in trading.
  • blockrun_video pays on either chain; Surf is 83 endpoints at a flat $0.0085; dead anchors in langchain / clawrouter / responses.
  • Changelog: 2026-08-29 entry for the gpt-5.3 delisting (71 chat / 95 total).

Guards: brand-numbers.docs.test.ts + brand-numbers.public.test.ts green against the gateway branch that carries the 71/95 catalog (BlockRunAI/blockrun#434).

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).
@VickyXAI
VickyXAI merged commit be57e9d into main Aug 30, 2026
1 check passed
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