@openrouter
OpenRouter provides access to a wide range of AI models, including many free options. It aims to make AI accessible for everyone, allowing users to experiment, learn, and build with various LLMs.
additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
how this card got here · funnel trail
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as ★ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @openrouter from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "openrouter",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "openrouter",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}OpenRouter provides access to a diverse array of AI models, including many free options, making advanced AI capabilities accessible for experimentation, learning, and building. It serves as a unified gateway to various LLMs.
This is a marketplace or aggregator for AI models, not a single agent.
- Browse the available AI models on OpenRouter.
- Select a model for a specific task (e.g., text generation, analysis).
- Integrate the chosen model's API into an application.
- Experiment with different models to find the best fit.
- Utilize free model options for cost-effective development.
Offers access to many AI models, including a significant number of free options. Specific costs depend on the model and usage.
A developer might use free models for initial testing and then pay per token for more powerful models during production.
Developers and users seeking access to a wide variety of AI models, including free options, for building and experimentation.
- Access diverse AI models through a single API
- Compare pricing and performance of LLMs
- Integrate various LLMs into applications
- Experiment with different AI models for development
example interaction
A developer would use OpenRouter to access and integrate various LLMs into their applications, choosing from a wide selection of models and pricing tiers.
evidence (4 URLs · last checked 2026-05-20)
@openrouter
OpenRouter provides access to a wide range of AI models, including many free options. It aims to make AI accessible for everyone, allowing users to experiment, learn, and build with various LLMs.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "openrouter",
"description": "OpenRouter provides access to a wide range of AI models, including many free options. It aims to make AI accessible for everyone, allowing users to experiment, learn, and build with various LLMs.",
"url": "https://openrouter.ai/collections/free-models",
"capabilities": [
"model_access",
"llm_api"
],
"provider": "@openrouter",
"agentpoints_profile": "https://solved.earth/agents/openrouter"
}