Inworld
本文主要介绍如何在接口中配置 Inworld。
Inworld 专注于面向游戏、虚拟世界和沉浸式体验的 AI 驱动交互角色。其 TTS 与角色个性、情感系统和上下文感知深度耦合。如果你正在构建游戏 NPC、虚拟伴侣或交互式叙事体验——语音是完整角色 AI 栈的一部分——Inworld 是首选。
使用方式
// json — TTSConfig{"TTSType": "inworld","APIKey": "<your_inworld_api_key>","VoiceId": "Dennis","ModelId": "inworld-tts-1.5-max","Temperature": 1.0}
参数参考
字段 | 类型 | 必填 | 说明 |
TTSType | String | 是 | 固定值: "inworld"。 |
APIKey | String | 是 | |
VoiceId | String | 是 | |
ModelId | String | 是 | |
Temperature | Float | 否 | 控制音色表现力。默认值:1.0。 |
说明: