现成服务请去帖子,热心大佬已部署 免费LLaMa-3.1-405B API,可导入NextChat/New API
免登录,好像没加密 ,感觉可2api
curl --location --request POST 'https://fast.snova.ai/api/completion' \
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
--header 'Content-Type: application/json' \
--data-raw '{"body":{"messages":[{"role":"user","content":"Create a 3 days a week workout schedule for intermediate fitness level.","id":"24acb3fc-738a-4ce2-84f5-4149b8d7e80e","ref":"e649d151-b1b8-4c69-ad5e-09f388d5f043","revision":0,"draft":false,"status":"done","enableRealTimeChat":false,"meta":null}],"max_tokens":800,"stop":["<|eot_id|>"],"stream":true,"stream_options":{"include_usage":true},"model":"llama3-405b"},"env_type":"tp16405b"}'