# Playground

Published articles for Playground.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Tako Search is free on AI Gateway through September 30

DevFeed: [Tako Search is free on AI Gateway through September 30](<https://devfeed.tech/articles/tako-search-is-free-on-ai-gateway-through-september-30-1105.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/tako-search-is-free-on-ai-gateway-through-september-30th>)

Author: Jerilyn Zheng

Published: 2026-09-10T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [API](<https://devfeed.tech/topics/api.md>), [Web](<https://devfeed.tech/topics/web.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [api](<https://devfeed.tech/tags/api.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [free](<https://devfeed.tech/tags/free.md>), [integration](<https://devfeed.tech/tags/integration.md>), [playground](<https://devfeed.tech/tags/playground.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [search](<https://devfeed.tech/tags/search.md>), [tools](<https://devfeed.tech/tags/tools.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

This changelog announces that Tako Search is free on AI Gateway through September 30. It enables AI models to search curated data and the live web, filter results, and provide current answers with citations and visualizations. Tako Search works with any model on AI Gateway and does not require a separate Tako account or API key.

### Source excerpt

Tako Search is free exclusively on AI Gateway through September 30. It lets AI models search Tako's curated data and the live web, filter web results by domain or publication date, and use the results to answer questions with current information, citations, and visualizations. After September 30, searches are billed at standard rates. The same integration works with any model on AI Gateway, so you can switch models without changing your search setup. You also don't need a separate Tako account or API key. To use Tako Search with the AI SDK, add gateway.tools.takoSearch() to a generateText or streamText request. The model can then call it when it needs current information: Try Tako Search in the AI Gateway playground. See the web search documentation for configuration and search options. Read more

## GPT Image 2.5 Flare and Sunburst now available on AI Gateway

DevFeed: [GPT Image 2.5 Flare and Sunburst now available on AI Gateway](<https://devfeed.tech/articles/gpt-image-2-5-flare-and-sunburst-now-available-on-ai-gateway-968.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/gpt-image-2-5-flare-and-sunburst-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-09-08T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [generation](<https://devfeed.tech/tags/generation.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [image](<https://devfeed.tech/tags/image.md>), [images](<https://devfeed.tech/tags/images.md>), [models](<https://devfeed.tech/tags/models.md>), [openai](<https://devfeed.tech/tags/openai.md>), [playground](<https://devfeed.tech/tags/playground.md>)

### AI overview

OpenAI's GPT Image 2.5 Flare and GPT Image 2.5 Sunburst are now available through AI Gateway for image generation and editing. Flare emphasizes faster generation, while Sunburst prioritizes editing precision; both support text prompts, reference images, detailed instructions, complex layouts, transparent backgrounds, and targeted edits that preserve the rest of an image.

### Source excerpt

GPT Image 2.5 Flare and GPT Image 2.5 Sunburst from OpenAI are now available on AI Gateway. Both models accept text prompts and reference images for generation and editing. They produce natural lighting and textures, follow detailed visual instructions, handle complex layouts and transparent backgrounds, and make targeted edits while preserving the rest of an image. Choose Flare for faster generation and Sunburst when editing precision matters most. For Flare, use the model ID openai/gpt-image-2.5-flare: For Sunburst, use openai/gpt-image-2.5-sunburst. Pass a reference image with the instruction: Try Flare or Sunburst in the model playground, or view all image models available on AI Gateway. Read more

## Drawing With Light: An Exploration of Lit GPU Tubes with TSL and WebGPU

DevFeed: [Drawing With Light: An Exploration of Lit GPU Tubes with TSL and WebGPU](<https://devfeed.tech/articles/drawing-with-light-an-exploration-of-lit-gpu-tubes-with-tsl-and-webgpu-4344.md>)

Original publisher: [Read original article](<https://tympanus.net/codrops/2026/09/07/drawing-with-light-an-exploration-of-lit-gpu-tubes-with-tsl-and-webgpu/>)

Author: Mathis Biabiany

Published: 2026-09-07T14:01:56Z

Content type: tutorial

Language: en

Sources: [Codrops](<https://devfeed.tech/sources/codrops.md>)

Topics: [Three.js shaders](<https://devfeed.tech/topics/three-js-shaders.md>)

Tags: [3d](<https://devfeed.tech/tags/3d.md>), [creative-coding-webgpu](<https://devfeed.tech/tags/creative-coding-webgpu.md>), [curve-geometry](<https://devfeed.tech/tags/curve-geometry.md>), [generative-art-three-js](<https://devfeed.tech/tags/generative-art-three-js.md>), [gpu-animation](<https://devfeed.tech/tags/gpu-animation.md>), [gpu-generated-geometry](<https://devfeed.tech/tags/gpu-generated-geometry.md>), [gpu-rendering](<https://devfeed.tech/tags/gpu-rendering.md>), [gpu-tubes](<https://devfeed.tech/tags/gpu-tubes.md>), [lit-tubes-three-js](<https://devfeed.tech/tags/lit-tubes-three-js.md>), [meshline-three-js](<https://devfeed.tech/tags/meshline-three-js.md>), [meshline-webgpu](<https://devfeed.tech/tags/meshline-webgpu.md>), [meshstandardnodematerial](<https://devfeed.tech/tags/meshstandardnodematerial.md>), [nodematerial-three-js](<https://devfeed.tech/tags/nodematerial-three-js.md>), [parallel-transport-frames](<https://devfeed.tech/tags/parallel-transport-frames.md>), [pbr-materials-three-js](<https://devfeed.tech/tags/pbr-materials-three-js.md>), [playground](<https://devfeed.tech/tags/playground.md>), [procedural-curves](<https://devfeed.tech/tags/procedural-curves.md>), [procedural-geometry](<https://devfeed.tech/tags/procedural-geometry.md>), [procedural-tubes](<https://devfeed.tech/tags/procedural-tubes.md>), [three-js](<https://devfeed.tech/tags/three-js.md>), [three-js-shaders](<https://devfeed.tech/tags/three-js-shaders.md>), [three-js-tsl](<https://devfeed.tech/tags/three-js-tsl.md>), [three-js-webgpu](<https://devfeed.tech/tags/three-js-webgpu.md>), [tsl](<https://devfeed.tech/tags/tsl.md>), [tsl-shaders](<https://devfeed.tech/tags/tsl-shaders.md>), [tube-geometry](<https://devfeed.tech/tags/tube-geometry.md>), [tube-renderer](<https://devfeed.tech/tags/tube-renderer.md>), [webgpu](<https://devfeed.tech/tags/webgpu.md>), [webgpu-rendering](<https://devfeed.tech/tags/webgpu-rendering.md>), [webgpu-shaders](<https://devfeed.tech/tags/webgpu-shaders.md>)

### AI overview

A technical exploration of rendering lit GPU tubes with TSL and WebGPU. It contrasts screen-facing meshlines with tube geometry that can receive lighting, shading, and occlusion.

### Source excerpt

How a meshline habit turned into a tube renderer, and the three ways I got the maths wrong along the way.

## Building an Infinite Loom: Unravelling Images into Threads with Three.js

DevFeed: [Building an Infinite Loom: Unravelling Images into Threads with Three.js](<https://devfeed.tech/articles/building-an-infinite-loom-unravelling-images-into-threads-with-three-js-4339.md>)

Original publisher: [Read original article](<https://tympanus.net/codrops/2026/09/05/building-an-infinite-loom-unravelling-images-into-threads-with-three-js/>)

Author: Clément Grellier

Published: 2026-09-05T12:50:25Z

Content type: tutorial

Language: en

Sources: [Codrops](<https://devfeed.tech/sources/codrops.md>)

Topics: [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [creative-coding](<https://devfeed.tech/tags/creative-coding.md>), [creative-web-experiments](<https://devfeed.tech/tags/creative-web-experiments.md>), [digital-art](<https://devfeed.tech/tags/digital-art.md>), [frontend-animation](<https://devfeed.tech/tags/frontend-animation.md>), [generative-art](<https://devfeed.tech/tags/generative-art.md>), [glsl-shaders](<https://devfeed.tech/tags/glsl-shaders.md>), [gsap](<https://devfeed.tech/tags/gsap.md>), [html](<https://devfeed.tech/tags/html.md>), [image-animation](<https://devfeed.tech/tags/image-animation.md>), [image-distortion](<https://devfeed.tech/tags/image-distortion.md>), [image-effects](<https://devfeed.tech/tags/image-effects.md>), [image-slider](<https://devfeed.tech/tags/image-slider.md>), [images](<https://devfeed.tech/tags/images.md>), [infinite-slider](<https://devfeed.tech/tags/infinite-slider.md>), [interactive-images](<https://devfeed.tech/tags/interactive-images.md>), [interactive-web-design](<https://devfeed.tech/tags/interactive-web-design.md>), [javascript-animation](<https://devfeed.tech/tags/javascript-animation.md>), [marquee](<https://devfeed.tech/tags/marquee.md>), [playground](<https://devfeed.tech/tags/playground.md>), [ribbon-animation](<https://devfeed.tech/tags/ribbon-animation.md>), [shader-effects](<https://devfeed.tech/tags/shader-effects.md>), [shaders](<https://devfeed.tech/tags/shaders.md>), [thread-animation](<https://devfeed.tech/tags/thread-animation.md>), [three-js](<https://devfeed.tech/tags/three-js.md>), [three-js-demo](<https://devfeed.tech/tags/three-js-demo.md>), [three-js-shaders](<https://devfeed.tech/tags/three-js-shaders.md>), [unraveling-effect](<https://devfeed.tech/tags/unraveling-effect.md>), [webgl](<https://devfeed.tech/tags/webgl.md>), [webgl-animation](<https://devfeed.tech/tags/webgl-animation.md>), [webgl-demo](<https://devfeed.tech/tags/webgl-demo.md>)

### AI overview

A Three.js tutorial for an infinite image strip whose cards are split into independently animated horizontal ribbons. It explains how separate geometry and shaders create weaving, unraveling, gaps, fading, and varied thread motion.

### Source excerpt

An experimental Three.js demo that transforms images into flowing ribbons, weaving them together and unraveling them as they move across the screen.

## GPT 6 Astra now available on Vercel AI Gateway

DevFeed: [GPT 6 Astra now available on Vercel AI Gateway](<https://devfeed.tech/articles/gpt-6-astra-now-available-on-vercel-ai-gateway-967.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/gpt-6-astra-now-available-on-vercel-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-09-04T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [codex](<https://devfeed.tech/topics/codex.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [coding](<https://devfeed.tech/tags/coding.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [model](<https://devfeed.tech/tags/model.md>), [openai](<https://devfeed.tech/tags/openai.md>), [playground](<https://devfeed.tech/tags/playground.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel AI Gateway now offers OpenAI's GPT 6 Astra, a model designed for long-running agentic work. It can navigate software, analyze data, run simulations, and build and test websites while adapting to changing requirements.

### Source excerpt

GPT 6 Astra from OpenAI is now available on AI Gateway. GPT 6 Astra is designed for long-running agentic work. It can navigate software, analyze data, run simulations, and build and test websites while adapting to new requirements, filling in routine gaps, and continuing other work when it needs clarification. Use the model ID openai/gpt-6-astra: To use GPT 6 Astra with a coding agent, run vercel ai-gateway coding-agents setup, then select openai/gpt-6-astra. See the setup guides for Codex and Hermes for specific instructions. Try GPT 6 Astra in the model playground. Read more

## Muse Spark 1.3 now available on AI Gateway

DevFeed: [Muse Spark 1.3 now available on AI Gateway](<https://devfeed.tech/articles/muse-spark-1-3-now-available-on-ai-gateway-1022.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/muse-spark-1-3-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-09-02T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding](<https://devfeed.tech/tags/coding.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [meta](<https://devfeed.tech/tags/meta.md>), [models](<https://devfeed.tech/tags/models.md>), [pdf](<https://devfeed.tech/tags/pdf.md>), [playground](<https://devfeed.tech/tags/playground.md>), [release](<https://devfeed.tech/tags/release.md>), [spark](<https://devfeed.tech/tags/spark.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Muse Spark 1.3 from Meta is now available on AI Gateway in standard and contributor pricing tiers. The model adds a 1M-token context window and accepts text, image, and PDF input; the contributor tier uses the same model but allows Meta to use submitted inputs and outputs for model improvement in exchange for lower pricing.

### Source excerpt

Muse Spark 1.3 from Meta is now available on AI Gateway, in both the standard and contributor pricing tiers. This model improves on prior Muse Spark models at agent work and coding, with a 1M token context window and text, image, and PDF input. On coding it takes fewer turns and writes less filler than the previous release. To use Muse Spark 1.3, set model to meta/muse-spark-1.3: Contributor tier Muse Spark 1.3 Contributor is a pricing tier on the same model rather than a separate one, with the same weights, capabilities, and context window. The difference is that Meta uses the inputs and outputs sent to this tier to train and improve its models, and pricing is lower in exchange. Model Input Output Cached input meta/muse-spark-1.3 $1.25 $4.25 $0.15 meta/muse-spark-1.3-contributor $0.10 $0.20 $0.002 Rates are per million tokens and unchanged from Muse Spark 1.2 on both tiers. To use it in a coding agent, see the coding agents guide, then run vercel ai-gateway coding-agents setup to connect Claude Code, Codex, Cursor, and more, then select meta/muse-spark-1.3 in the agent. Try Muse Spark 1.3 in the model playground. You can view all language models available on AI Gateway. Read more

## Introducing Neon Labs

DevFeed: [Introducing Neon Labs](<https://devfeed.tech/articles/introducing-neon-labs-5460.md>)

Original publisher: [Read original article](<https://neon.com/blog/introducing-neon-labs>)

Author: Savannah Longoria

Published: 2026-08-26T12:00:00Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [Availability](<https://devfeed.tech/topics/availability.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [availability](<https://devfeed.tech/tags/availability.md>), [database](<https://devfeed.tech/tags/database.md>), [migration](<https://devfeed.tech/tags/migration.md>), [playground](<https://devfeed.tech/tags/playground.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [replication](<https://devfeed.tech/tags/replication.md>), [tools](<https://devfeed.tech/tags/tools.md>), [transactions](<https://devfeed.tech/tags/transactions.md>)

### AI overview

Neon Labs is a new home for experimental tools built around Lakebase Postgres. Its first release includes a Postgres Upgrade Assessment that identifies version-upgrade blockers and a Migration Assistant that recommends a migration method. The tools are intended for development or testing while they remain experimental.

### Source excerpt

Today we're launching Neon Labs, a home for experimental tools built around Lakebase Postgres. We want Neon Labs to be a playground for ideas that could help the broader Postgres community.

## GLM 5.3 Flash now available on AI Gateway

DevFeed: [GLM 5.3 Flash now available on AI Gateway](<https://devfeed.tech/articles/glm-5-3-flash-now-available-on-ai-gateway-958.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/glm-5-3-flash-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-08-26T00:00:00Z

Content type: news

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [coding](<https://devfeed.tech/tags/coding.md>), [flash](<https://devfeed.tech/tags/flash.md>), [images](<https://devfeed.tech/tags/images.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [model](<https://devfeed.tech/tags/model.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [playground](<https://devfeed.tech/tags/playground.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

GLM 5.3 Flash from Z.ai is now available through AI Gateway. The multimodal coding model supports text and image inputs, function calling, structured output, streaming, and a 1M-token context window.

### Source excerpt

GLM 5.3 Flash from Z.ai is now available on AI Gateway as zai/glm-5.3-flash. GLM 5.3 Flash is a multimodal coding model with a 1M-token context window. It accepts both text and image inputs and supports function calling, structured output, and streaming. To include images, pass them with text in a message. A request can include multiple images using URLs, Base64 data URLs, or binary data: To use GLM 5.3 Flash with a coding agent, run vercel ai-gateway coding-agents setup, then select zai/glm-5.3-flash as your agent's model. Try GLM 5.3 Flash in the model playground, or browse all language models. Read more

## DeepSeek V4 Flash Vision Experimental now available on AI Gateway

DevFeed: [DeepSeek V4 Flash Vision Experimental now available on AI Gateway](<https://devfeed.tech/articles/deepseek-v4-flash-vision-experimental-now-available-on-ai-gateway-892.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/deepseek-v4-flash-with-vision-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-08-21T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [deepseek](<https://devfeed.tech/topics/deepseek.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>), [cursor](<https://devfeed.tech/topics/cursor.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [caching](<https://devfeed.tech/tags/caching.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [inference](<https://devfeed.tech/tags/inference.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [playground](<https://devfeed.tech/tags/playground.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [tool](<https://devfeed.tech/tags/tool.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vision](<https://devfeed.tech/tags/vision.md>)

### AI overview

DeepSeek V4 Flash Vision Experimental is now available through Vercel AI Gateway. The model accepts images with text, supports tasks such as image description, screenshot text extraction, and chart analysis, and retains tool use, reasoning, and caching. The article also documents supported image formats, experimental-release caveats, coding-agent setup, playground access, and AI Gateway pricing.

### Source excerpt

DeepSeek V4 Flash with vision is now available on AI Gateway. This model is an experimental version that accepts images alongside text. You can ask it to describe a picture, read text out of a screenshot, or work through a chart in the same request as your prompt. DeepSeek V4 Flash Vision Experimental now available on AI Gateway. Tool use, reasoning, and caching all work the same as before. Use deepseek/deepseek-v4-flash-vision-exp to get started: Images can be JPEG, PNG, GIF, or WebP. The format is read from the file's own bytes rather than its name or the mediaType you declare, so a mislabeled file still goes through. The -exp in the model ID marks this as an experimental release. Expect behavior to change, and keep a fallback model configured if it's on a production path. To use it in a coding agent, run vercel ai-gateway coding-agents setup to connect agents like Claude Code, Codex, OpenCode, Cursor, and Pi, then select deepseek/deepseek-v4-flash-vision-exp inside the agent. Try Deepseek V4 Flash Vision Experimental in the model playground. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including BYOK requests. View all language models on AI Gateway to see more. Read more

## GPT-5.6 Sol is now 50% off a lower price

DevFeed: [GPT-5.6 Sol is now 50% off a lower price](<https://devfeed.tech/articles/gpt-5-6-sol-is-now-50-off-a-lower-price-965.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/gpt-5-6-sol-is-now-50-percent-off-a-lower-price>)

Author: Jerilyn Zheng

Published: 2026-08-21T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [OpenAI](<https://devfeed.tech/topics/openai.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [long-context](<https://devfeed.tech/tags/long-context.md>), [model](<https://devfeed.tech/tags/model.md>), [openai](<https://devfeed.tech/tags/openai.md>), [playground](<https://devfeed.tech/tags/playground.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

OpenAI lowered the list price of GPT-5.6 Sol, while a 50% AI Gateway discount applies to the lower price through September 18. Input pricing falls by 20% and output pricing by one third across service tiers. Existing requests receive the new price automatically because the model ID is unchanged, and Sol can be configured for coding agents through AI Gateway.

### Source excerpt

OpenAI lowered list pricing for GPT-5.6 Sol, and the 50% AI Gateway discount now applies to the new, lower price through September 18. Input drops 20%, output drops a third. The discount applies on every OpenAI service tier: Service tier You pay now (input / output) New list price (input / output) You paid before (input / output) Default $2.00 / $10.00 $4.00 / $20.00 $2.50 / $15.00 Flex $1.00 / $5.00 $2.00 / $10.00 $1.25 / $7.50 Priority (fast mode) $4.00 / $20.00 $8.00 / $40.00 $5.00 / $30.00 Rates are per million tokens for requests up to 272K tokens. Cached tokens, cache writes, long-context requests above 272K, and the US regional rates all move by the same proportion. See the pricing page for all model rates. The model ID is unchanged, so requests you already send bill at the new price automatically. BYOK requests bill at your own rate with OpenAI. To use Sol in a coding agent, run vercel ai-gateway coding-agents setup to connect your agents to AI Gateway, then select openai/gpt-5.6-sol in the agent's model settings. See the coding agents guide for setup details. Try it in the playground, or browse every language model on the AI Gateway. Read more

## Gemini 3.7 Flash now available on AI Gateway for 50% off

DevFeed: [Gemini 3.7 Flash now available on AI Gateway for 50% off](<https://devfeed.tech/articles/gemini-3-7-flash-now-available-on-ai-gateway-for-50-off-946.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/gemini-3-7-flash-now-available-on-ai-gateway-for-50-off>)

Author: Jerilyn Zheng

Published: 2026-08-13T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [Google](<https://devfeed.tech/topics/google.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [API](<https://devfeed.tech/topics/api.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [code](<https://devfeed.tech/tags/code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding](<https://devfeed.tech/tags/coding.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [google](<https://devfeed.tech/tags/google.md>), [inference](<https://devfeed.tech/tags/inference.md>), [models](<https://devfeed.tech/tags/models.md>), [opencode](<https://devfeed.tech/tags/opencode.md>), [performance](<https://devfeed.tech/tags/performance.md>), [playground](<https://devfeed.tech/tags/playground.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [routing](<https://devfeed.tech/tags/routing.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

### AI overview

Vercel announces that Google's Gemini 3.7 Flash is available through AI Gateway at 50% off until December 31, 2026. The release highlights improved reliability for software engineering and agentic work, stronger adherence when generating application code from design mocks, coding-agent integrations, a model playground, and gateway features for usage, cost, routing, retries, failover, and uptime.

### Source excerpt

Gemini 3.7 Flash from Google is now available on AI Gateway for 50% off till December 31st, 2026. Gemini 3.7 Flash improves on prior Flash models at software engineering and agentic work. It resolves issues more reliably and spends less time stuck in failed agent loops, which matters on long tool-calling sequences where one derailment costs the rest of the run. It also generates desktop and web application code directly from design mocks, with closer adherence to the source design. To use Gemini 3.7 Flash, set model to google/gemini-3.7-flash in the AI SDK: To use it in a coding agent, run vercel ai-gateway coding-agents setup to connect Claude Code, Codex, OpenCode, or Pi, then select google/gemini-3.7-flash inside the agent. To try Gemini 3.7 Flash with no code, try the model in the model playground. AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, budgets for API keys, routing rules, and more. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests. Read more

## GLM 5.2 free for eve agents through August 27 via Blackbox on AI Gateway

DevFeed: [GLM 5.2 free for eve agents through August 27 via Blackbox on AI Gateway](<https://devfeed.tech/articles/glm-5-2-free-for-eve-agents-through-august-27-via-blackbox-on-ai-gateway-955.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/glm-5-2-free-for-eve-agents-through-august-27-via-blackbox-on-ai-gateway>)

Author: Casey Gowrie

Published: 2026-08-13T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [cli](<https://devfeed.tech/tags/cli.md>), [coding](<https://devfeed.tech/tags/coding.md>), [model](<https://devfeed.tech/tags/model.md>), [open](<https://devfeed.tech/tags/open.md>), [playground](<https://devfeed.tech/tags/playground.md>)

### AI overview

GLM 5.2 is available free for eve agents through August 27 via Blackbox AI on AI Gateway. New eve agents use it by default, while existing agents can be updated through their definition or the CLI.

### Source excerpt

GLM 5.2, the open-weights coding model from Z.ai with a 1M-token context window, is free for eve agents through August 27, served by Blackbox AI on AI Gateway. New eve agents come with GLM 5.2 as their default model. Use npx eve@latest init my-agent to get started. Existing agents can benefit from this as well with a one-line change in agent/agent.ts: Or run eve set from the CLI: After August 27, GLM 5.2 stays available on AI Gateway at standard provider rates. Try GLM 5.2 in the model playground. Read more

## DeepSeek V4 Flash is 90% off through Novita on AI Gateway

DevFeed: [DeepSeek V4 Flash is 90% off through Novita on AI Gateway](<https://devfeed.tech/articles/deepseek-v4-flash-is-90-off-through-novita-on-ai-gateway-890.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/deepseek-v4-flash-is-90-off-through-novita>)

Author: Jerilyn Zheng

Published: 2026-08-04T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [deepseek](<https://devfeed.tech/topics/deepseek.md>), [API](<https://devfeed.tech/topics/api.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [customers](<https://devfeed.tech/tags/customers.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [flash](<https://devfeed.tech/tags/flash.md>), [model](<https://devfeed.tech/tags/model.md>), [playground](<https://devfeed.tech/tags/playground.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

DeepSeek v4 Flash is available at a 90% discount through Novita on Vercel's AI Gateway for Vercel Pro customers through August 11. Users can configure the specified DeepSeek model, prioritize Novita with fallback providers, create an API key, or test the model in the playground.

### Source excerpt

DeepSeek v4 Flash is 90% off on AI Gateway when you route to Novita. The discount is available to Vercel Pro customers through August 11. To get the discounted rate, set the model to deepseek/deepseek-v4-flash or deepseek/deepseek-v4-flash-0731 and put Novita first with the order option: If Novita can't serve the request, it falls back to other providers at the standard rate. After August 11, the model stays available at standard rates with no markup. Create an API key in the AI Gateway section of your dashboard, or try the model first in its playground. Read more

## I created a playground for 110 database systems

DevFeed: [I created a playground for 110 database systems](<https://devfeed.tech/articles/i-created-a-playground-for-110-database-systems-5049.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/clickbench-playground>)

Author: Alexey Milovidov

Published: 2026-08-03T08:32:12Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>)

Tags: [automation](<https://devfeed.tech/tags/automation.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [database](<https://devfeed.tech/tags/database.md>), [playground](<https://devfeed.tech/tags/playground.md>)

### AI overview

A developer describes an interactive playground for testing and comparing 110 database systems, built from the ClickBench benchmarking project.

### Source excerpt

You can choose any of these hundred database systems and run queries. You can create tables and databases, insert data, drop tables, etc. Every database comes with a preloaded dataset of 100 million records, so you can test example queries. It has not onl

## Grok Voice Think Fast 2.0 now available on AI Gateway

DevFeed: [Grok Voice Think Fast 2.0 now available on AI Gateway](<https://devfeed.tech/articles/grok-voice-think-fast-2-0-now-available-on-ai-gateway-977.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/grok-voice-think-fast-2-0-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-07-29T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [speech-to-speech](<https://devfeed.tech/topics/speech-to-speech.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [API](<https://devfeed.tech/topics/api.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>)

Tags: [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [audio](<https://devfeed.tech/tags/audio.md>), [latency](<https://devfeed.tech/tags/latency.md>), [model](<https://devfeed.tech/tags/model.md>), [playground](<https://devfeed.tech/tags/playground.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [server](<https://devfeed.tech/tags/server.md>), [speech](<https://devfeed.tech/tags/speech.md>), [speech-to-speech](<https://devfeed.tech/tags/speech-to-speech.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [tool](<https://devfeed.tech/tags/tool.md>), [transcription](<https://devfeed.tech/tags/transcription.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

Grok Voice Think Fast 2.0 from xAI is now available through AI Gateway as a speech-to-speech model. It processes audio input and output while reasoning in parallel, using fewer reasoning tokens to reduce tool-call delays. The article also describes transcription performance in noisy and compressed audio conditions and access through the AI SDK realtime API.

### Source excerpt

Grok Voice Think Fast 2.0 from xAI is now available on AI Gateway. It is a speech-to-speech voice model that takes audio in and audio out, improving on the previous Grok Voice model in reasoning, transcription accuracy, and conversation. The model reasons in parallel with speech, so it can think through a query while talking without adding latency. It has also been trained to use fewer reasoning tokens than before, so tool calls fire sooner, often before the end of the agent's first sentence. Transcription holds up in real-world conditions, including background noise and telephony compression. Use xai/grok-voice-think-fast-2.0 through the AI SDK's realtime API. Mint a short-lived token on the server so your API key never reaches the client: See the realtime documentation to build a voice agent with Grok Voice Think Fast 2.0. Try out the model in the AI Gateway playground. Read more

## Ling 3.0 Flash is now available on AI Gateway

DevFeed: [Ling 3.0 Flash is now available on AI Gateway](<https://devfeed.tech/articles/ling-3-0-flash-is-now-available-on-ai-gateway-999.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/ling-3-0-flash-is-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-07-23T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [api](<https://devfeed.tech/tags/api.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [coding](<https://devfeed.tech/tags/coding.md>), [inference](<https://devfeed.tech/tags/inference.md>), [latency](<https://devfeed.tech/tags/latency.md>), [models](<https://devfeed.tech/tags/models.md>), [performance](<https://devfeed.tech/tags/performance.md>), [platform](<https://devfeed.tech/tags/platform.md>), [playground](<https://devfeed.tech/tags/playground.md>), [production](<https://devfeed.tech/tags/production.md>), [routing](<https://devfeed.tech/tags/routing.md>)

### AI overview

Ling 3.0 Flash from Ant Group is available through AI Gateway. The release highlights its Mixture-of-Experts architecture, long context window, agentic-inference focus, and AI Gateway features for model access, usage tracking, routing, and reliability.

### Source excerpt

Ling 3.0 Flash from Ant Group is now available on AI Gateway. The model is free to use for the next three weeks, through August 3rd. Ling 3.0 Flash is a Mixture-of-Experts model with 124B total parameters and about 5.1B active per token. It has a 256K token context window and runs in thinking and non-thinking modes. Ling 3.0 Flash is built for token-efficient agentic inference at production scale, doing more work within tighter token, latency, and cost budgets across multi-step agent runs. The model targets high-frequency agentic workflows, coding agents, document work, and long-context multi-turn interactions. To use Ling 3.0 Flash, set model to inclusionai/ling-3.0-flash-free in the AI SDK: AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, budgets for API keys, routing rules, and more. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests. Try Ling 3.0 Flash in the model playground. Read more

## GLM 5.2 is 35% off via Novita on AI Gateway

DevFeed: [GLM 5.2 is 35% off via Novita on AI Gateway](<https://devfeed.tech/articles/glm-5-2-is-35-off-via-novita-on-ai-gateway-956.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/glm-5-2-is-35-off-via-novita-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-07-17T00:01:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [model](<https://devfeed.tech/tags/model.md>), [playground](<https://devfeed.tech/tags/playground.md>), [routing](<https://devfeed.tech/tags/routing.md>)

### AI overview

GLM 5.2 receives a 35% discount on AI Gateway when requests are routed through Novita through July 24. The article shows configuring zai/glm-5.2 in the AI SDK and notes that standard provider rates apply afterward without markup.

### Source excerpt

GLM 5.2 is 35% off on AI Gateway through July 24 when routed through Novita. To get the discounted rate, set the model to zai/glm-5.2 in the AI SDK and route requests through Novita: After July 24, the model stays available at standard provider rates with no markup. Try GLM 5.2 in the model playground. Read more

## Inkling from Thinking Machines is now available on AI Gateway

DevFeed: [Inkling from Thinking Machines is now available on AI Gateway](<https://devfeed.tech/articles/inkling-from-thinking-machines-is-now-available-on-ai-gateway-983.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/inkling-from-thinking-machines-is-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-07-15T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Models](<https://devfeed.tech/topics/ai-models.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [api](<https://devfeed.tech/tags/api.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [audio](<https://devfeed.tech/tags/audio.md>), [coding](<https://devfeed.tech/tags/coding.md>), [cost](<https://devfeed.tech/tags/cost.md>), [platform](<https://devfeed.tech/tags/platform.md>), [playground](<https://devfeed.tech/tags/playground.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [routing](<https://devfeed.tech/tags/routing.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [uptime](<https://devfeed.tech/tags/uptime.md>), [vision](<https://devfeed.tech/tags/vision.md>)

### AI overview

Inkling from Thinking Machines is now available through Vercel's AI Gateway. It is a broad generalist model covering agentic, reasoning, coding, instruction-following, factuality, vision, and audio tasks, with controllable thinking effort. The AI Gateway provides unified model access, usage and cost tracking, retries, failover, routing, reporting, Zero Data Retention support, API-key budgets, and provider pricing without markup or platform inference fees.

### Source excerpt

Inkling from Thinking Machines is now available on AI Gateway. Inkling is a broad generalist model, trained across agentic, reasoning, coding, instruction-following, factuality, vision, and audio tasks rather than optimized for a single domain. The model also supports controllable thinking effort. To use Inkling, set model to thinkingmachines/inkling in the AI SDK: AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, budgets for API keys, routing rules, and more. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests. Try Inkling in the model playground. Read more

## GPT 5.6 Sol, Luna, and Terra now available on AI Gateway

DevFeed: [GPT 5.6 Sol, Luna, and Terra now available on AI Gateway](<https://devfeed.tech/articles/gpt-5-6-sol-luna-and-terra-now-available-on-ai-gateway-963.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/gpt-5-6-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-07-09T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [API](<https://devfeed.tech/topics/api.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [api](<https://devfeed.tech/tags/api.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [code](<https://devfeed.tech/tags/code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [cost](<https://devfeed.tech/tags/cost.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [inference](<https://devfeed.tech/tags/inference.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [openai](<https://devfeed.tech/tags/openai.md>), [performance](<https://devfeed.tech/tags/performance.md>), [playground](<https://devfeed.tech/tags/playground.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [routing](<https://devfeed.tech/tags/routing.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [support](<https://devfeed.tech/tags/support.md>)

### AI overview

GPT 5.6 is available in limited preview on AI Gateway through three OpenAI models: Sol, Terra, and Luna. The release highlights stronger agentic capabilities, improved token efficiency, model routing, usage and cost tracking, retries, failover, reporting, API key budgets, and Zero Data Retention support.

### Source excerpt

GPT 5.6 is now available on AI Gateway in three models: Sol, Terra, and Luna. GPT 5.6 from OpenAI is now available on AI Gateway in a limited preview, across three models: Sol, Terra, and Luna. All three are stronger at agentic work across coding, biology, and cybersecurity, and are more token-efficient than the previous generation. Sol (openai/gpt-5.6-sol): the flagship, and the most capable of the three. Terra (openai/gpt-5.6-terra): a balanced model for everyday work, with performance comparable to the previous generation at half the cost. Luna (openai/gpt-5.6-luna): a fast, affordable model with strong capability at the lowest cost in the series. To use GPT 5.6, set model to one of the above slugs in the AI SDK: You can also set routing rules to switch to GPT 5.6 from other gateway models without touching your code. AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, budgets for API keys, routing rules, and more. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests. Try GPT 5.6 in the model playground. Read more

## Claude Sonnet 5 now available on Vercel AI Gateway

DevFeed: [Claude Sonnet 5 now available on Vercel AI Gateway](<https://devfeed.tech/articles/claude-sonnet-5-now-available-on-vercel-ai-gateway-869.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/claude-sonnet-5-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-06-30T00:00:00Z

Content type: news

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [anthropic-claude](<https://devfeed.tech/tags/anthropic-claude.md>), [api](<https://devfeed.tech/tags/api.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [claude](<https://devfeed.tech/tags/claude.md>), [coding](<https://devfeed.tech/tags/coding.md>), [cost](<https://devfeed.tech/tags/cost.md>), [inference](<https://devfeed.tech/tags/inference.md>), [leaderboard](<https://devfeed.tech/tags/leaderboard.md>), [long-context](<https://devfeed.tech/tags/long-context.md>), [memory](<https://devfeed.tech/tags/memory.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [performance](<https://devfeed.tech/tags/performance.md>), [playground](<https://devfeed.tech/tags/playground.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Claude Sonnet 5 is available through Vercel AI Gateway, with claimed improvements in coding, agentic work, document parsing, and long-context memory. The announcement lists launch and standard pricing and describes Gateway features for model access, usage tracking, cost controls, retries, and failover.

### Source excerpt

Claude Sonnet 5 from Anthropic is now available on AI Gateway. Sonnet 5 improves on Sonnet 4.6 across coding and agentic work, reaching outcomes on many tasks that previously needed an Opus model, at Sonnet pricing. The model is more agentic and follows instructions more closely. Document parsing and long-context memory use are also stronger. Sonnet 5 also uses an updated tokenizer, like the recent Opus models, which can map the same input to more tokens. Launch pricing of $2 per million input tokens and $10 per million output tokens runs through August 31, 2026. Standard list price will be $3/M input tokens, $15/M output tokens. To use Sonnet 5, set model to anthropic/claude-sonnet-5 in the AI SDK: You can also try Sonnet 5 in the model playground. AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, budgets for API keys, and more. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests. Read more

## Realtime voice, speech, and transcription now supported on AI Gateway

DevFeed: [Realtime voice, speech, and transcription now supported on AI Gateway](<https://devfeed.tech/articles/realtime-voice-speech-and-transcription-now-supported-on-ai-gateway-1067.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/realtime-voice-speech-and-transcription-now-supported-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-06-29T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [real-time](<https://devfeed.tech/topics/real-time.md>), [voice ai](<https://devfeed.tech/topics/voice-ai.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [browser](<https://devfeed.tech/topics/browser.md>), [Low Latency](<https://devfeed.tech/topics/low-latency.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [observability](<https://devfeed.tech/topics/observability.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [app](<https://devfeed.tech/tags/app.md>), [audio](<https://devfeed.tech/tags/audio.md>), [browser](<https://devfeed.tech/tags/browser.md>), [code](<https://devfeed.tech/tags/code.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [latency](<https://devfeed.tech/tags/latency.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [playground](<https://devfeed.tech/tags/playground.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [speech](<https://devfeed.tech/tags/speech.md>), [transcription](<https://devfeed.tech/tags/transcription.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

AI Gateway adds beta support for realtime voice and audio models through AI SDK 7, enabling voice agents, text-to-speech, and speech-to-text. Developers can use the realtime example, quickstart, or browser playground, with observability, spend controls, bring-your-own-key support, and no markup or platform fees.

### Source excerpt

AI Gateway now supports voice and audio models. You can build realtime voice agents, generate speech from text, and transcribe audio to text. This provides the same observability, spend controls, and bring-your-own-key support as text, image, and video models in AI Gateway, with no markup or platform fees. These capabilities are in beta and available via AI SDK 7. With realtime support, a single model takes audio in and audio out, so a user can talk and hear a reply back in near real time instead of waiting on a chain of separate models. Capability What it does Realtime voice agents Model listens to the user, works out a response, and speaks it back in a live, low-latency conversation. It can call your tools mid-conversation to look something up or take an action. The useRealtime hook handles microphone capture and playback. Text to speech Generate spoken audio from text, with a selectable voice and output format such as MP3. Use it for voiceovers, audio versions of written content, and spoken responses. Speech to text Transcribe recordings into text, from a file buffer, base64 string, or URL. Use it for voice notes or other transcriptions. Two ways to get started: Follow the realtime example below or the realtime quickstart to add a voice agent to your app. Use the playground. Talk to a realtime model in the browser, no code required, in the AI Gateway Playground. Realtime example A voice agent has two pieces: a server route that mints a short-lived token, so your API key never reaches the client, and a browser component that connects with it. Add the token route: Then connect from the browser. The useRealtime hook fetches that route and manages the WebSocket connection, microphone capture, and audio playback: Playground You can also try audio models without writing any code. Open the models page, click into a model, and interact with it right in the browser: Talk to a realtime model to hold a voice conversation Send text and have a transcription model read it back

## Meet Nuxi

DevFeed: [Meet Nuxi](<https://devfeed.tech/articles/meet-nuxi-3402.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/meet-nuxi>)

Published: 2026-06-09T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [MSP MCP](<https://devfeed.tech/topics/msp-mcp.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [article](<https://devfeed.tech/tags/article.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [docs](<https://devfeed.tech/tags/docs.md>), [github](<https://devfeed.tech/tags/github.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [playground](<https://devfeed.tech/tags/playground.md>), [ui](<https://devfeed.tech/tags/ui.md>)

### AI overview

Nuxt announces Nuxi, a context-aware AI companion for nuxt.com. It uses the Nuxt MCP server to ground answers in relevant documentation and other Nuxt resources, and adds interactive cards, StackBlitz playgrounds, saved conversations, and chat forking.

### Source excerpt

Today, we're announcing the new Nuxt Agent: Nuxi. We want to make your Nuxt experience less generic and more personalized, with the care that characterizes the Nuxt community.

## Opus 4.8 on AI Gateway

DevFeed: [Opus 4.8 on AI Gateway](<https://devfeed.tech/articles/opus-4-8-on-ai-gateway-1039.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/opus-4-8-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-05-28T07:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Claude](<https://devfeed.tech/topics/claude.md>), [Anthropic Claude](<https://devfeed.tech/topics/anthropic-claude.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [API](<https://devfeed.tech/topics/api.md>), [coding](<https://devfeed.tech/topics/coding.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [anthropic-claude](<https://devfeed.tech/tags/anthropic-claude.md>), [api](<https://devfeed.tech/tags/api.md>), [claude](<https://devfeed.tech/tags/claude.md>), [coding](<https://devfeed.tech/tags/coding.md>), [cost](<https://devfeed.tech/tags/cost.md>), [latency](<https://devfeed.tech/tags/latency.md>), [leaderboard](<https://devfeed.tech/tags/leaderboard.md>), [performance](<https://devfeed.tech/tags/performance.md>), [playground](<https://devfeed.tech/tags/playground.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [retention](<https://devfeed.tech/tags/retention.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [uptime](<https://devfeed.tech/tags/uptime.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Claude Opus 4.8 is now available through Vercel AI Gateway and the AI SDK. It is designed for long-horizon agentic execution, complex multi-step coding tasks, and knowledge work. AI Gateway offers unified model access, usage and cost tracking, retries, failover, performance optimization, reporting, Zero Data Retention support, and provider selection based on latency and cost without adding inference fees.

### Source excerpt

Claude Opus 4.8 is now available on Vercel AI Gateway. Claude Opus 4.8 is built for long-horizon agentic execution and handles complex, multi-step coding tasks like refactors that previously required human correction mid-task. The model also produces clearer, less hedgy prose for knowledge work like drafting documents, analyzing data, and building presentations. To use Opus 4.8, set model to anthropic/claude-opus-4.8 in the AI SDK. AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, dynamic provider sorting by latency & cost, and more. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests. Learn more about AI Gateway, view the AI Gateway model leaderboard or try it in our model playground. Read more

## Grok 4.3 on AI Gateway

DevFeed: [Grok 4.3 on AI Gateway](<https://devfeed.tech/articles/grok-4-3-on-ai-gateway-970.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/grok-4-3-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-04-30T07:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [API](<https://devfeed.tech/topics/api.md>), [context window](<https://devfeed.tech/topics/context-window.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [api](<https://devfeed.tech/tags/api.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [cost](<https://devfeed.tech/tags/cost.md>), [leaderboard](<https://devfeed.tech/tags/leaderboard.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [observability](<https://devfeed.tech/tags/observability.md>), [performance](<https://devfeed.tech/tags/performance.md>), [playground](<https://devfeed.tech/tags/playground.md>), [routing](<https://devfeed.tech/tags/routing.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [tool](<https://devfeed.tech/tags/tool.md>), [uptime](<https://devfeed.tech/tags/uptime.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Grok 4.3 is now available through Vercel AI Gateway, offering a 1M-token context window and improvements in accuracy, tool calling, and instruction following. The article explains that AI Gateway provides a unified API, usage and cost tracking, retries, failover, provider routing, observability, custom reporting, and Bring Your Own Key support.

### Source excerpt

Grok 4.3 is now available on Vercel AI Gateway. The model has a 1M token context window and improvements in accuracy, tool calling, and instruction following. To use Grok 4.3, set model to xai/grok-4.3 in the AI SDK. AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, observability, Bring Your Own Key support, and intelligent provider routing with automatic retries. Learn more about AI Gateway, view the AI Gateway model leaderboard or try it in our model playground. Read more

[Next page](<https://devfeed.tech/tags/playground.md?cursor=WyIyMDI2LTA0LTMwVDA3OjAwOjAwKzAwOjAwIiwgIjg5ZjBmZTdlLTc2MGItNDRjMi1iNzJhLTU0ZjExMWJmM2YzOCJd>)