LLM Reference
Vercel AI Gateway

Ling 3.0 Flash Santé on Vercel AI Gateway

Ling 3.0 · InclusionAI

Serverless

Last refreshed 2026-09-07. Next refresh: weekly.

Why use Ling 3.0 Flash Santé on Vercel AI Gateway?

Vercel AI Gateway offers Ling 3.0 Flash Santé with free input token pricing. Vercel AI Gateway is a unified AI proxy providing a single OpenAI-compatible API endpoint to 275+ models from 25+ providers including Anthropic, OpenAI, Google, Meta, Mistral, DeepSeek, xAI, Alibaba, Amazon, ByteDance, Cohere, MiniMax, MoonshotAI, KwaiPilot, Black Forest Labs, Recraft, Voyage AI, NVIDIA, and more.

Compare Ling 3.0 Flash Santé across 2 providers to find the best fit for your use case
Input / 1M
Free
Output / 1M
Free
Cache
Not sourced
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install openai
Auth
export AI_GATEWAY_API_KEY=...
Call
import os
from openai import OpenAI
client = OpenAI(
    api_key=os.environ["AI_GATEWAY_API_KEY"],
Model ID
inclusionai/ling-3.0-flash-sante

Request example

import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AI_GATEWAY_API_KEY"],
    base_url="https://ai-gateway.vercel.sh/v1"
)
response = client.chat.completions.create(
    model="inclusionai/ling-3.0-flash-sante",
    messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)

Gotchas

  • Use provider model ID "inclusionai/ling-3.0-flash-sante", not the LLMReference slug "ling-3.0-flash-sante".
  • creator/model-name e.g. kwaipilot/kat-coder-pro-v2
  • The examples expect AI_GATEWAY_API_KEY; rename it only if your application config maps the new variable.

Compare Ling 3.0 Flash Santé Across Providers

ProviderInput (per 1M)Output (per 1M)
OpenRouterFreeFree
Vercel AI GatewayFreeFree

Pricing

TypePrice (per 1M)
Input tokensFree
Output tokensFree

Capabilities

ReasoningJSON / Tool useStructured Outputs

About Ling 3.0 Flash Santé

Ling-3.0-flash-Santé is InclusionAI's health/medicine domain fine-tune of Ling-3.0-flash (124B total / 5.1B active, 262K context). Proprietary API checkpoint — not MIT — with weights not released on Hugging Face; listed on ModelScope (inclusionAI/Ling-3.0-Flash-Sante). Served via OpenRouter inclusionai/ling-3.0-flash-sante:free and Vercel AI Gateway.

Get Started

Model Specs

Released2026-09-04
Parameters124B (5.1B activated)
Context262k
ArchitectureMixture of Experts