智增增API支持Jev模型, 速度快193倍、成本低444倍——只做“选择题”的systemone
Jev由ChatGPT联合创始人Diogo Almeida主导开发。他在X上写道:“参与共同发明ChatGPT之后,我一直在问自己:为什么超人级别的聊天模型没有带来AGI?”两年隐身研发后,他给出了自己的答案——一套全新的决策模型,或许比更强的聊天更有效。
根据TypeSafe官网公布的测试数据,Jev在自动化工作流任务上比现有大语言模型快193.6倍,成本低444.6倍。输入每百万Token仅需0.042美元,输出Token免费。上线后需求量一度超出预期,API短暂无法正常响应。
一句话: 修改base_url和密钥key, 其它全部和TypeSafe官方文档一样,请直接以TypeSafe官方文档说明为准,不管是python,go还是其它语言.
- 智增增base_url: https://api.zhizengzeng.com/v1
- 智增增api_key: (智增增后台密钥key)
curl https://api.typesafe.ai/v1/systemone \
-H "Content-Type: application/json" \
-H "Authorization: Bearer jev_api_key" \
-d '{
"state": "Help! My payouts have been failing for 3 days.",
"model": "jev-latest",
"questions": {
"is_urgent": {
"type": "noul",
"instructions": "Does this convey urgency?"
}
}
}'
https://api.typesafe.ai/v1, 替换为智增增: https://api.zhizengzeng.com/v1, 即可向 jev API 端点发送请求。curl https://api.zhizengzeng.com/v1/systemone \
-H "Content-Type: application/json" \
-H "Authorization: Bearer zzz_api_key" \
-d '{
"state": "Help! My payouts have been failing for 3 days.",
"model": "jev-latest",
"questions": {
"is_urgent": {
"type": "noul",
"instructions": "Does this convey urgency?"
}
}
}'
{
"model": "jev-1.13.0",
"answers": {
"is_urgent": {
"type": "noul",
"noul": 0.95
}
},
"usage": {
"input_tokens": 283,
"output_tokens": 23
}
}
© 版权声明
文章版权归作者所有,未经允许请勿转载。
相关文章
暂无评论...