GLM-5.3 Flash launches on Vercel AI Gateway
Multimodal model with 1M token context now routable through unified AI Gateway API; set model to `zai/glm-5.3-flash` to use.
Adds another provider option for vision-capable inference without managing separate API keys or retry logic. Integrates directly with coding agents (Claude Code, Cursor, etc.) via Gateway's agent setup CLI.
Replaces direct Z.ai API calls with Gateway routing. Requires `model` string change and optional agent setup CLI command. Worth trying now if already on AI Gateway; otherwise evaluate against existing provider stack for cost/latency tradeoff.
- “GLM-5.3 Flash is a multimodal model that supports text and vision input, with a 1M token context window”
- “set `model` to `zai/glm-5.3-flash`”
- “AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations”
- “AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference”
multimodal-llmai-gatewayvision-inputapi-routingfunction-calling
Gemini 3.5 Transcribe now available on AI Gateway
WebSocket-based live transcription with language detection across 85+ languages and custom vocabulary support, integrated into AI SDK v7.
Eliminates the need to manage separate transcription endpoints and provider auth. Live streaming reduces latency for real-time applications like meeting transcription or live captioning.
Replaces direct Google Speech-to-Text calls. Requires npm install of ai@latest and @ai-sdk/gateway@latest, plus 16kHz PCM audio input format. Production-ready—browser sandbox available for immediate testing.
- “covers 85+”
- “google/gemini-3.5-transcribe-live transcribes audio over a WebSocket”
- “AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference”
- “streamTranscribe opens the socket and takes a ReadableStream of raw audio chunks”
speech-to-textwebsocketai-sdkstreamingvercel
DeepSeek V4.1 Flash launches on Vercel AI Gateway
1M token context, vision support, and separate I/O processing architecture now available via unified API—route through Claude Code, Hermes, or OpenAI-compatible client.
Reduces setup friction for multi-agent workflows; vision capabilities eliminate separate image processing steps; unified gateway provides cost transparency, retry logic, and model failover without provider switching.
Replaces direct DeepSeek API calls for teams using Vercel stack. Requires Vercel CLI 59.13.1+, AI Gateway key, and one-line model string swap. Worth trying now if you're already in Vercel ecosystem; adds no value if you need raw DeepSeek access without gateway overhead.
- “1 million token context window and supports responses up to 384,000 tokens”
- “accepts text and images in the same request”
- “Vercel CLI 59.13.1 or later”
- “AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference”
deepseekvision-modelsapi-gatewayvercelmulti-agent
Qwen 3.8 Flash now live on AI Gateway
1M-token context, 65k output window multimodal model integrated into Vercel's unified inference API with no platform fee.
Adds a cost-competitive, long-context alternative for coding agents and tool use without switching deployment infrastructure. Streamlines model selection across providers through single SDK call.
Replaces manual Alibaba API integration for teams already on AI Gateway. Requires only model string swap in `streamText()` call or agent setup CLI. Worth trying now if you're evaluating long-context models for agents—no lock-in, no markup.
- “takes text and images as input, serves a context window of 1 million tokens, and can return up to 65k tokens in a response”
- “Alibaba recommends it for coding, tool use, and multi-step agent workflows”
- “set `model` to `alibaba/qwen3.8-flash` in the AI SDK”
- “AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference”
model-releaselong-contextcoding-agentsinference-apimultimodal
Grok 4.7 launches with 500K context window
SpaceXAI's Grok 4.7 available on Vercel AI Gateway with four reasoning levels (low/medium/high/xhigh) to tune latency-depth tradeoff; 40% discount through Sept 27.
Unified API endpoint (`spacexai/grok-4.7`) works across AI SDK, OpenAI-compatible Chat Completions, and coding agents (fx, Codex, eve)—reduces integration friction when testing new reasoning models. Configurable reasoning levels let you optimize inference cost and speed per use case.
Drop-in replacement for existing OpenAI-compatible calls or AI SDK streams. Requires AI Gateway API key (provisioned via `vercel ai-gateway setup`). Ready now—pricing reflects provider cost with zero platform markup, and supports Zero Data Retention + prompt training disallow. Start with playground or `npx eve@latest init` for quickest agent setup.
- “500K token context window”
- “supports low, medium, high, and xhigh reasoning levels”
- “40% off through September 27”
- “Use `spacexai/grok-4.7` everywhere you call the model”
- “AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations”
- “AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference”
grok-4.7vercel-ai-gatewayreasoning-modelsapi-integrationcost-optimization