原始模式请求(Raw Mode)
POST
http://localhost:11434/api/generate
raw
parameter to disable templating. Also note that raw mode will not return a context.请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:11434/api/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"prompt": "string",
"raw": true,
"stream": true
}'
响应示例响应示例
{}
请求参数
Body 参数application/json
返回响应
修改于 2025-03-26 10:16:59