openrouter-prod-checklist

A comprehensive production readiness checklist for OpenRouter integrations covering security, reliability, observability...

github

openrouter-openai-compat

OpenRouter implements the OpenAI Chat Completions API specification (/v1/chat/completions). Existing OpenAI SDK code wor...

github

openrouter-multi-provider

OpenRouter's unified API lets you access models from OpenAI, Anthropic, Google, Meta, Mistral, and others with a single ...

github

openrouter-model-routing

OpenRouter gives you access to 100+ models through one API. The key to cost efficiency is routing each request to the ri...

github

openrouter-model-catalog

Query the GET /api/v1/models endpoint to browse 400+ models, filter by capabilities, compare pricing, and check provider...

github

openrouter-model-availability

OpenRouter's /api/v1/models endpoint is the source of truth for model availability. Models can be temporarily unavailabl...

github

openrouter-load-balancing

A single OpenRouter API key has rate limits (requests/minute and tokens/minute). To scale beyond those limits, distribut...

github

openrouter-known-pitfalls

A curated list of real-world mistakes developers make when integrating OpenRouter, each with the specific API behavior t...

github

openrouter-install-auth

Set up OpenRouter API credentials, configure the OpenAI-compatible client, verify authentication, and check credit balan...

github

openrouter-function-calling

OpenRouter supports OpenAI-compatible tool/function calling across multiple providers. Define tools as JSON Schema, send...

github

openrouter-debug-bundle

!node --version 2>/dev/null || echo 'N/A' !python3 --version 2>/dev/null || echo 'N/A' When an OpenRouter request fails ...

github

openrouter-data-privacy

When sending data through OpenRouter to upstream LLM providers, you're responsible for ensuring prompts don't leak PII i...

github

openrouter-cost-controls

OpenRouter provides per-key credit limits, a credit balance API, and per-generation cost queries. Combined with client-s...

github

openrouter-context-optimization

OpenRouter models have varying context windows (4K to 1M+ tokens). Since pricing is per-token, stuffing unnecessary cont...

github

openrouter-compliance-review

OpenRouter is a proxy that routes requests to upstream providers (OpenAI, Anthropic, Google, etc.). Compliance depends o...

github

openrouter-audit-logging

Every OpenRouter API call returns a generation ID and metadata that enables comprehensive audit logging. The generation ...

github

openevidence-webhooks-events

OpenEvidence delivers webhook notifications for clinical evidence retrieval workflows. Subscribe to events when queries ...

github

openevidence-upgrade-migration

OpenEvidence is a clinical AI platform that provides evidence-based medical answers and clinical decision support. The A...

github

openevidence-sdk-patterns

Production-ready patterns for the OpenEvidence clinical evidence API. OpenEvidence provides REST endpoints for querying ...

github

openevidence-reference-architecture

Production architecture for clinical decision support integrations with OpenEvidence. Designed for healthcare platforms ...

github

openevidence-rate-limits

OpenEvidence's clinical decision support API enforces strict rate limits to ensure reliable evidence retrieval for healt...

github

openevidence-prod-checklist

OpenEvidence provides clinical decision support backed by peer-reviewed medical literature. A production integration han...

github

openevidence-performance-tuning

OpenEvidence's clinical API handles evidence query response times, citation batch retrieval, and complex multi-condition...

github

openevidence-multi-env-setup

OpenEvidence clinical AI requires strict environment separation to maintain HIPAA compliance across the data lifecycle. ...

github