Финалист в номинации «Рост выручки»Подробнее

Неотличимый от человека разговорный ИИ для разработчиков и бизнеса

Даша это SaaS платформа для быстрой и удобной разработки умных голосовых моделей и чат ботов с последующей интеграцией с вашим бэкэндом. Создавайте умные разговорные модели для вашего колл центра, сайта, мобильного приложения, управления умной бытовой техникой.

У вас нет разработчиков?

Как это работает

Создание разговорных моделей

Особый язык программирования для разговорных моделей

Язык DashaScript создан специально для удобного и быстрого создания разговорных моделей. Языковые конструкции DashaScript компактнее при той же функциональности, поэтому вы можете переписать разговорную модель на DashaScript, и она будет читабельнее при той же функциональности.

Читать подробнее
  • sample.ru.dsl
start node root {
    do {
        #sayText("Барбершоп the barber. Меня зовут Дарья. Чем я могу вам помочь?");
        wait *;
    }
}

digression beard_trim {
    conditions { on #messageHasIntent("beard trim"); }
    do {
        #sayText("Стрижка бороды у нас стоит от 1000 рублей, записать вас на приём?");
        wait *;
    }
}

Создавайте приложения

Для любой платформы

Вы можете написать разговорную модель для любого прибора, оснащенного доступом в интернет, микрофоном и динамиком. Для любой платформы (Web server, браузер, iOS/Android, Phone/VoIP, MacOS/Linux/Windows, Rapsberry Pi и т.д.), поддерживаются языки программирования NodeJS, Java, Python, C#, C++ и т.д. Обратите внимание, что бета-программа поддерживает только NodeJS SDK.

Читать подробнее
  • app.js
import * as dasha from "@dasha.ai/sdk";

const agent = await dasha.deploy(agentSettings);
await agent.start();
const call = agent.createConversation({ endpoint: "+18005551212" });
const result = await call.execute();
console.log(result);

/*
{
    output: {
        call_disposition: "qualified_lead"
    },
    recordingUrl: "..."
    transcription: [{assistant: "Hello", user: "Hi"}],
}
*/

Интеграция с чем угодно

Без изменения существующей инфраструктуры и бизнес процессов

Создайте голосовую модель, которая будет использовать ваши существующие процессы без изменения, включая базы данных, внешние службы (Airtable, Zendesk, TalkDesk и т.д.) Интегрируйтесь с чем угодно, используя Dasha SDK. Приложения на базе платформы Даша могут обмениваться данными с вашими базами данных в режиме реального времени.

Читать подробнее
  • integration.ru.dsl
  • integration.ru.js
external function check_availability(day: string): boolean;

digression booking_confirmed {
    conditions { on #messageHasSentiment("positive"); }
    do {
        var is_available = external check_availability($new_day); // Доступность дня для записи проверяется в процессе ведения разговора
        if (is_available)
        {
            set $day_of_week = $new_day;
            #sayText("Отлично, этот день свободен для записи, в какое время вы подойдете?");
        }
    }
}

Dasha Studio

Расширение VSCode

Dasha Studio позволяет вам создавать, развивать и управлять разговорными моделями из VSCode, используя IntelliSense для DashaScript, графический интерфейс WYSIWYG, синтаксис DashaScript и подсветку ошибок. Также вам доступен инструмент Profiler, который позволит анализировать разговоры и добиваться эффективности модели, сравнимой или превосходящей человеческую.

Читать подробнее
Image

Тестовый период

Бесплатный пробный период для разработки и экспериментов

Попробуйте платформу Даша бесплатно, создайте приложение и протестируйте его. Если понравилось - переходите к платному использованию. Или нет. Решать только вам.

Читать подробнее
Image

Beta

Создайте вашу первую модель на платформе Даша

На платформе Даша вы можете создать модели на темы: автоматизация колл-центра, обучение сотрудников / анализ разговоров сотрудников, бронирование столика в ресторане, запись на приём, бота для Clubhouse / Discord, добавить голосовое управление в существующее мобильное приложение, разговорный IVR ... возможности практически безграничны!

Попробовать
У вас нет разработчиков?

Seamlessly Connect With Your Entire Tech Stack

Trusted By Teams Using:

Integration partners including Salesforce, Zoho, Pipedrive, and other popular business tools

Integrate Through Our API and SDK or Connect Instantly With 1000+ Apps via zapier

Frequently Asked Questions

What is Dasha AI?
Dasha AI is a production-ready conversational AI platform that enables businesses to create ultra-realistic voice and text AI agents. Our platform uses advanced language models to deliver human-like interactions that can handle real-world tasks, enhance sales, improve customer service, and automate processes at scale.
How is Dasha different from competitors?
Dasha is the most mature and production-ready solution in the market, with several key advantages: 1) True scalability - handling hundreds of concurrent calls while maintaining performance, 2) Production stability - including automatic failover between providers, real-time monitoring, and comprehensive testing frameworks, 3) Advanced telephony features like warm transfers and smart queuing that others don't offer, 4) Support for all LLMs with the unique ability to use multiple LLMs in the same call, 5) Multi-language support with 30+ languages and mid-call language switching, and 6) Bring-your-own VoIP provider flexibility. While newer platforms focus on demos and prototypes, Dasha delivers enterprise-grade reliability for real-world, high-volume operations.
Does Dasha AI have any kind of no-code voice AI agents builder?
No, Dasha AI does not offer a no-code builder. This is a deliberate choice because building advanced, real-world voice AI agents that can handle complex scenarios requires proper programming and customization that simply cannot be achieved through a no-code interface. Dasha AI is specifically designed for developers who need to create sophisticated, production-ready voice applications. For businesses without in-house developers, we can connect you with certified Dasha developer experts from our network - just reach out to support@dasha.ai.
Do I need to have developers on my team to use Dasha?
Yes, Dasha is a powerful and highly customizable platform that requires development expertise to fully leverage its capabilities. If you don't have a developer on your team, we have two solutions: you can hire a developer through platforms like UpWork, or contact us at support@dasha.ai and we'll connect you with certified Dasha developer experts from our network who can help implement your solution.
What languages does Dasha support?
Dasha supports over 30 languages and can even switch between languages during a call. This makes it ideal for businesses operating in multiple regions or serving a global customer base. Our platform ensures natural, fluent conversation in each supported language.
Can I integrate Dasha with my existing phone system?
Yes, Dasha offers flexible telephony integration. You can connect to your own SIP/VoIP providers, use multiple providers simultaneously, and even bring your existing phone numbers. This allows you to maintain your current infrastructure while adding AI capabilities.
What Language Models (LLMs) does Dasha AI support?
Dasha supports all available Language Models, and uniquely allows you to use multiple LLMs on the same call! This flexibility ensures you can always use the best model for each specific task and provides redundancy for uninterrupted service.
How does Dasha ensure reliable performance at scale?
Dasha's infrastructure is built for high-volume operations with automatic failover mechanisms, load balancing across providers, and real-time monitoring. We also provide comprehensive testing tools, including end-to-end and unit testing, to ensure reliable performance even under heavy loads.
Can I white-label Dasha for my own business?
Yes! Dasha is designed as a white-label platform, allowing you to rebrand our solution under your own company name. This means you can offer AI voice capabilities to your customers while maintaining your brand identity. We provide full white-labeling support and never compete with our partners in the market.
Can I customize the AI agent's voice and behavior?
Yes, Dasha offers unlimited custom voice clones and extensive customization options through DashaScript, our proprietary programming language. You can tailor the agent's voice, personality, responses, and behavior to match your brand and specific use cases.
How does Dasha handle data integration?
Dasha provides robust API integration capabilities that allow your AI agents to seamlessly connect with your CRM, databases, and other business systems. This enables real-time data access and updates during conversations, ensuring accurate and personalized interactions.
What kind of support does Dasha provide?
Dasha offers dedicated support throughout your journey, from initial setup to ongoing optimization. As a white-label platform, we partner with you for success while allowing you to present the solution as your own brand.
How can I measure the performance of my AI agents?
Dasha provides comprehensive analytics and monitoring tools, including event tracking, funnel building, and A/B testing capabilities. You can track custom events, analyze call outcomes, and optimize your agents based on real performance data.
Can Dasha handle both inbound and outbound calls?
Yes, Dasha is optimized for both inbound customer service and outbound sales/marketing campaigns. The platform includes features like smart call scheduling, voicemail detection, and warm live transfers to ensure effective handling of both types of calls.
What about security and reliability?
Dasha prioritizes security and reliability through resilient infrastructure, automatic failover mechanisms, and real-time monitoring. Our platform ensures uninterrupted service even if third-party providers experience issues, and includes comprehensive testing tools to maintain consistent performance. You can monitor our platform's real-time operational status at https://status.dasha.ai/.
How quickly can I get started with Dasha?
The fastest way to get started is to schedule a call with our team by clicking 'Contact Sales.' Our experts will guide you through the platform and help create a solution tailored to your needs. Alternatively, you can explore our capabilities immediately through our Playground at playground.dasha.ai.