OpenRouter
Official@openrouterteam
The unified interface for LLMs. Find the best models & prices for your prompts.
Agent Skills by OpenRouter
Showing 19 vetted skills indexed across 3 GitHub repositories.
open-responses
Implement and debug interoperable LLM APIs using the Open Responses specification.
openrouter-analytics-schema
Identify valid query parameters for OpenRouter analytics API requests.
create-agent-tui
Scaffold a TypeScript terminal agent TUI project with OpenRouter model calling and tool execution.
create-headless-agent
Scaffold a TypeScript headless agent project with Bun and the OpenRouter SDK.
openrouter-models
Retrieve real-time metadata for 300+ OpenRouter AI models.
openrouter-images
Generate and edit images via natural language prompts using OpenRouter AI models.
openrouter-agent-migration
Migrate TypeScript agent imports from @openrouter/sdk to @openrouter/agent.
openrouter-analytics-query
Document constructing and executing analytics queries against the OpenRouter Analytics API.
openrouter-stt
Convert audio speech to text transcripts using OpenRouter's speech-to-text API.
openrouter-generations
Retrieve metadata and stored content for OpenRouter API generation requests.
openrouter-analytics
Answer natural language questions about OpenRouter usage and billing data.
openrouter-benchmarks
Query OpenRouter's Benchmarks API for model rankings with source attribution.
openrouter-oauth
Implement OAuth PKCE sign-in with OpenRouter for browser-based web apps.
openrouter-tts
Convert written text into speech audio via OpenRouter's TTS API.
openrouter-video
Submit, poll, and download videos from OpenRouter's asynchronous generation API.
setup-agent-team
Deploy a Bun-based HTTP trigger server on a VM and configure GitHub Actions workflows.
pcl
Delete stale Git branches and prune unused worktrees via GitHub CLI.
create-agent
Bootstrap a modular AI agent with the OpenRouter SDK and optional Ink TUI.
openrouter-typescript-sdk
Integrate 300+ AI models via a type-safe TypeScript SDK using callModel.
Frequently Asked Questions About OpenRouter
FAQPage SchemaWhat specific tasks can developers perform using these capabilities?▼
Developers can integrate 300+ generative models, execute speech-to-text and text-to-speech conversions, generate and edit images, and manage asynchronous video processing. Additionally, the platform enables querying model benchmarks and retrieving detailed usage analytics for billing and performance monitoring.
Which target personas benefit most from these technical resources?▼
These resources are designed for TypeScript engineers, full-stack developers, and system architects building modular interfaces that require interoperable model access. It is particularly suited for those managing complex model-calling logic, authentication, and data-driven performance tracking within their own software environments.
What are the prerequisites for implementing these integrations?▼
Implementation requires a TypeScript development environment and familiarity with asynchronous request handling. Developers must manage OAuth2 PKCE credentials for secure authentication and utilize the provided type-safe interfaces to interact with model metadata, generation endpoints, and analytics schemas.