# Jupiter AI

Lets talk about the big brain part of platform which is our second product called **Jupiter AI**.

Following are the most important perks of using Jupiter AI:

1. **Cloud resource optimization**: Helps to analyze cloud resource utilization, identify underutilized resources, and suggest optimizations to reduce waste periodically.
2. **Automated Deployments:** Forget tedious command lines! Automates deployments for you, making it faster and way less boring.
3. **Predictive cost optimization**: J-AI can analyze cloud usage patterns and resource utilization, and predict future usage and cost trends, allowing users to plan and allocate resources more effectively.

To interact with Jupiter AI, hit on the Zeus sidebar or use <mark style="color:purple;">**Ctrl + Z**</mark> on windows or <mark style="color:purple;">**⌘ + Z**</mark> on mac to open the drawer

<figure><img src="/files/av8jcbsAM4tQkTY0NoeK" alt=""><figcaption></figcaption></figure>

Choose from different models and manage secret keys in the [<mark style="color:purple;">**AI Settings**</mark>](https://www.zeupiter.com/ai/config) page of the Zeus dashboard. **OpenAI**, **Groq**, **Anthropic**, and **Ollama** are supported providers.

<figure><img src="/files/lYLzH4ZEI9ZufBl0OOOL" alt=""><figcaption></figcaption></figure>

## Modes

Jupiter AI offers two modes:

* **IO Mode** (⭐ Feature Set): By default, Jupiter AI operates in IO mode, ideal for queries and automation, with the ability to seamlessly switch to other modes when necessary.
* **Search Mode**: Leverages search engines to provide up-to-date information directly within the platform. No need to wander off to other assistants – we love keeping you close! 🤗

## Cost & Usage

Jupiter AI offers a free tier with certain usage limits. However, additional costs may apply in the following cases:

1. Tokens consumed by your AI provider
2. Excessive API calls to cloud providers
3. Resources deployed through the assistant

Please note that Automated Deployments feature is available with all subscription tiers, except for **Pay-as-you-go**.&#x20;

{% hint style="warning" %}
Using AI based automated deployments means you are fully responsible for managing and monitoring the resources provisioned or deleted, along with the associated costs.&#x20;

Please ensure you manage these processes diligently and consistently track.
{% endhint %}

*Use vibe deployment responsibly.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zeupiter.com/on-demand-multi-cloud/jupiter-ai.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
