Recommended Models
ServerAssistantAI supports a wide range of language models from different providers, including premium and free options, allowing server owners to choose the model that best fits their needs. Here's what we recommend, listed from most recommended to least.
Embedding Models
Embedding models are used to convert text data into numerical representations called embeddings. These embeddings capture the semantic meaning and relationships between different pieces of text. When the documents/
directory is updated, the content is sent to the embedding API. The resulting embeddings are saved to the cache/
directory, allowing the AI to find relevant context efficiently without reprocessing or making new API requests for each query.
Free & Paid
Google's state-of-the-art embeddings for semantic search and classification tasks.
Free & Paid
Multilingual embedding model great for noisy data, enabling better retrievals for RAG.
Large Language Models
Large Language Models (LLMs) are powerful AI models that can understand and generate human-like text based on the input they receive. In ServerAssistantAI, when a user asks a question, the system retrieves relevant cached context from the embedding API results. This context, along with the user's question, is sent to the LLM to generate accurate and context-aware responses.
Paid
OpenAI's most advanced model. Same intelligence as GPT-4 Turbo but 2x faster and 50% cheaper.
Free & Paid
OpenAI's most advanced model. Same intelligence as GPT-4 Turbo but 2x faster and 50% cheaper.
Paid
Anthropic's upgraded model with enhanced agentic tasks, real-world coding, and reasoning capabilities.
Paid
Anthropic's most intelligent model with hybrid reasoning and 200K context window, excelling at coding and working autonomously for hours.
Free & Paid
Google's fast thinking model optimized for speed and cost-efficiency with controllable thinking budgets for high-volume tasks.
Paid
OpenAI's enhanced model with major coding improvements and 1 million token context window.
Free & Paid
OpenAI's enhanced model with major coding improvements and 1 million token context window.
Paid
Anthropic's high-performance model with 200K context window, achieving 72.7% on SWE-bench with superior instruction following.
Paid
OpenAI's efficient model competitive with GPT-4o but 50% faster and 83% cheaper with 1 million token context window.
Free & Paid
OpenAI's efficient model competitive with GPT-4o but 50% faster and 83% cheaper with 1 million token context window.
Free & Paid
Google's next-generation flash model with native tool use, superior speed, and 1M token context window for multimodal applications.
Free
Google's open-source 27B parameter model optimized for instruction following and conversational AI with efficient performance.
Free & Paid
Gemini 1.5 Pro offers long-context understanding, with a context window of up to 1 million tokens.
Free & Paid
Alibaba's hybrid model switching between thinking and fast modes, supporting 119 languages and competing with top proprietary models.
Free & Paid
Cohere's most performant 111B model with 256K context, delivering 150% higher throughput.
Paid
OpenAI's most cost-efficient small model that’s smarter and cheaper than mostly all other paid models.
Free & Paid
OpenAI's most cost-efficient small model that’s smarter and cheaper than mostly all other paid models.
Free & Paid
Meta's Llama 3.1 70B instruction-tuned model outperforms all open-source chat models and even closed-source models and using Groq, the inference speed is 250+ Tokens per second!
Paid
OpenAI's GPT-4-Turbo model with 128K context, newer knowledge and more powerful than GPT-4.
Free & Paid
Gemini 1.5 Flash has higher rate limits than Gemini 1.5 Pro and is Google's fastest, most cost-efficient model.
Free & Paid
Updated version of Command R+, with advanced RAG model with 128k context, multilingual support, and tool use capabilities.
Free & Paid
Meta's Llama 3 70B instruction-tuned model which outperforms almost all open-source chat models and using Groq, the inference speed is 300+ Tokens per second!
Free & Paid
Advanced RAG model with 128k context, multilingual support, and tool use capabilities.
meta-llama/Meta-Llama-3-8B-Instruct
Free
Meta's Llama 3 8B instruction-tuned model and outperforming many open-source chat models.
01-ai/Yi-1.5-34B-Chat
Free
01.AI's Yi-1.5 model, offering strong performance in coding, math, reasoning, and instruction-following.
mistralai/Mixtral-8x7B-Instruct-v0.1
Free
Mistral AI's 8x7B instruction-following model, version 0.1.
Please note that each model may have specific requirements or considerations for optimal performance. When selecting a model, consider factors such as:
System prompt configuration: Different models may require adjustments to the system prompt to achieve the best results. Check the documentation provided by the model's creators for tips on prompt engineering and configuration.
Open-source free LLMs have a higher chance of hallucinating compared to paid models.
Last updated
Was this helpful?