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 caseSetup recipe
Python + curlpip install openaiexport AI_GATEWAY_API_KEY=...import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AI_GATEWAY_API_KEY"],inclusionai/ling-3.0-flash-santeRequest 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
| Provider | Input (per 1M) | Output (per 1M) |
|---|---|---|
| OpenRouter | Free | Free |
| Vercel AI Gateway | Free | Free |
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | Free |
| Output tokens | Free |
Capabilities
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.