Understanding AI Models
Arvae AI provides access to leading AI models from multiple providers through a single, unified API. This guide explains the different types of models available, their capabilities, and how to choose the right one for your use case.
Everest Specialized Models
Everest models are domain-specific AI experts designed for particular use cases, offering optimized performance and cost-effectiveness for targeted applications.
Everest Base Pro
General-purpose model with advanced capabilities for diverse tasks at an affordable price point.
everest/everest-base-pro
Healthcare Expert
Specialized in medical knowledge, healthcare protocols, and clinical information. Healthcare-only responses.
everest/everest-base-pro-healthcare
Finance Expert
Expert in finance, economics, markets, and investment strategies. Finance-only responses.
everest/everest-base-pro-finance
Code Expert
Proficient in software development, coding patterns, and technical problem-solving. Programming-only responses.
everest/everest-base-pro-code
Conversation Expert
Optimized for engaging, nuanced conversations with enhanced understanding of context. Focuses on conversation quality across all topics.
everest/everest-base-pro-conversation
Example Usage
Basic Request with Everest Base Pro
1curl https://api.arvae.ai/v1/chat/completions \
2 -H "Content-Type: application/json" \
3 -H "Authorization: Bearer YOUR_API_KEY" \
4 -d '{
5 "model": "everest/everest-base-pro",
6 "messages": [
7 {
8 "role": "user",
9 "content": "Explain quantum computing in simple terms"
10 }
11 ],
12 "max_tokens": 150,
13 "temperature": 0.7
14 }'
Healthcare Expert Example
1curl https://api.arvae.ai/v1/chat/completions \
2 -H "Content-Type: application/json" \
3 -H "Authorization: Bearer YOUR_API_KEY" \
4 -d '{
5 "model": "everest/everest-base-pro-healthcare",
6 "messages": [
7 {
8 "role": "user",
9 "content": "What are the symptoms of diabetes?"
10 }
11 ],
12 "max_tokens": 200,
13 "temperature": 0.3
14 }'
Code Expert Example
1curl https://api.arvae.ai/v1/chat/completions \
2 -H "Content-Type: application/json" \
3 -H "Authorization: Bearer YOUR_API_KEY" \
4 -d '{
5 "model": "everest/everest-base-pro-code",
6 "messages": [
7 {
8 "role": "user",
9 "content": "Write a Python function to calculate fibonacci numbers"
10 }
11 ],
12 "max_tokens": 300,
13 "temperature": 0.2
14 }'
Choosing the Right Model
For General Tasks
Use everest/everest-base-pro
for content creation, general Q&A, and diverse everyday tasks.
For Healthcare Applications
Use everest/everest-base-pro-healthcare
for medical information, clinical guidance, and healthcare-related queries.
For Financial Analysis
Use everest/everest-base-pro-finance
for market analysis, investment advice, and financial calculations.
For Programming Tasks
Use everest/everest-base-pro-code
for code generation, debugging, and technical documentation.
For Conversational AI
Use everest/everest-base-pro-conversation
for chatbots, customer service, and engaging dialogue.
Other Available Models
Beyond Everest models, Arvae AI provides access to leading models from major providers:
OpenAI
- • GPT-4o models
- • GPT-4 variants
- • GPT-3.5 Turbo
Anthropic
- • Claude 3.5 Sonnet
- • Claude 3 Opus
- • Claude 3 Haiku
- • Gemini 1.5 Pro
- • Gemini 1.5 Flash
- • Gemini Pro Vision
🎯 All Models, 15% Less
Every model available through Arvae AI is priced at 15% below the provider's standard rates. You get access to the latest AI capabilities while saving on every API call.