iim api
v1.1.0
智元IIM ist eine Open -Source -Webversion des Live -Chat -Systems und verfügt über KI -Chat- und Dialogfunktionen.
curl --location ' https://api.iim.ai/v1/chat/completions '
--header ' Content-Type: application/json '
--header ' Authorization: Bearer sk-IIMGD1unkIVxDbCi0ErDjnM0YwVuDUbJOs0XMkTtMJxAEg0N '
--data ' {
"model": "gpt-3.5-turbo-16k",
"stream": true,
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "hi"}
]
} 'curl --location ' https://api.iim.ai/v1/token/usage '
--header ' Authorization: Bearer sk-IIMGD1unkIVxDbCi0ErDjnM0YwVuDUbJOs0XMkTtMJxAEg0N 'Antwortergebnisse
{
"code" : 200 ,
"message" : " success " ,
"data" : {
"usage_count" : 1 ,
"used_tokens" : 11 ,
"total_tokens" : 10000
}
}| Lagerhaus | Frontend | hinteres Ende | API |
|---|---|---|---|
| Hauptbibliothek | https://github.com/iimeta/iim-web | https://github.com/iimeta/iim-client | https://github.com/iimeta/iim-api |
| Codewolke | https://gitee.com/iimeta/iim-web | https://gitee.com/iimeta/iim-client | https://gitee.com/iimeta/iim-api |