MoseltMoselt
Background

[M] Moselt

Affordable LLM APIs

Unlock the power of large language models without breaking the bank

Unbeatable Pricing

Comparison of API costs per 1M tokens (as of 2024).
You can purhase credits for as low as ₹10.
ModelMoseltReplicateTogetherOpenRouter
Qwen2.5-72B-Instruct$0.6Doesn't Support$1.8$0.9
Meta-Llama-3.1-8B-Instruct$0.08$0.250$0.162$0.1
MythoMax-L2-13B-GPTQ$0.1Doesn't Support$0.27$0.1

Easy to Integrate

OpenAI compatible API endpoints that work with your existing workflows

import requests
import json

response = requests.post(
  url="https://api.moselt.com/api/v1/chat/completions",
  headers={
    "Authorization": f"Bearer {MOSELT_API_KEY}"
  },
  data=json.dumps({
    "model": "TheBloke/MythoMax-L2-13B-GPTQ",
    "messages": [
      {
        "role": "user",
        "content": "What is the meaning of life?"
      }
    ]
    
  })
)

Frequently Asked Questions

What models are available through Moselt?

Moselt provides access to Qwen2.5-72B-Instruct, TheBloke/MythoMax-L2-13B-GPTQ and Meta-Llama-3.1-8B-Instruct. We are working on adding support for more models.

Is it true that you support NSFW models?

Yes. TheBloke/MythoMax-L2-13B-GPTQ is a NSFW model.

Are there any free credits?

We currently offer 5 free credits to new users.

Will you support email based authentication?

Currently we support only Google authentication. In the foreseeable future is will continue to be the only option. Moreoever, We store only your email and name from Google auth info and do not use it for any other purposes.

How does Moselt offer such competitive pricing?

We use spot GPUs combined with efficient inference pipelines to keep costs down. Additionally this is a side project and I'm not in this for the money.

What's the pricing structure at Moselt?

You will be charged for the number of tokens you use. The price is different for each model and is displayed in the pricing table.

What is the minimum amount of credits i can purchase?

You can purhase credits for as low as ₹10. ₹10 = 10 credits.

What kind of support does Moselt offer?

Support is available through discord. No SLA gaurantees are provided on support tickets.

What is Moselt's refund policy?

There are no question asked refunds for unused credits. Just reach out to us and we will refund your account within 48 hours.

Is Moselt suitable for production use?

I recommend using Moselt for non-critical workloads. I use Moselt for my personal projects and it works well. This includes qwen APIs for coding, llama and mythomax for chat.

How does Moselt ensure reliability and performance?

This project is hosted on reasonable cloud infrastructure with all necessary redundancies. Still i dont recommend using Moselt for production workloads. This works well for role play, chatbot and other workloads that are not sensitive to latency.

Do you store the conversation history?

Yes. The conversation history is stored but not linked to any user identity. We intend to use this data to improve our models in the future.