Google AI / Vertex AI yerini alır
Run AI models locally. Zero data leaks. Full privacy.
Run large language models on your own infrastructure with Ollama. Chat completions, embeddings, and code generation — all without sending data to third parties.
Conversational AI with Llama 3.1, Mistral, and Phi-3 models.
Generate vector embeddings for semantic search and RAG.
Generate and explain code with CodeLlama 13B.
All inference runs locally. Zero data leaves your server.
Switch between models per request. Each optimized for different tasks.
Drop-in replacement for OpenAI API. Use existing SDKs.
SDK veya REST API ile dakikalar içinde başlayın.
// Chat with local AI
const response = await olo.ai.chat({
model: 'llama3.1',
messages: [
{ role: 'user', content: 'Summarize this document' }
]
})
// Generate embeddings for semantic search
const embeddings = await olo.ai.embeddings({
model: 'nomic-embed',
input: 'OloSearch is a self-hosted platform'
})
// Code generation
const code = await olo.ai.generate({
model: 'codellama',
prompt: 'Write a React component for a login form'
})Temel URL: https://api.voltimap.com
/api/v1/ai/chat/api/v1/ai/embeddings/api/v1/ai/generate/api/v1/ai/modelsBu site, deneyimini iyileştirmek için çerezler kullanır. KVKK ve GDPR kapsamında tercihini sen yapıyorsun.
Oturum, kimlik doğrulama ve dil tercihi için gereklidir. Kapatılamaz.
Anonim kullanım istatistikleri; ürünü iyileştirmemize yardımcı olur.
Şu anda kullanılmıyor — ileride etkinleşebilir.