1 min read
You can now access Kimi K2.5 via AI Gateway with no other provider accounts required.
Kimi K2.5 is Moonshot AI's most intelligent and versatile model yet, achieving open-source state-of-the-art performance across agent tasks, coding, visual understanding, and general intelligence. It has more advanced coding abilities compared to previous iterations, especially with frontend code quality and design expressiveness. This enables the creation of fully functional interactive user interfaces with dynamic layouts and animations.
To use this model, set model to moonshotai/kimi-k2.5 in the AI SDK:
import { streamText } from 'ai'
const result = streamText({ model: "moonshotai/kimi-k2.5", prompt: `Build a playful task dashboard with animations, drag-and-drop chaos, infinite scroll, theme toggles, and production-ready frontend 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 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.