当前位置:   article > 正文

ChatGPT、GPT-4 Turbo接口调用_chatgpt接口

chatgpt接口

接口地址

https://chat.xutongbao.top/api/light/chat/createChatCompletion

请求方式

post

请求参数

model可选值:

gpt-3.5-turbo-1106”、 “gpt-3.5-turbo-16k” 、 “gpt-4”、“gpt-4-1106-preview”。 默认值为: “gpt-3.5-turbo-1106”

token获取方式:

访问:https://chat.xutongbao.top/

使用邮箱注册账号

点击【我的】

点击【API】

  1. {
  2. "model": "gpt-3.5-turbo-1106",
  3. "token": "sk-3d76d415-dd72-43ff-b7c8-65fb426f1d7b",
  4. "messages": [
  5. {
  6. "role": "user",
  7. "content": "你好"
  8. }
  9. ],
  10. "params": {
  11. "n": 1
  12. }
  13. }

响应数据

  1. {
  2. "code": 200,
  3. "data": {
  4. "completion": {
  5. "id": "chatcmpl-8JGls95QfaJp8WI9oirVRqK7SMY8h",
  6. "object": "chat.completion",
  7. "created": 1699603392,
  8. "model": "gpt-3.5-turbo-1106",
  9. "choices": [
  10. {
  11. "index": 0,
  12. "message": {
  13. "role": "assistant",
  14. "content": "你好!有什么可以帮助你的吗?"
  15. },
  16. "finish_reason": "stop"
  17. }
  18. ],
  19. "usage": {
  20. "prompt_tokens": 9,
  21. "completion_tokens": 17,
  22. "total_tokens": 26
  23. },
  24. "system_fingerprint": "fp_eeff13170a"
  25. },
  26. "info": {
  27. "isSdHide": "2",
  28. "sdLimitCount": 2000,
  29. "sdTextToImg": 411,
  30. "token": "sk-3d76d415-dd72-43ff-b7c8-65fb426f1d7b",
  31. "numOfOneDayCanCallApi": 10,
  32. "numOfOneDayAlreadyCallApi": 3,
  33. "apiDate": "2023-11-10"
  34. }
  35. },
  36. "message": "成功"
  37. }

postman截图

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/601701
推荐阅读
相关标签
  

闽ICP备14008679号