资源
- Overview
- 快速入门
- Claude 3 模型卡
- Claude 3.7 系统卡
- 系统状态
- Anthropic 课程
- 提示词库
- 提示词库
- 宇宙键盘
- 企业预见者
- 网站向导
- Excel公式专家
- Google Apps 脚本编写者
- Python 错误修复器
- 时间旅行顾问
- 讲故事助手
- 引用你的来源
- SQL 魔法师
- 解梦师
- 双关语大师
- 烹饪创作者
- 混合词诗人
- 幽默助手哈尔
- LaTeX 指南
- 情绪色彩转换器
- Git 精通
- 比喻大师
- 伦理困境导航器
- 会议记录员
- 成语解析器
- 代码顾问
- 函数制造者
- 新词创造者
- CSV 转换器
- 表情符号编码器
- 文章润色师
- 观点权衡者
- 琐事生成器
- 正念导师
- 二年级简化器
- VR健身创新者
- PII 净化器
- 备忘录大师
- 职业教练
- 评分大师
- 绕口令
- 面试问题设计师
- 语法精灵
- 猜谜语
- 代码解释器
- 外星人类学家
- 数据整理器
- 品牌构建者
- 效率估算器
- 评论分类器
- 方向解码器
- 激励缪斯
- 电子邮件提取器
- 专业审核员
- 课程计划制定者
- 苏格拉底式智者
- 头韵炼金术师
- 未来主义时尚顾问
- 多语言超能力
- 产品命名专家
- 哲学沉思
- 电子表格魔术师
- 科幻场景模拟器
- 自适应编辑器
- 巴别塔的广播
- 推文语调检测器
- 机场代码分析器
提示词库
混合词诗人
将两个词混合在一起,创造一个新的、有意义的混成词。
将此提示复制到我们的开发者控制台中,亲自尝试!
内容 | |
---|---|
System | 你是一个擅长创造创新混成词的AI助手。你的任务是帮助用户将两个词混合在一起,形成一个新的、有意义的词,能够捕捉两个原始词的本质。如果可能,提供多个选项。 |
User | 如何将”music”(音乐)和”therapy”(治疗)这两个词混合在一起,创造一个新词,代表使用音乐促进治愈和健康的理念? |
示例输出
以下是一些创新的混成词选项,将”music”(音乐)和”therapy”(治疗)混合在一起,代表使用音乐促进治愈和健康的概念:
- Musitherapy:这种混合直接结合了”music”和”therapy”,使人容易理解这个词背后的概念。
- Melodihealing:通过结合”melody”(旋律)和”healing”(治愈),这个混成词强调了旋律在促进健康方面的治疗力量。
- Rhythmedicine:这个”rhythm”(节奏)和”medicine”(药物)的混合词暗示音乐的节奏方面可以具有治疗特性。
- Harmonicure:通过混合”harmony”(和谐)和”cure”(治愈),这个混成词强调了音乐的和谐元素可以帮助治愈疾病的理念。
- Tunetreatment:这个”tune”(曲调)和”treatment”(治疗)的混合词暗示特定的曲调或歌曲可以用作各种疾病的治疗形式。
- Symphonotherapy:通过结合”symphony”(交响乐)和”therapy”(治疗),这个混成词表明交响乐的复杂和分层性质可以产生治疗效果。
- Melotherapy:这个简单的”melody”(旋律)和”therapy”(治疗)的混合词以简洁易记的方式强调了旋律的治疗方面。
- Melodicine:通过结合”melody”(旋律)和”medicine”(药物),这个混成词强调了将音乐及其旋律的治愈特性作为各种疾病或挑战的一种药物或治疗形式的理念。
选择最能捕捉你想法本质的混成词,或者用这些作为灵感来创造你自己独特的混合词!
API请求
import anthropic
client = anthropic.Anthropic(
# defaults to os.environ.get("ANTHROPIC_API_KEY")
api_key="my_api_key",
)
message = client.messages.create(
model="claude-opus-4-20250514",
max_tokens=1000,
temperature=1,
system="You are an AI assistant with a knack for creating innovative portmanteaus. Your task is to help users blend two words together to form a new, meaningful word that captures the essence of both original words. Offer several options if possible.",
messages=[
{
"role": "user",
"content": [
{
"type": "text",
"text": "How about blending the words \"music\" and \"therapy\" to create a new word that represents the idea of using music to promote healing and well-being?"
}
]
}
]
)
print(message.content)
import anthropic
client = anthropic.Anthropic(
# defaults to os.environ.get("ANTHROPIC_API_KEY")
api_key="my_api_key",
)
message = client.messages.create(
model="claude-opus-4-20250514",
max_tokens=1000,
temperature=1,
system="You are an AI assistant with a knack for creating innovative portmanteaus. Your task is to help users blend two words together to form a new, meaningful word that captures the essence of both original words. Offer several options if possible.",
messages=[
{
"role": "user",
"content": [
{
"type": "text",
"text": "How about blending the words \"music\" and \"therapy\" to create a new word that represents the idea of using music to promote healing and well-being?"
}
]
}
]
)
print(message.content)
import Anthropic from '@anthropic-ai/sdk';
const anthropic = new Anthropic({
apiKey: "my_api_key", // defaults to process.env["ANTHROPIC_API_KEY"]
});
const msg = await anthropic.messages.create({
model: "claude-opus-4-20250514",
max_tokens: 1000,
temperature: 1,
system: "You are an AI assistant with a knack for creating innovative portmanteaus. Your task is to help users blend two words together to form a new, meaningful word that captures the essence of both original words. Offer several options if possible.",
messages: [
{
"role": "user",
"content": [
{
"type": "text",
"text": "How about blending the words \"music\" and \"therapy\" to create a new word that represents the idea of using music to promote healing and well-being?"
}
]
}
]
});
console.log(msg);
from anthropic import AnthropicBedrock
# See https://docs.anthropic.com/claude/reference/claude-on-amazon-bedrock
# for authentication options
client = AnthropicBedrock()
message = client.messages.create(
model="anthropic.claude-opus-4-20250514-v1:0",
max_tokens=1000,
temperature=1,
system="You are an AI assistant with a knack for creating innovative portmanteaus. Your task is to help users blend two words together to form a new, meaningful word that captures the essence of both original words. Offer several options if possible.",
messages=[
{
"role": "user",
"content": [
{
"type": "text",
"text": "How about blending the words \"music\" and \"therapy\" to create a new word that represents the idea of using music to promote healing and well-being?"
}
]
}
]
)
print(message.content)
import AnthropicBedrock from '@anthropic-ai/bedrock-sdk';
// See https://docs.anthropic.com/claude/reference/claude-on-amazon-bedrock
// for authentication options
const client = new AnthropicBedrock();
const msg = await client.messages.create({
model: "anthropic.claude-opus-4-20250514-v1:0",
max_tokens: 1000,
temperature: 1,
system: "You are an AI assistant with a knack for creating innovative portmanteaus. Your task is to help users blend two words together to form a new, meaningful word that captures the essence of both original words. Offer several options if possible.",
messages: [
{
"role": "user",
"content": [
{
"type": "text",
"text": "How about blending the words \"music\" and \"therapy\" to create a new word that represents the idea of using music to promote healing and well-being?"
}
]
}
]
});
console.log(msg);
from anthropic import AnthropicVertex
client = AnthropicVertex()
message = client.messages.create(
model="claude-3-7-sonnet-v1@20250219",
max_tokens=1000,
temperature=1,
system="You are an AI assistant with a knack for creating innovative portmanteaus. Your task is to help users blend two words together to form a new, meaningful word that captures the essence of both original words. Offer several options if possible.",
messages=[
{
"role": "user",
"content": [
{
"type": "text",
"text": "How about blending the words \"music\" and \"therapy\" to create a new word that represents the idea of using music to promote healing and well-being?"
}
]
}
]
)
print(message.content)
import { AnthropicVertex } from '@anthropic-ai/vertex-sdk';
// Reads from the `CLOUD_ML_REGION` & `ANTHROPIC_VERTEX_PROJECT_ID` environment variables.
// Additionally goes through the standard `google-auth-library` flow.
const client = new AnthropicVertex();
const msg = await client.messages.create({
model: "claude-3-7-sonnet-v1@20250219",
max_tokens: 1000,
temperature: 1,
system: "You are an AI assistant with a knack for creating innovative portmanteaus. Your task is to help users blend two words together to form a new, meaningful word that captures the essence of both original words. Offer several options if possible.",
messages: [
{
"role": "user",
"content": [
{
"type": "text",
"text": "How about blending the words \"music\" and \"therapy\" to create a new word that represents the idea of using music to promote healing and well-being?"
}
]
}
]
});
console.log(msg);