Skip to content

Provider catalog

Generated catalog of model providers in the installed Python package.

These providers come from aqven_llm.catalog.PROVIDERS. The key column names the default environment variable; project api_key may point to another environment variable. A provider’s presence in the catalog does not guarantee that a particular model supports every modality or output mode. Use aqven models check --project . and --live when a real request is needed.

Provider prefixPydantic AI model classDefault key variableRequiredExtra
openaipydantic_ai.models.openai.OpenAIResponsesModelOPENAI_API_KEYYes—
openai-chatpydantic_ai.models.openai.OpenAIChatModelOPENAI_API_KEYYes—
openai-responsespydantic_ai.models.openai.OpenAIResponsesModelOPENAI_API_KEYYes—
openrouterpydantic_ai.models.openrouter.OpenRouterModelOPENROUTER_API_KEYYes—
deepseekpydantic_ai.models.openai.OpenAIChatModelDEEPSEEK_API_KEYYes—
togetherpydantic_ai.models.openai.OpenAIChatModelTOGETHER_API_KEYYes—
fireworkspydantic_ai.models.openai.OpenAIChatModelFIREWORKS_API_KEYYes—
moonshotaipydantic_ai.models.openai.OpenAIChatModelMOONSHOTAI_API_KEYYes—
nebiuspydantic_ai.models.openai.OpenAIChatModelNEBIUS_API_KEYYes—
ovhcloudpydantic_ai.models.openai.OpenAIChatModelOVHCLOUD_API_KEYYes—
alibabapydantic_ai.models.openai.OpenAIChatModelALIBABA_API_KEYYes—
sambanovapydantic_ai.models.openai.OpenAIChatModelSAMBANOVA_API_KEYYes—
vercelpydantic_ai.models.openai.OpenAIChatModelVERCEL_AI_GATEWAY_API_KEYYes—
herokupydantic_ai.models.openai.OpenAIChatModelHEROKU_INFERENCE_KEYYes—
litellmpydantic_ai.models.openai.OpenAIChatModel—No—
vllmpydantic_ai.models.openai.OpenAIChatModelVLLM_API_KEYNo—
ollamapydantic_ai.models.ollama.OllamaModelOLLAMA_API_KEYNo—
cerebraspydantic_ai.models.cerebras.CerebrasModelCEREBRAS_API_KEYYes—
crusoepydantic_ai.models.crusoe.CrusoeModelCRUSOE_API_KEYYes—
zaipydantic_ai.models.zai.ZaiModelZAI_API_KEYYes—
anthropicpydantic_ai.models.anthropic.AnthropicModelANTHROPIC_API_KEYYesanthropic
googlepydantic_ai.models.google.GoogleModelGOOGLE_API_KEYYesgoogle
groqpydantic_ai.models.groq.GroqModelGROQ_API_KEYYesgroq
mistralpydantic_ai.models.mistral.MistralModelMISTRAL_API_KEYYesmistral
coherepydantic_ai.models.cohere.CohereModelCO_API_KEYYescohere
bedrockpydantic_ai.models.bedrock.BedrockConverseModel—Nobedrock
huggingfacepydantic_ai.models.huggingface.HuggingFaceModelHF_TOKENYeshuggingface
xaipydantic_ai.models.xai.XaiModelXAI_API_KEYYesxai

Choose a model with <provider>:<model-name> in an Agent file. The provider guide shows complete project declarations and custom factories.