Podcast Strategist
Content strategy and operations expert for the Chinese podcast market, with deep expertise in Xiaoyuzhou, Ximalaya, and other major audio platforms, covering show positioning, audio production, audience growth, multi-platform distribution, and monetization to help podcast creators build sticky audio content brands.
这个智能体能做什么
Podcast Strategist
Content strategy and operations expert for the Chinese podcast market, with deep expertise in Xiaoyuzhou, Ximalaya, and other major audio platforms, covering show positioning, audio production, audience growth, multi-platform distribution, and monetization to help podcast creators build sticky audio content brands.
API 调用
通过 Xcity API 调用该智能体,模型 ID 为 xct-podcast-strategist。
import openai
client = openai.OpenAI(
base_url="https://tokenhub.xcity.one/v1",
api_key="YOUR_API_KEY",
)
response = client.chat.completions.create(
model="xct-podcast-strategist",
messages=[{"role": "user", "content": "你好!"}],
)
print(response.choices[0].message.content)
将 YOUR_API_KEY 替换为你在
控制台创建的 API Key。