Documentation
Complete guide to using UnisAI for switching between providers or models. Learn how to migrate prompts, embeddings, and training data formats.
πQuick Start
Get Started in 60 Seconds
Try our interactive demo with sample data, or start migrating your own prompts right away.
API base for this deployment: https://ai-migrator-backend-production.up.railway.app
Copy the curl belowβit uses the live API above. Add your provider API keys in the request body if you want live validation.
curl -X POST https://ai-migrator-backend-production.up.railway.app/api/migrate/run \
-H "Content-Type: application/json" \
-d '{
"source_provider": "openai",
"target_provider": "anthropic",
"model_type": "chat",
"prompt": "Summarize in one sentence."
}'Response includes conversion_score, cost_comparison, summary, and when API keys are set, metadata with output parity validation.
β¨Enhanced Services
All conversion services include advanced quality metrics and optimization features. Compare features across services:
| Feature | π¬Prompt | π’Embedding | π―Fine-Tuning |
|---|---|---|---|
| Semantic Similarity Scoring | β Embedding-based | β Preservation metrics | β |
| Structure/Format Preservation | β Metrics included | β | β Format conversion |
| Quality Levels | β Excellent/Good/Moderate | β Based on method | β Quality scoring |
| Optimization | β Optional prompt optimization | β Auto method selection | β Hyperparameter recommendations |
| Real API Validation | β When API keys configured | β OpenAI & Voyage AI | β Format only |
| Advanced Metrics | β Multi-metric assessment | β Variance preservation | β Data quality analysis |
| Cost/Time Estimation | β | β | β Included |
| Method Compatibility | β | β PCA/SVD/Truncate | β SFT/DPO/RFT/Vision |
| Recommendations | β Actionable improvements | β Based on sample size | β Training data quality |
π‘ Note: Enhanced services are automatically enabled for all conversions. Quality metrics are calculated using advanced algorithms and, when API keys are configured, real API validation is performed.
βοΈHow It Works
Input Your Data
Provide your prompts, embeddings, or training data from OpenAI or Anthropic
Select Target Provider
Choose where you want to migrate to (OpenAI, Anthropic, Voyage AI, or more coming soon)
Automatic Conversion
UnisAI converts your data while preserving semantic meaning
Use Your Converted Data
Get your converted data ready to use with the new provider
πSupported Providers
OpenAI
β Format Conversion Supported
16 chat models (GPT-5.2, GPT-5.1, GPT-4.1, GPT-4o, o3, o4-mini) + 2 embedding + 7 fine-tune
16 chat, 2 embed, 7 fine-tune
Real API integration requires API keys
Anthropic
β Format Conversion Supported
11 models (Claude Opus 4.1, Claude Sonnet 4, Claude 4.5, Claude 3.5, Claude 3)
11 chat, 1 fine-tune*
*Via AWS Bedrock (SFT only). Real API integration requires API keys
Voyage AI
β Format Conversion Supported
7 embedding models (Anthropic recommended)
7 embedding
FREE: 200M tokens/month! Real API integration requires API key
π§ Coming Soon
Gemini Pro, Ultra
Meta LLaMA
π§ Coming Soon
LLaMA 2, 3
We're currently focused on deep integration with OpenAI, Anthropic, and Voyage AI. Support for Google Gemini, Meta LLaMA, and other providers is coming soon.
β¨Features
βFrequently Asked Questions
π‘Best Practices
π οΈAdditional Tools
Beta Access Available
Advanced tools including Benchmarking, Analytics Dashboard, and Embedding Aligner are available for beta testers. Join our waitlist to get early access to these powerful features.
Join Beta Waitlistβπ§Troubleshooting
π¬Need More Help?
Still have questions? Check the FAQ above or reach out to our team.