generate_text
Create custom text outputs with AI models like OpenAI and Mistral by providing prompts. Define AI behavior, ensure consistency with seed values, and choose JSON or private responses for flexibility.
Instructions
使用Pollinations.ai生成文本
Input Schema
Name | Required | Description | Default |
---|---|---|---|
json | No | 是否返回JSON格式的响应 | |
model | No | 要使用的模型(如openai、mistral等) | openai |
private | No | 设置为true可使响应私有 | |
prompt | Yes | 文本提示词 | |
seed | No | 随机种子值(用于生成一致的结果) | |
system | No | 系统提示词(设置AI行为) |