• 서비스
  • 가격
  • 리소스
  • 기술지원
이 페이지는 현재 영어로만 제공되며 한국어 버전은 곧 제공될 예정입니다. 기다려 주셔서 감사드립니다.
Feedback

Inworld

Inworld specializes in AI-driven interactive characters for gaming, virtual worlds, and immersive experiences. Its TTS is tightly coupled with character personality, emotion systems, and contextual awareness. Choose Inworld if you're building game NPCs, virtual companions, or interactive narrative experiences where voice is part of a full character AI stack.

Usage

To use Inworld as the TTS engine, pass the following JSON in the TTSConfig field of the StartAIConversation API:
// json — TTSConfig
{
"TTSType": "inworld",
"APIKey": "<your_inworld_api_key>",
"VoiceId": "Dennis",
"ModelId": "inworld-tts-1.5-max",
"Temperature": 1.0
}
For the complete TTSConfig parameter reference, see the Text-to-Speech Configuration.

Parameter reference

Field
Type
Required
Description
TTSType
String
Yes
Fixed value: "inworld".
APIKey
String
Yes
Your Inworld API key. Obtain from Inworld Studio.
VoiceId
String
Yes
The voice name to use (e.g., "Dennis"). See Inworld TTS Playground.
ModelId
String
Yes
Inworld TTS model ID (e.g., "inworld-tts-1.5-max"). See Inworld TTS Models.
Temperature
Float
No
Controls voice expressiveness. Default: 1.0.
Note:
Inworld voices and characters are configured in Inworld Studio. Refer to Inworld's documentation for voice setup details.
For more details on Inworld, see the Inworld documentation.