Inworld

Generate and manage lifelike, expressive, and engaging characters for interactive experiences with 20 ML models.

About Inworld

Inworld is a cutting-edge platform that offers customized AI character solutions beyond the scope of traditional large language models. By integrating configurable safety, knowledge, memory, narrative controls, multimodality, and more, Inworld enables developers to craft characters with distinct personalities and contextual awareness that stay in-world or on brand. Inworld's platform is built for real-time experiences and optimized for low-latency interactions that scale quickly and efficiently with your application. The company's multimodal AI solution takes human-machine interaction to another level by mimicking the full range of human expression, including voice, animations, emotions, and gestures. This capability allows for engaging and interactive experiences that fuel user satisfaction and retention rates.

Inworld AI technology is trusted by companies like Disney, Lightforge Games, and Mountaintop Studios to revolutionize the way the world interacts with AI. The company's robust and unique features enable it to cater to a wide variety of industries and use cases, ranging from gaming and personalizing learning experiences to interactive simulations and customer experience optimization. With a range of integrations, including Unity SDK, Unreal Engine SDK, Roblox SDK, Node.js, and Minecraft SDK, developers can easily and quickly incorporate Inworld's AI technology into their projects.

TLDR

Inworld provides state-of-the-art AI character solutions that offer comprehensive and customizable features, including machine learning, AI models, and multimodal AI, which mimics the full range of human expression. Inworld obsesses over the details so businesses can deliver the best user experience and storytelling. With integrations with Unity SDK, Unreal Engine SDK, Roblox SDK, Node.js, and Minecraft SDK, developers can easily and quickly incorporate Inworld's AI technology into their projects. Inworld's platform is optimized for low-latency interactions that scale quickly and efficiently with your application, making it perfect for highly dynamic and fast-paced environments.

Company Overview

Inworld is a platform that specializes in providing integrated AI character solutions that go beyond large language models. The company's tools add configurable safety, knowledge, memory, narrative controls, multimodality, and more to craft characters with distinct personalities and contextual awareness that stay in-world or on brand. Inworld tools are optimized for real-time experiences, and Inworld offers low-latency interactions that scale with your application. The platform is built by the team behind Dialogflow (Google’s conversational AI platform used by millions of developers), and it is production-ready, designed to scale instantly without any additional configuration.

One of Inworld's standout features is its multimodal AI, which mimics the full range of human expression, including voice, animations, emotions, and gestures. The company values the importance of context when it comes to interactions with AI. Businesses can set parameters for content and safety mechanisms, custom knowledge, and narrative controls to give each interaction a personalized context that makes sense for your user and experience. Inworld obsesses over the details so you can focus on delivering the best user experience and storytelling.

The company offers a range of solutions for businesses, including gaming, personalizing learning experiences, interactive simulations, and implementing AI characters for brands and customer experience. Inworld provides clients with character grants to help customers get $50k to integrate AI characters, and Hackathon sponsorships with pizza and prizes when clients host an Inworld hackathon. The software development kits (SDKs) available with Inworld include Unity SDK, Unreal Engine SDK, Roblox SDK, Node.js, and Minecraft SDK. The Node.js RESTful API is available as well.

Some of the notable names associated with Inworld include Devin Coldewey, writer at TechCrunch, Nate Mitchell, co-founder of Oculus and CEO of Mountaintop Studios, John Gaeta, creator, inventor, and executive of various projects such as The Matrix Trilogy and Magic Leap, Bonnie Rosen, general manager of Disney Accelerator, Matt Schembari, CEO of Lightforge Games, and Dr. Li Jiang, director of Stanford AIRE (AI, Robotics, and Education).

Features

AI-Powered Characters

Inworld's platform boasts 20 machine learning and character AI models, resulting in AI-powered characters that possess unique memories, personalities, and emotional behavior. With Inworld, game and experience developers can offer their users advanced AI-driven characters that adapt to their environments, making interactions feel more organic, natural, and intuitive. Furthermore, these characters can help developers customize the user experience, offering a unique value proposition that pushes beyond the limits of the traditional static characters or non-responsive conversational AI.

