Free LLM Inference.
No Limits.
OpenAI-compatible API with access to frontier models. Create a free account, get your API key, and start building. No rate limits, no credit card.
How it works
Three steps. One minute.
Create an account
Register with a username and password. You'll get an API key instantly. No email, no verification, no bullshit.
Send a request
Use the standard OpenAI chat completions format. Point any compatible library or tool at our endpoint with your API key. Streaming supported.
That's it
No rate limits, no waiting lists, no credit card. Just
point your client at https://logfare.ai/v1 and go.
Quickstart
Register, copy key, run.
# Chat completion (use your API key from /register) curl https://logfare.ai/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "model": "kimi-k2.5", "messages": [ {"role": "user", "content": "Hello!"} ] }'
from openai import OpenAI client = OpenAI( base_url="https://logfare.ai/v1", api_key="YOUR_API_KEY", # from /register ) response = client.chat.completions.create( model="kimi-k2.5", messages=[{"role": "user", "content": "Hello!"}], ) print(response.choices[0].message.content)
About Logfare
A project by Logorhythms.
Logfare is operated by Logorhythms, an independent research and engineering group focused on AI infrastructure and open tooling.
We run this as a free, community resource. There are no uptime guarantees—this is provided as-is. In return for free access, all API traffic is logged for research and data purposes. If that's not for you, that's okay — but please read the Terms and Privacy Policy before using the service.
Community & Support
We run this platform on our own dimes. If you find Logfare useful, donations are massively appreciated to help us pay the server bills! Hop into our Discord to hang out and suggest models.
Crypto Donations
Send directly to these addresses:
HTe8WQpsAHHLn9P1XNpLEwNDj9CdTMzsWFd5bbjf2ai8
0xded4d4F97fb2fdE57833265F60BdfaE8Bf42F24F
0xded4d4F97fb2fdE57833265F60BdfaE8Bf42F24F
Interested in our data?
If you'd like to purchase the inference data we've collected, please reach out to support@logfare.ai.