Looking for something specific? Book a call with our team and we'll help you craft your perfect blend.
Credits are used when running Moonlit Apps. Every Moonlit app uses a different set of function nodes, and each function has it's own credit cost. That cost can be fixed for some and can be usage based for others. For example, LLMs (Large Language Models) cost is dependant on the amount of tokens used. The pricing for these API costs varies based on the plan. Each credit is worth $0.002. So for each plan you would be getting the following values:
- Pro Plan ($3/1000 Credits) - $0.002 * 10000 = $20 worth of credits for $30 (33% Markup)
- Team Plan ($2.5/1000 Credits) - $0.002 * 30000 = $60 worth of credits for $75 (20% Markup)
- Business Plan ($2/1000 Credits) - $0.002 * 100000 = $200 worth of credits for $200 (0% Markup)
Additionally, API based functions have added fixed cost of 5 credits.
Premium functions allow you to build more complex and powerful apps, these can include data source APIs, integrations, and the latest AI Models such as GPT-4 Turbo, Claude 3, and Gemini.
A knowledge base in Moonlit is where you can store all your text (unstructured data) that can include information about your company, pages from your website, and any documents. In the app builder, you have access to a function called "Knowledge Retreival" which you can use to fetch chunks of text from your knowledge base into your apps that are relevant to a specified query. You can then use that to provide context for language models.