Inference
Models
Browse the current LLMBase Inference API model catalog.
Updated
LLMBase routes requests through a curated inference catalog. Use the stable model
ID shown below in POST /v1/chat/completions requests.
Loading models from the API...
How to use the catalog
Choose by capability first and price second. For example, use models with
tools for function calling, models with structured_outputs for schema-bound
JSON, and models with cache-read pricing for repeated long prompts.
For model-list endpoints, metadata fields, filtering examples, and SDK discovery code, see Model discovery.
Only inference models are accessible via agents. This
model catalog is the source for direct inference
model IDs; for subscription-backed agents that use a llmbase_chat_... key, see
Models for agents.