{"id":2838,"date":"2026-03-11T08:23:03","date_gmt":"2026-03-11T08:23:03","guid":{"rendered":"https:\/\/aiopsschool.com\/blog\/?p=2838"},"modified":"2026-03-11T08:23:03","modified_gmt":"2026-03-11T08:23:03","slug":"openclaw-list-of-models-supported","status":"publish","type":"post","link":"https:\/\/aiopsschool.com\/blog\/openclaw-list-of-models-supported\/","title":{"rendered":"Openclaw: List of models supported"},"content":{"rendered":"\n<p><strong>OpenClaw<\/strong> (or similar AI coding\/agent frameworks) now support many <strong>model providers<\/strong> through a pluggable architecture. The list you see is basically <strong>LLM providers \/ gateways<\/strong> you can configure as the backend for the agent.<\/p>\n\n\n\n<p>I&#8217;ll explain them in <strong>simple categories<\/strong> so you understand which ones are actually useful.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">1\ufe0f\u20e3 Major Frontier Model Providers (Most Powerful)<\/h1>\n\n\n\n<p>These provide the <strong>best reasoning and coding models<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Provider<\/th><th>Example Models<\/th><th>Use Case<\/th><\/tr><\/thead><tbody><tr><td><strong>OpenAI<\/strong><\/td><td>GPT-4.1, GPT-5 series<\/td><td>Coding, reasoning, agents<\/td><\/tr><tr><td><strong>Anthropic<\/strong><\/td><td>Claude Opus \/ Sonnet<\/td><td>Long context, coding<\/td><\/tr><tr><td><strong>Google<\/strong><\/td><td>Gemini 1.5 \/ Gemini 2<\/td><td>multimodal + long context<\/td><\/tr><tr><td><strong>xAI<\/strong><\/td><td>Grok<\/td><td>real-time knowledge<\/td><\/tr><tr><td><strong>Mistral AI<\/strong><\/td><td>Mixtral \/ Mistral Large<\/td><td>EU based models<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>These are usually <strong>best quality models<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">2\ufe0f\u20e3 Chinese Frontier Models<\/h1>\n\n\n\n<p>Very powerful and often <strong>cheaper<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Provider<\/th><th>Models<\/th><\/tr><\/thead><tbody><tr><td><strong>Moonshot AI<\/strong><\/td><td>Kimi K2.5<\/td><\/tr><tr><td><strong>Alibaba Cloud<\/strong><\/td><td>Qwen 2.5<\/td><\/tr><tr><td><strong>Baidu<\/strong><\/td><td>Qianfan<\/td><\/tr><tr><td><strong>BytePlus<\/strong><\/td><td>Doubao models<\/td><\/tr><tr><td><strong>Volcano Engine<\/strong><\/td><td>LLM services<\/td><\/tr><tr><td><strong>MiniMax<\/strong><\/td><td>MiniMax models<\/td><\/tr><tr><td><strong>Zhipu AI<\/strong><\/td><td>Z.AI \/ GLM<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>These are popular for <strong>self-host or cheap inference<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">3\ufe0f\u20e3 Aggregators (Multi-Model Gateways)<\/h1>\n\n\n\n<p>These platforms let you access <strong>many models with one API<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Provider<\/th><th>What it does<\/th><\/tr><\/thead><tbody><tr><td><strong>OpenRouter<\/strong><\/td><td>access 100+ models<\/td><\/tr><tr><td><strong>Together AI<\/strong><\/td><td>open-source model hosting<\/td><\/tr><tr><td><strong>Hugging Face<\/strong><\/td><td>thousands of models<\/td><\/tr><tr><td><strong>LiteLLM<\/strong><\/td><td>unified API for all models<\/td><\/tr><tr><td><strong>Cloudflare<\/strong><\/td><td>LLM routing + caching<\/td><\/tr><tr><td><strong>Vercel<\/strong><\/td><td>AI routing for apps<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>These are useful when building <strong>multi-model agents<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">4\ufe0f\u20e3 Local \/ Self-Hosted Models<\/h1>\n\n\n\n<p>For <strong>on-prem inference<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Provider<\/th><th>What it is<\/th><\/tr><\/thead><tbody><tr><td><strong>vLLM<\/strong><\/td><td>High-performance inference engine<\/td><\/tr><tr><td><strong>Synthetic<\/strong><\/td><td>private LLM infrastructure<\/td><\/tr><tr><td><strong>Custom Provider<\/strong><\/td><td>your own API<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>OpenClaw\n   \u2192 LiteLLM\n       \u2192 vLLM\n           \u2192 Llama3\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">5\ufe0f\u20e3 Developer Platform Providers<\/h1>\n\n\n\n<p>These integrate AI with coding tools.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Provider<\/th><th>Purpose<\/th><\/tr><\/thead><tbody><tr><td>**Microsoft Copilot<\/td><td>coding models<\/td><\/tr><tr><td>Kilo Gateway<\/td><td>AI gateway<\/td><\/tr><tr><td>OpenCode Zen<\/td><td>coding LLM<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">6\ufe0f\u20e3 What Most Engineers Actually Use<\/h1>\n\n\n\n<p>In real production systems the common stack is:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Primary model\n  \u2192 OpenAI\n  \u2192 Anthropic\n  \u2192 Google Gemini\n\nFallback models\n  \u2192 Mistral\n  \u2192 Grok\n  \u2192 Qwen\n\nGateway\n  \u2192 LiteLLM\n  \u2192 OpenRouter\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">7\ufe0f\u20e3 Best Setup for an AI Coding Agent<\/h1>\n\n\n\n<p>For something like <strong>OpenClaw \/ Codex-style agents<\/strong> I recommend:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Primary model:\nOpenAI GPT-4.1 \/ GPT-5\n\nCoding fallback:\nClaude Sonnet\n\nCheap background tasks:\nMistral \/ Qwen\n\nGateway:\nLiteLLM\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>\ud83d\udca1 Based on your workflow (DevOps, infrastructure, Terraform, Kubernetes, coding automation), the <strong>best combination for you would be:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>LiteLLM gateway\n  \u251c\u2500\u2500 OpenAI\n  \u251c\u2500\u2500 Anthropic\n  \u251c\u2500\u2500 Google\n  \u2514\u2500\u2500 Mistral\n<\/code><\/pre>\n\n\n\n<p>This gives <strong>best reasoning + redundancy<\/strong>.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>OpenClaw (or similar AI coding\/agent frameworks) now support many model providers through a pluggable architecture. The list you see is [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2838","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/aiopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/2838","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aiopsschool.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aiopsschool.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aiopsschool.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/aiopsschool.com\/blog\/wp-json\/wp\/v2\/comments?post=2838"}],"version-history":[{"count":1,"href":"https:\/\/aiopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/2838\/revisions"}],"predecessor-version":[{"id":2839,"href":"https:\/\/aiopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/2838\/revisions\/2839"}],"wp:attachment":[{"href":"https:\/\/aiopsschool.com\/blog\/wp-json\/wp\/v2\/media?parent=2838"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aiopsschool.com\/blog\/wp-json\/wp\/v2\/categories?post=2838"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aiopsschool.com\/blog\/wp-json\/wp\/v2\/tags?post=2838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}