Skip to content
Dashboard

Ling 3.0 Flash Sante is now available on AI Gateway for free

Ling 3.0 Flash Sante from inclusionAI is now available on AI Gateway, and free through October 4.

Ling 3.0 Flash Sante is the healthcare-focused version of Ling 3.0 Flash. It's built for medical reasoning, research, evidence retrieval, and multi-step healthcare tasks. It has a 256K-token context window, supports function calling, and retains the base model’s general reasoning, coding, and agentic capabilities.

Choose a model ID based on what should happen after the free period:

  • inclusionai/ling-3.0-flash-sante continues serving requests at standard rates after October 4.

  • inclusionai/ling-3.0-flash-sante-free stops serving requests after October 4.

Free requests remain visible in your usage and traces but show a cost of $0.

Use the model:

import { streamText } from 'ai';
const result = streamText({
model: 'inclusionai/ling-3.0-flash-sante',
prompt: 'Compare the evidence in these abstracts and identify where they disagree.',
});

Try Ling 3.0 Flash Sante in the model playground, or see the free model page.