Add Vercel AI Gateway + Cartesia integration page - #11
Open
31Carlton7 wants to merge 3 commits into
Open
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
zeuslawyer
marked this pull request as ready for review
August 12, 2026 17:19
zeuslawyer
self-requested a review
August 12, 2026 17:19
zeuslawyer
approved these changes
Aug 12, 2026
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.
Summary
Adds
submissions/vercel-ai-gateway-cartesia.mdx: using Cartesia Sonic 3.5 TTS and Ink speech-to-text through Vercel AI Gateway with the AI SDK — plaincartesia/<model>strings, oneaipackage dependency, one API key.Draft status — do not review yet
The Cartesia models are built and certified in AI Gateway but not yet published in the public catalog (launch timing is being coordinated between Vercel and Cartesia). The quick start will be publicly runnable on launch day; I'll re-verify
last_verified, confirm both examples against production, and mark this ready for review then.Self-review
node scripts/update-docs-json.mjsrun;--checkandgit diff --checkpassmint devsonic-3.5,ink-whisper,ink-2)ai@7(generateSpeech,transcribe, plain-string gateway routing) — TTS→STT round trip executed locally with exact transcript match🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes with no application or API code; low risk unless published before models are in the public AI Gateway catalog (noted as draft in the PR).
Overview
Adds a new community integration doc at
submissions/vercel-ai-gateway-cartesia.mdxfor routing Cartesia Sonic TTS and Ink STT through Vercel AI Gateway via the AI SDK (aipackage), usingcartesia/<model>strings and a singleAI_GATEWAY_API_KEY.The page includes prerequisites, a TTS→STT quick start (
generateSpeechwithcartesia/sonic-3.5,transcribewithcartesia/ink-whisper), notes on Ink 2 streaming and observability, and resource links.docs.jsonnavigation is updated to include the new submission (along with other submission entries in the same diff).Reviewed by Cursor Bugbot for commit e6e794e. Bugbot is set up for automated code reviews on this repo. Configure here.