# llm > Multi-provider LLM integration. Unified interface for OpenAI, Anthropic, Google, and local models. - Author: Rachael White - Repository: boomsystel-code/openclaw-workspace - Version: 20260208062059 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/boomsystel-code/openclaw-workspace - Web: https://mule.run/skillshub/@@boomsystel-code/openclaw-workspace~llm:20260208062059 --- --- name: llm description: Multi-provider LLM integration. Unified interface for OpenAI, Anthropic, Google, and local models. metadata: {"clawdbot":{"emoji":"🔮","always":true,"requires":{"bins":["curl","jq"]}}} --- # LLM 🔮 Multi-provider Large Language Model integration. ## Supported Providers - OpenAI (GPT-4, GPT-4o) - Anthropic (Claude) - Google (Gemini) - Local models (Ollama, LM Studio) ## Features - Unified chat interface - Model comparison - Token counting - Cost estimation - Streaming responses ## Usage Examples ``` "Compare GPT-4 vs Claude on this task" "Use local Llama model" "Estimate tokens for this prompt" ```