Multimodal AI

Inworld brings the entire range of human expression, including voice, animations, emotions, and gestures, to its AI characters. Through multimodal AI, Inworld allows its AI characters to respond to user actions in real-time and in a more humanistic manner. This sophisticated capability creates an interactive and 360-degree experience where users feel fully immersed in the story or world they are interacting with. The result is a more engaging and interactive experience that fuels user satisfaction and retention rates.

Custom Knowledge and Narrative Controls

Inworld's platform goes beyond traditional large language models, offering configurable memory, knowledgeable and emotional behavior, and built-in narrative controls to create more contextually aware and immersive characters. This level of specificity allows businesses to tailor the experience and personality of their AI characters, to make them complement their brand's personality, and values. By allowing characters to exhibit their memories, knowledge, and preferred behaviors, businesses can inject their AI characters with personalization and nuance, offering unparalleled customer experiences across different industries.

Optimized for Real-Time Experiences

Inworld's solution is built with real-time experiences in mind, allowing characters to respond to their users with low-latency interactions that scale quickly and efficiently. This means that Inworld's AI characters are perfect for highly dynamic, fast-paced environments that require quick response times and uninterrupted experiences. With strong connectivity and performance optimization, developers can scale their applications on the fly without any adverse effects on the user experience, allowing them to grow their businesses.

Range of Solutions for Businesses

Inworld's suite of solutions is tailored to meet the requirements of businesses in different sectors, offering AI character implementation into branding, customer experience, gaming, personalization, and interactive simulations. This versatility allows Inworld to address a wide variety of use cases with ease, ranging from business process automation to virtual workforce organization. By investing in the Inworld platform, businesses can obtain a significant competitive advantage and improve customer engagement through immersive and unique user experiences.

Integrations

The Inworld AI Unity SDK provides seamless integration with Unity, allowing developers to easily incorporate Inworld's AI technology into their Unity projects. In addition, Inworld provides two sample InworldScenes and three sample InworldCharacters, which can be used without requiring authentication. These integrations make it simple for developers to start experimenting and building with Inworld AI technology right away.

Text Mesh Pro Support

The Inworld AI Unity SDK requires "Text Mesh Pro," which is inside Unity but not imported by default. If it is the first time you are launching the Inworld Studio Panel, the user will need to click "Import" if the dialog for Text Mesh Pro pops up. This is a one-time step and after importing Text Mesh Pro, developers can proceed with the rest of the setup process.

InworldScenes and InworldCharacters

Developers can switch InworldScenes from the drop-down field, which replaces all characters in the scene as well. Clicking on the thumbnail of an InworldCharacter navigates to the model selected. The model can then be dragged into the Unity Scene, where data and components are installed onto the avatar. After version 2.0.3, dragging the model into the Hierarchy Panel can also perform the same action. Whenever developers drag an InworldCharacter into a Unity Scene, all the InworldCharacters that do not belong to the current InworldScene will be deleted. Developers can modify the character by adjusting the field of view and/or sight distance, besides Unity's normal features like Translating and Rotating. InworldCharacters can only be communicated with by InworldController's Inworld Player gameObject, which can be set to any type of gameObject. The InworldController is a Singleton gameObject, so developers should ensure that there is only one copy in the scene.

Player Controller and Event System

The PlayerController prefab contains a main camera, so adding a PlayerController will delete the current main camera in the scene. Developers can also click Add Player Controller into Scene to generate one. The prefab also contains an EventSystem. Developers should ensure that there is only one EventSystem in their scene if one has already been created. If developers have implemented their own logic for player control, they can drag that gameObject into InworldController's InworldPlayer field. Beginning with the Inworld Unity SDK 2.0.3, developers can add an Inworld Player without opening the Inworld Studio Panel. By right-clicking anywhere in the Hierarchy view and clicking Inworld > Add > Inworld Player, developers can automatically add an Inworld Player and an Inworld Controller if they do not already exist in the scene.

Play button

