文献整理信息抽取科研提效
调用示例
cURL
curl https://api.ninefireai.cn/v1/chat/completions \
-H "Authorization: Bearer $NINEFIRE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "<模型编码>",
"messages": [{"role": "user", "content": "你好"}]
}'下单开通后,使用控制台签发的 API 密钥即可按上例调用本智能体。