Available Models

UltraSafe provides a specialized family of AI models designed for specific domains and use cases, offering superior performance for targeted applications.

This page lists all the UltraSafe models available through the API, along with their specifications and pricing information.

UltraSafe Models

UltraSafe Mini
Model ID
ultrasafe/usf-mini
Description
Base UltraSafe model for general use with balanced performance and efficiency
Input Price
$1.50
Output Price
$4.00
UltraSafe Healthcare
Model ID
ultrasafe/usf-healthcare
Description
Specialized in medical knowledge, healthcare protocols, and clinical information. Expert in medical domain questions.
Input Price
$2.50
Output Price
$6.00
UltraSafe Finance
Model ID
ultrasafe/usf-finance
Description
Expert in finance, economics, markets, and investment strategies. Specialized for financial domain questions.
Input Price
$2.50
Output Price
$6.00
UltraSafe Code
Model ID
ultrasafe/usf-code
Description
Proficient in software development, coding patterns, and technical problem-solving. Optimized for programming tasks.
Input Price
$2.50
Output Price
$6.00
UltraSafe Conversation
Model ID
ultrasafe/usf-conversation
Description
Optimized for engaging, nuanced conversations with enhanced understanding of context and improved dialogue quality.
Input Price
$2.50
Output Price
$6.00

*Prices shown per 1M tokens.

Expert Models

Domain Restrictions

Expert models are designed to only answer questions within their specific domain of expertise. If you ask about topics outside their domain, they will politely decline and suggest consulting a different expert or general assistant.

🏥 Healthcare Expert

ultrasafe/usf-healthcare

Specialized in medical knowledge, healthcare protocols, clinical guidelines, medical research, anatomy, physiology, pharmacology, and healthcare systems.

Domain: Healthcare, Medicine, Wellness, Medical Research

💰 Finance Expert

ultrasafe/usf-finance

Expert in finance, economics, investments, markets, banking, accounting, financial planning, and business strategy.

Domain: Finance, Economics, Investments, Banking, Accounting

💻 Code Expert

ultrasafe/usf-code

Proficient in software development, programming languages, algorithms, system design, debugging, and software engineering best practices.

Domain: Programming, Software Development, Computer Science

🧠 Psychology Expert

ultrasafe/usf-psychology

Specialized in psychology and mental health applications with expertise in therapeutic support, psychological assessment, and behavioral analysis.

Domain: Psychology, Mental Health, Therapeutic Support, Behavioral Analysis

How to Choose an Expert Model

  • Healthcare Expert: Use for medical questions, health information, clinical guidance
  • Finance Expert: Use for financial analysis, investment advice, economic questions
  • Code Expert: Use for programming help, code review, technical problem-solving
  • Psychology Expert: Use for mental health support, psychological assessment, therapeutic guidance
  • Base Model: Use for general-purpose tasks that don't require domain expertise

Using Models in Your Requests

To use a specific model, include the model ID in the model parameter of your API request. For example:

{ "model": "ultrasafe/usf-healthcare", "messages": [ {"role": "user", "content": "What are the symptoms of diabetes?"} ] }

All UltraSafe models use the V2 endpoint. Expert models will only respond to questions within their domain of expertise.