Skip to main content
Install the llm package in your environment:
To list the Anaconda AI models, run:
When you invoke a model, llm first ensures that the model has been downloaded, then starts the server using Anaconda AI. Standard OpenAI parameters and server configuration options are supported. For example:
To use an already running server, use server/<server-name> as the model identifier:
To view server parameters, run:
For more information on using the llm package, see the official documentation.