🌐
GitHub
github.com › topics › openrouter-api
openrouter-api · GitHub Topics · GitHub
To translate files, use the LM ... with API keys. translator subtitles subtitle chatgpt-api lmstudio openrouter-api ... chat github-pages app gui ai frontend single-page-site apk android-app single-file vite llm openrouter openrouter-api ... Troop is a college community platform that connects students, supports businesses and freelancers, shares learning ...
🌐
GitHub
github.com › Aculeasis › openrouter-proxy
GitHub - Aculeasis/openrouter-proxy
key_selection_strategy: "round-robin" # List of key selection options: # "same": Always use the last used key as long as it is possible. key_selection_opts: [] # OpenRouter API base URL base_url: "https://openrouter.ai/api/v1" # Public endpoints that don't require authentication public_endpoints: - "/api/v1/models" # Time in seconds to temporarily disable a key when rate limit is reached by default rate_limit_cooldown: 14400 # 4 hours free_only: false # try to show only free models # OpenRouter can return a 429 error if a model is overloaded.
Starred by 43 users
Forked by 20 users
Languages   Python 86.4% | Shell 13.6%
🌐
OpenRouter
openrouter.ai › docs › api › reference › authentication
API Authentication | OpenRouter OAuth and API Keys | OpenRouter | Documentation
You must protect your API keys and never commit them to public repositories. OpenRouter is a GitHub secret scanning partner, and has other methods to detect exposed keys.
🌐
GitHub
github.com › paxtonef › API-key-router
GitHub - paxtonef/API-key-router: how to access free AI APIs and leverage OpenRouter.ai
how to access free AI APIs and leverage OpenRouter.ai - paxtonef/API-key-router
Author   paxtonef
🌐
GitHub
github.com › simonw › llm-openrouter
GitHub - simonw/llm-openrouter: LLM plugin for models hosted by OpenRouter
Add --free for a list of just the models that are available for free. ... The llm openrouter key command shows you information about your current API key, including rate limits:
Starred by 293 users
Forked by 35 users
Languages   Python
🌐
OpenRouter
openrouter.ai › docs › quickstart
OpenRouter Quickstart Guide | Developer Documentation | OpenRouter | Documentation
OpenRouter provides a unified API that gives you access to hundreds of AI models through a single endpoint, while automatically handling fallbacks and selecting the most cost-effective options. Get started with just a few lines of code using your preferred SDK or framework. Looking for information about free models and rate limits?
🌐
GitHub
github.com › OpenRouterTeam › openrouter-examples
GitHub - OpenRouterTeam/openrouter-examples: Examples of integrating the OpenRouter API
Comprehensive, tested, executable examples demonstrating OpenRouter features across multiple ecosystems. # Set your API key export OPENROUTER_API_KEY="your-key-here" # Run all examples make examples # Or run specific ecosystems make curl # Run curl examples make typescript # Run TypeScript monorepo examples
Starred by 255 users
Forked by 43 users
Languages   TypeScript 95.0% | Shell 4.3% | Makefile 0.7%
Find elsewhere
🌐
GitHub
github.com › Pythagora-io › gpt-pilot › issues › 692
[Howto]: how can i use OPENROUTER_API_KEY?i am confused to configure these key · Issue #692 · Pythagora-io/gpt-pilot
February 29, 2024 - Version Command-line (Python) version Operating System MacOS Your question if i want to use OPENROUTER_API_KEY, i am confused to configure above keys,can you do me a favor? thanks! ENDPOINT=OPENROUTER OPENAI_ENDPOINT=https://api.OPENROUT...
Published   Feb 29, 2024
🌐
GitHub
github.com › SynergOps › openrouter.ai
GitHub - SynergOps/openrouter.ai: Simple terminal app to use Openrouter.ai with your personal API keys
Switching between free models does not reset your daily quota. Please read their documentation for more: https://openrouter.ai/settings/credits · 🚀 Minimalist CLI interface — talk to AI directly from your terminal. 🔑 Secure API key & model config — stored in .env file (create it by copiing .env.example), no need to enter every time.
Starred by 8 users
Forked by 2 users
Languages   Shell
🌐
GitHub
github.com › danny-avila › LibreChat › discussions › 6611
OpenRouter API key · danny-avila/LibreChat · Discussion #6611
# recommended environment variables: apiKey: "${OPENROUTER_KEY}" # NOT OPENROUTER_API_KEY baseURL: "https://openrouter.ai/api/v1" models: default: ["google/gemini-2.0-flash-001"] fetch: true titleConvo: true titleModel: "google/gemini-2.0-flash-001" # Recommended: Drop the stop parameter from the request as Openrouter models use a variety of stop tokens.
Author   danny-avila
🌐
GitHub
github.com › reVrost › go-openrouter
GitHub - reVrost/go-openrouter: Unofficial API SDK for openrouter.ai in go
For deepseek models, sometimes ... panel for better performance, as openrouter will use your API key to make requests to the underlying model which potentially avoids shared rate limits. ⚡BYOK (Bring your own keys) gets 1 million free requests per month!...
Starred by 75 users
Forked by 20 users
Languages   Go
🌐
Puter
developer.puter.com › tutorials › free-unlimited-openrouter-api
Free, Unlimited OpenRouter API
2 days ago - Learn how to use Puter.js to access OpenRouter's extensive collection of AI models for free, without any API keys or usage restrictions.
🌐
OpenRouter
openrouter.ai
OpenRouter
Create an API key and start making requests.
🌐
OpenRouter
openrouter.ai › docs › api-keys
API Keys | OpenRouter
Just create an API key, set the api_base, and optionally set a referrer header to make your app discoverable to others on OpenRouter.
🌐
OpenRouter
openrouter.ai › pricing
Pricing - OpenRouter | OpenRouter
Free‑tier usage of popular models can be subject to rate limiting by the provider, especially during peak times. Failed attempts still count toward your daily quota. Can I separate environments (dev/staging/production)? Yes. Create separate API keys per environment with their own caps, alerts, and activity logs.
🌐
GitHub
gist.github.com › rbiswasfc › f38ea50e1fa12058645e6077101d55bb
OpenRouter · GitHub
For the credits available on your API key, you can make 1 request per credit per second up to the surge limit (typically 500 requests per second, but you can go higher). ... If your account has a negative credit balance, you may see 402 errors, including for free models. Adding credits to put your balance above zero allows you to use those models again. OpenRouter ...
🌐
GitHub
github.com › nexon33 › Openrouter-Proxy-Server
GitHub - nexon33/Openrouter-Proxy-Server
Get API Keys: Get one or more free API keys from OpenRouter
Starred by 50 users
Forked by 19 users
Languages   JavaScript