OpenRouter provides a unified API to access 400+ models from 70+ providers (OpenAI, Anthropic, Google, Meta, Mistral, etc.) through a single OpenAI-compatible interface.
Models use provider/model-name format: openai/gpt-5.2, anthropic/claude-sonnet-4.5, google/gemini-3-pro
| model | string | Model ID (e.g., openai/gpt-5.2) | | messages | Message[] | Conversation history | | stream | boolean | Enable streaming | | maxtokens | number | Max completion tokens | | temperature | number | Randomness [0-2] | | tools | Tool[] | Function definitions | | responseformat | object | Output format control |
Integrazione API OpenRouter per l'accesso unificato a oltre 400 modelli LLM di oltre 70 fornitori. Da utilizzare durante la creazione di applicazioni che necessitano di chiamare l'API di OpenRouter per completamenti di chat, streaming, chiamate di strumenti, output strutturati o routing di modelli. Trigger su OpenRouter, routing di modelli, multi-modello, fallback del provider o quando gli utenti devono accedere a più provider LLM tramite un'unica API. Fonte: jrajasekera/claude-skills.