Ling 3.0 Flash VL расширяет возможности Ling 3.0 Flash (124B всего / 5.5B активных MoE от InclusionAI), улучшая языковые возможности и добавляя нативную визуальную перцепцию и продвинутые возможности визуального агента. Гибридная модель мгновенного/рассуждающего типа с вызовом инструментов.
from openai import OpenAI
client = OpenAI(
base_url="https://infergate.ru/api/v1",
api_key="sk-•••",
)
resp = client.chat.completions.create(
model="inclusionai/ling-3.0-flash-vl",
messages=[{"role": "user", "content": "Привет!"}],
)
print(resp.choices[0].message.content)modelstringобязательныйmessagesarrayобязательныйtemperaturenumbermax_tokensintegertop_pnumbertop_kintegermin_pnumberstopstring | string[]frequency_penaltynumberpresence_penaltynumberrepetition_penaltynumberseedintegerlogit_biasobjectresponse_formatobjectstructured_outputsbooleantoolsarraytool_choicestring | objectreasoningobjectinclude_reasoningboolean