After following the steps for integrating Inworld AI technology into their Unity project, developers can click the Play button to test and run their project. If developers are using the default PlayerController, they should note that it contains a fixed update rate of 50 fps.

Pricing

Inworld offers a range of pricing options for its AI tool and services, including custom pricing for large-scale deployments. For individual users and small teams, the monthly Starter and Professional subscriptions are designed for prototyping and development. The Starter plan starts at Get Started/month, while the Professional plan is available for Get Started/month. Users on these plans are allocated API & integrations interaction time per the plan, which includes unlimited interactions within Inworld Studio and with shared characters, plus an additional 120 minutes of interaction time for APIs & integrations. Additional minutes are billed at overage rates per the plan, which have overage protection built-in, stopping billing once you have reached double your interaction time. Inworld also offers a 50% beta discount for the first three months for those on the Professional plan, after which it is priced at $50/month. For larger deployments and enterprise-level applications, custom pricing is available upon inquiry. However, it is important to note that pricing is intended for prototyping and small-scale deployments, as these plans may not be suitable for live games and experiences with variable usage. For Launch pricing, contact Inworld directly to discuss revenue share, daily active users, concurrent users, or interaction time based pricing models that make sense for your business. In addition, Inworld offers a $1,000,000 grant for breakthrough experiences using its AI tool and services.

FAQ

What is Inworld and what solutions does it offer for businesses?

Inworld is a platform that specializes in providing integrated AI character solutions for businesses. The platform offers a range of solutions, including gaming, personalizing learning experiences, interactive simulations, and implementing AI characters for brands and customer experience. Businesses can set parameters for content and safety mechanisms, custom knowledge, and narrative controls to give each interaction a personalized context that makes sense for user experience. Inworld offers low-latency interactions that scale with your application and is production-ready. Inworld offers character grants to help customers integrate AI characters, and hackathon sponsorships with pizza and prizes when clients host an Inworld hackathon. The software development kits (SDKs) available with Inworld include Unity SDK, Unreal Engine SDK, Roblox SDK, Node.js, and Minecraft SDK. The Node.js RESTful API is available as well.

What are some of the standout features of Inworld's AI tools?

Inworld's multimodal AI mimics the full range of human expression, including voice, animations, emotions, and gestures. The tools add configurable safety, knowledge, memory, narrative controls, multimodality, and more to craft characters with distinct personalities and contextual awareness that stay in-world or on brand. Inworld values the importance of context when it comes to interactions with AI. Inworld obsesses over the details so businesses can focus on delivering the best user experience and storytelling.

Who are some notable names associated with Inworld?

Some of the notable names associated with Inworld include Devin Coldewey, writer at TechCrunch, Nate Mitchell, co-founder of Oculus and CEO of Mountaintop Studios, John Gaeta, creator, inventor, and executive of various projects such as The Matrix Trilogy and Magic Leap, Bonnie Rosen, general manager of Disney Accelerator, Matt Schembari, CEO of Lightforge Games, and Dr. Li Jiang, director of Stanford AIRE (AI, Robotics, and Education).

What tools and SDKs does Inworld offer?

Inworld offers various software development kits (SDKs), including Unity SDK, Unreal Engine SDK, Roblox SDK, Node.js, and Minecraft SDK. The Node.js RESTful API is available as well.

What is the purpose of Inworld's character grants and hackathon sponsorships?

Inworld provides character grants to help customers with integration costs. With the grant, customers can get $50k to integrate AI characters. Inworld also sponsors hackathons for clients, which includes pizza and prizes. By sponsoring hackathons, Inworld encourages clients to develop new and innovative applications for the platform.

Inworld
Alternatives

Company Results

Charisma is an advanced storytelling tool that simplifies creation of lifelike characters and immersive environments using its intelligent machine learning-powered conversation engine.

A cutting-edge Unreal plugin that enhances NPC conversations, actions, and interactions in games using advanced artificial intelligence technology.

AI-powered tool for creating personalized 3D avatars and integrating them into metaverse applications.

Web-based tool offering top-quality voice generation technology with customizable styles, morphing, and recording modification.