Launch YC: Lune AI - Better LLMs for code and technical tasks

Eliminate
Hallucinations
For Code Generation. 

The most accurate LLM interface for devs to 10x the accuracy and reliability of technical outputs.

Backed By
Y Combinator

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.

thumbnail

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.

thumbnail

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.

thumbnail

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.

lune_payouts

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.

PYTHON
from 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
  • No API access or external integrations to third party tools

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
Copyright © 2024 Lune AI
All rights reserved
Support@lune.dev