Skip to main content
Anaconda Desktop is currently available through a limited early access program. Anaconda AI Navigator provides many of the same capabilities and is available to all users.
This guide is designed to walk you through the essential steps to begin using Anaconda Desktop. It provides guidance on signing in, downloading models, chatting with a model, and loading models into the API server.

Before you start

Make sure you have Anaconda Desktop installed.

Launching Desktop

Open Desktop using the following instructions:
  • Windows
  • macOS
From the Start menu, search for “Anaconda Desktop” and select to open.

Signing in

Anaconda Desktop requires you to have an Anaconda account to sign in. If you’re a part of an Anaconda Platform organization, sign in with your assigned credentials.
Desktop sign in page

Understanding Desktop

The Dashboard

When Desktop opens, you’ll start at the Dashboard, where you’re provided a few ideas on how to get started. After you’ve interacted with Desktop by, for example, downloading a model or starting a chat, your most recent activities will appear on your dashboard.
Desktop Dashboard with recent model and chat activities
From the Recents table, you can return to a previous chat, start a new chat with a model (text-generation type models only), or start an API server. Hover over a table row and select Chat or Start Server. Select the Actions menu to Delete a table item.
Recents table showing Chat, Start Server, and Actions
You can also download one of Anaconda’s recommended models from your dashboard. Select the model’s tile to view the model details, select a file level, then select Download. The downloaded model appears in the Recents table on your dashboard and the AI Models page. Let’s take a look at the Anaconda Desktop navigation menu.
Desktop navigation menu with Home, AI Models, Model Servers, Catalog, and other options

New

Quickly open a new chat or navigate to the Model Catalog page.

Dashboard

See your most recent activity, view and download popular models, and access learning materials.

AI Models

Model Servers

Start an API server to interact with your models.

Model Catalog

Search, filter, and download models to interact with locally.

Documentation

Visit Anaconda’s Desktop documentation (you’re already here!).

Support

Open a Support ticket to request help with a technical issue.
You can toggle Dark Mode on and off from your profile icon.
Desktop dark mode toggle.

Downloading and interacting with models

A typical workflow in Desktop might start with browsing available models and downloading one, then chatting with the model to understand its capabilities, and finally using it in a development workflow with the API server.

Exploring and downloading models

If you haven’t downloaded a model yet, you can explore Anaconda’s curated collection:
  1. Select Model Catalog from the left-hand navigation.
  2. Browse the available models or use the search and filter options to find one that suits your needs.
  3. Select a model tile to view its details, including resource requirements and performance information.
  4. Select a Quantization Method from the dropdown.
  5. Select Download to download the model locally.
Models are listed alphabetically by name. Verify that you have the available disk space and RAM required before you download a model. Most models fall between 2-10 GB, but some require up to 150 GB of storage space.
For more information about models and quantization methods, see Model Catalog.

Chatting with a model

Once you have a model downloaded, the easiest way to interact with it is through the chat interface:
You can only chat with models labeled text-generation. Learn more about model types.
  1. Select Dashboard from the left-hand navigation.
  2. Locate your downloaded model in the Recents table.
  3. Hover over the model and select Chat.
  4. Enter a prompt to start chatting with the model!
Alternatively, you can navigate to AI Models, hover over the model, and select Chat. For more information on using the chat feature, see Chat.

Starting an API server

If you want to test a model’s performance within applications you’re developing, load the model into the built-in API server:
  1. Select Model Servers from the left-hand navigation.
  2. Choose your model from the Model dropdown.
  3. Select your model file from the File dropdown.
  4. Configure your server settings (address, port, API key) as needed.
  5. Select Start to start the server.
Alternatively, you can navigate to AI Models, hover over the model, and select Start Server. Your model is now accessible via API calls at the specified server address for use in your own applications. For more information about the API server, see API server.

What’s next?

Now that you have Desktop set up and running:
  • Learn with tutorials - Get hands-on experience by building a chatbot application or text comparison tool with step-by-step guidance.
  • Explore different models - Try various models or quantization methods to see how they handle different types of tasks.
  • Use the Desktop API - Explore the Desktop API to programmatically manage models, control servers, and integrate Desktop’s capabilities directly into your applications.
  • Dive deeper - Check out the user guide for detailed information on chat settings, API servers, resource consumption, and settings.