

























shell
curl --location 'http://localhost:11434/api/chat' \
--header 'Content-Type: application/json' \
--data '{
"model": "deepseek-r1:1.5b",
"messages": [
{"role": "user", "content": "你叫什么?"}
],
"stream": false
}'shell
curl --location 'http://localhost:11434/api/chat' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen2.5:3b",
"messages": [
{"role": "user", "content": "分析一下产品A上个月的销售额,并解释原因,最后生成图表"}
],
"stream": false
}'shell
curl --location 'http://localhost:11434/api/embeddings' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen2.5:3b",
"prompt": "你好"
}'此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。