
Ling 3.0 Tiny is now available on AI Gateway
Quick Answer
Ling 3.0 Tiny from ANT Group is now available on AI Gateway, free until 8:00 AM PT on August 14.
Quick Take
This MOE model features 7.9B parameters, a 256K token context window, and is designed for responsive agents and multi-turn conversations.
Key Points
- Ling 3.0 Tiny has 7.9B total parameters and 1.3B active per token.
- The model supports a context window of 256K tokens and up to 32K output tokens.
- Users can access the model by setting it to inclusionai/ling-3.0-tiny-free in the AI SDK.
- AI Gateway offers a unified API for model calls and usage tracking without markup fees.
- Free access ends on August 14, after which the model will be renamed to inclusionai/ling-3.0-tiny.
📖 Reader Mode
~1 min readLing 3.0 Tiny from ANT Group is now on AI Gateway, free to use till 8:00am PT on 8/14. Ling 3.0 Tiny takes the free slot from Ling 3.0 Flash.
Ling 3.0 Tiny is a MOE model with 7.9B total parameters and about 1.3B active per token, a 256K token context window, and up to 32K output tokens. The model is built for responsive agents, instruction following, and multi-turn conversation, with native function calling and prompt caching.
To use Ling 3.0 Tiny, set model to inclusionai/ling-3.0-tiny-free in the AI SDK. On August 14th, the new model name will be inclusionai/ling-3.0-tiny.
import { streamText } from 'ai';
const result = streamText({
model: 'inclusionai/ling-3.0-tiny-free',
prompt: 'Summarize this thread and draft a reply.',
});
Try Ling 3.0 Tiny in the model playground.
To use it in a coding agent, run vercel ai-gateway coding-agents setup and select inclusionai/ling-3.0-tiny-free inside the agent.
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.
— Originally published at vercel.com
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from Vercel AI
See more →
The Agent Stack
The Agent Stack by Vercel AI provides essential building blocks for creating production-grade agents, enabling seamless integration across multiple AI models and secure operations. It features components like AI Gateway for model routing, Workflow SDK for durable execution, and Vercel Connect for scoped access, streamlining agent development and deployment across various platforms.

