ling-3.0-flash-vl:free

By Ant Group

Reads images: a question can carry pictures.

Model name for the APIinclusionai/ling-3.0-flash-vl:free
Uptime, last 3 days
1 call so far
Too few to give a percentage
Credits per reply
Not measured yet
Shown after its first replies
Replies per day of check-in
Needs a measured price

Your chats and training

Not used for training.

The company that answers for this model states in its own terms that it does not use prompts or replies to train its models.

Which company answers for a model is not published here, so this says what the policy is, not whose it is. Checked against their terms on Sep 20, 2026.

Call it through the API

Any OpenAI-compatible client works: use the address in the sample and this model name.

import requests

response = requests.post(
    "https://onomeo.com/v1/chat/completions",
    headers={"Authorization": "Bearer YOUR_API_KEY"},
    json={"model": "inclusionai/ling-3.0-flash-vl:free", "messages": [
        {"role": "user", "content": "Hello!"}
    ]}
)
print(response.json())

Figures come from real calls made through this site. Models are served by third-party providers and may slow down or be withdrawn; this page follows those changes.