ReadonlycontextContext window in tokens, as the gateway reports it.
ReadonlyeuServed by the EU endpoint (llm-gateway.eu.assemblyai.com).
ReadonlyliveAnswered a minimal request, as this SDK sends one, when generated.
false means the gateway advertises the model and will not run it for
us: kimi-k2.5 answers 410 (deprecated), gemini-3.6-flash answers
400 (needs a model_region parameter nothing here sends).
ReadonlystreamSupports stream: true — required for voice pipelines and studio chat.
ReadonlytoolsAccepts a tools array — required for any agent with tools.
The AssemblyAI LLM Gateway model catalog.
GENERATED — run
node scripts/gen-gateway-models.mjs --writeto refresh, andpnpm check:gateway-modelsto verify. Do not hand-edit: every hand-maintained version of this list was wrong. One carried a deprecated model and one that had never existed while missing nine real ones; another inferred EU availability from id prefixes and produced four models the EU endpoint does not serve.Capabilities come from the endpoint's
supported_parametersand are not decoration:stream: falsecannot be used for a voice pipeline or a studio turn at all — both stream. Two listed models are in this category.tools: falsecannot run an agent that has tools.A model being listed here means the gateway advertises it, which is a weaker claim than it working:
kimi-k2.5is advertised and answers 410. That is why the check script probes rather than trusting this file.