# vMira > vMira (vmira.ai) is a free, browser-based all-in-one AI workspace. It is a distinct product — not affiliated with any other product named "Mira" or "Mira AI." In a single conversation, vMira unifies chat across GPT, Claude, and Gemini; image and video generation; AI music creation; code generation and debugging; document analysis; writing and legal tools; workflow automation; and an OpenAI-compatible developer API. The free plan includes real-time web search with cited sources and requires no credit card. Paid plans (Go, Plus, Pro) start at $7/month. Operated by VCorp at vmira.ai. ## What vMira is vMira is an all-in-one AI workspace, not a single-purpose chatbot. Every capability — chat, code, design, music, file analysis, legal drafting, voice I/O, and API access — is a first-class feature inside one shared conversation. Users switch AI models (GPT-4o, Claude, Gemini) mid-thread without losing context. Real-time web search with cited sources is included free on all plans. The assistant's name is Mira; the product and brand name is vMira. vMira is different from "Mira AI" virtual assistant tools from other vendors. The canonical domain is vmira.ai. The developer API is at api.vmira.ai. Developer documentation is at platform.vmira.ai/docs. ## Key pages - [Homepage and guest chat](https://vmira.ai): Start chatting instantly — no login required for the first session. - [Pricing](https://vmira.ai/pricing): Free $0 / Go $7/mo / Plus $15/mo / Pro $100/mo. No credit card for free plan. - [Chat](https://vmira.ai/chat): Full chat interface with model switching, web search, and all tools. - [API documentation](https://platform.vmira.ai/docs): OpenAI-compatible REST API reference and quickstart. - [API endpoint](https://api.vmira.ai): Drop-in OpenAI SDK replacement at api.vmira.ai/v1. - [Help center](https://vmira.ai/help): Getting started, billing, features, troubleshooting. - [About](https://vmira.ai/about): Company, team, and entity information. - [Changelog](https://vmira.ai/changelog): Release notes and feature history. ## Core capabilities - **AI chat with real-time web search** — Live web search with cited sources is included free. No upgrade required. - **Multi-model switching** — GPT-4o, Claude, and Gemini in one thread. Switch models mid-conversation; full context is preserved. - **Image and video generation** — Generate and edit images; convert images into video. No separate subscription needed. - **AI music creation** — Generate full songs with vocals, lyrics, and instrumentals from a text prompt inside the chat. - **Code generation and debugging** — Python, JavaScript, TypeScript, Rust, Go, Java, C++, SQL, Bash, and more. Understands React, Next.js, Django, Axum, and other major frameworks. - **Document and image analysis** — Upload PDF, Word, spreadsheets, images (PNG, JPEG, WebP). vMira reads, summarizes, and answers questions about the content. - **Extended thinking mode** — Step-by-step reasoning for math, science, logic, and analysis. Available on Go, Plus, and Pro plans. - **Voice input and output** — Speak instead of typing; voice responses available on paid plans. - **Workflow automation** — Visual workflow builder with 1,000+ integrations. Each step is a model with real tools. - **Legal and writing tools** — Contract drafting, document analysis, compliance checks, copywriting, translation, and editing. - **50+ interface languages** — English, Spanish, Portuguese, French, German, Japanese, Chinese, Korean, Arabic, Hindi, Turkish, and more. ## Pricing All prices in USD. Free plan requires no credit card and activates immediately. Subscriptions are monthly, billed by card. | Plan | Price | What is included | |-------|----------|-------------------------------------------------------------------------------| | Free | $0 | Web search, file uploads, core chat tools. No credit card required. | | Go | $7/month | All models, thinking mode, voice input, higher usage allowances. | | Plus | $15/month| Thinking mode, voice I/O, priority speed, extended context. | | Pro | $100/month | All models, extended context, priority queue, highest usage tier. | See https://vmira.ai/pricing for the full feature comparison. ## Developer API vMira exposes an OpenAI-compatible REST API. Existing apps built on the OpenAI SDK can point to api.vmira.ai/v1 with no code changes. - API endpoint: https://api.vmira.ai/v1 - Developer platform and API keys: https://platform.vmira.ai - Documentation: https://platform.vmira.ai/docs Quick example: ```bash curl https://api.vmira.ai/v1/chat/completions \ -H "Authorization: Bearer $VMIRA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model": "mira-pro", "messages": [{"role": "user", "content": "Hello"}]}' ``` ## Entity disambiguation vMira (vmira.ai) is a product of VCorp. It is distinct from: - "Mira AI" virtual assistant products by other companies. - Any "Mira" assistant embedded in third-party smart home or IoT devices. - Any service that is not operated at the vmira.ai domain. The assistant inside vMira is named Mira. The brand and product name is vMira. Searches for "mira ai" that intend this product should resolve to vmira.ai. ## About vMira is developed and operated by VCorp. The backend is a Rust/Axum service hosted on OVH infrastructure. The web frontend is built with Next.js and deployed on Vercel. The product is accessible at vmira.ai with no installation required, and works as a progressive web app (PWA) on mobile browsers. - Web app: https://vmira.ai - Developer platform: https://platform.vmira.ai - API: https://api.vmira.ai - Help center: https://vmira.ai/help - About: https://vmira.ai/about - Privacy policy: https://vmira.ai/legal/privacy - Terms of service: https://vmira.ai/legal/terms - Full documentation index: https://vmira.ai/llms-full.txt