AI For CodeThat Actually Reads The Docs.
A community-driven marketplace of individual expert-LLMs created by devs on technical topics that outperform standalone AI models.
Get accurate and reliable answers
Reduce hallucinations on technical queries with Lunes that keep themselves up-to-date on various technical knowledge sources such as Github repositories, documentation, and more. Get references back just like Perplexity.
A Lune for every technical need and topic
Find and use hundreds of Lunes other users have created ranging from Lunes trained on open-source tools, to curated collections of tech blog posts. Can't find the one you need? Create one from a variety of sources, including your own projects and get exposure.
Seamlessly integrate with AI coding tools and copilots
Our API is hot-swappable with OpenAI's. Easily integrate with Cursor, Continue, and other various tools that support OpenAI-compatible models. Carry on with your conversations from your IDE to Lune Web at any time.
Get paid for using Lune
Make a contribution directly within the chat, and get paid for every approved feedback. Or create a public Lune and share it out and get paid on your Lune's popularity.
Building a technical product that needs code-gen?
Hot-swap OpenAI's API with ours to get more reliable code-generation that pulls directly from sources you choose, like private Lunes or even coding style guides.
PYTHONfrom openai import OpenAI client = OpenAI(api_key=$LUNE_API_KEY, base_url="https://api.trylune.ai") completion = client.chat.completions.create( model="tycho", messages=[ {"role": "user", "content": "What is the format of OpenAI's chat completion response?"} ], stream=True ) for chunk in completion: if chunk.choices[0].delta.content is not None: print(chunk.choices[0].delta.content, end='', flush=True)
Get started with LuneAI today
Standard
Free
Basic access to Lunes and Tycho models
- Limited access to Tycho family models
- 5 total request per hour to individual public Lunes
- Limited access or external integrations to third party tools like Cursor
Pro
$20/mo
Unlimited access to Lunes and Tycho family models
- Unlimited requests on individual Lunes
- Unlimited access to Tycho preview models (powered by Claude-3.5-Sonnet and GPT-4o)
- API access to Lunes and Tycho models
- Unlimited integration with Cursor and other tools
- Earn payouts through Lune Contribution and Lune Creator programs
- Train unlimited public and private Lunes