LLMFinder Documentation
LLMFinder is an open LLM compute marketplace with an OpenAI-compatible API. Route requests across local GPU hosters and cloud models — pay per token, earn by hosting.
Quickstart
Make your first API call in under 2 minutes.
Chat API
OpenAI-compatible completions endpoint.
Routing
Control how requests are routed: cheapest, fastest, private.
Become a Hoster
Earn credits by sharing your GPU.
What is LLMFinder?
LLMFinder is a unified API gateway that routes LLM requests to the best available provider — whether that's a local GPU hoster, your own server, or a cloud model. Unlike OpenRouter, LLMFinder allows anyone with a GPU to register as a hoster — whether you want to earn money from subscribers, or simply share your LLM securely with friends, family, or a team.
- OpenAI-compatible — drop-in replacement for
api.openai.com - Zero prompt logging — your prompts are never stored
- Smart routing — auto-selects best hoster by trust, latency, and price
- Subscription model — hosters set plans (free/PAYG/subscription), earn 80% of revenue
- Privacy mode — never fallback to cloud
Base URL
https://api.llmfinder.net/v1
Authentication
All API requests require a bearer token in the Authorization header:
Authorization: Bearer ngk_your_api_key_here
Get your API key at /join → create an account → your key is shown once after signup.