欢迎访问 n1n 在线文档!平台充值汇率 1:1 即 1 人民币充值到账 1 美元,支持近 600+ 海内外模型,限时特价模型低至 1 折,欢迎上岸!
【 亚洲地区入口及接口地址:llm-api.net 】,【 全球地区入口及接口地址:api.n1n.ai 】

Authorization: Bearer ********************curl --location 'https://llm-api.net/v1/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-3.5-turbo-instruct",
"prompt": "你好,",
"max_tokens": 30,
"temperature": 0
}'{
"id": "cmpl-uqkvlQyYK7bGYrRHQ0eXlWi7",
"object": "text_completion",
"created": 1589478378,
"model": "gpt-3.5-turbo-instruct",
"system_fingerprint": "fp_44709d6fcb",
"choices": [
{
"text": "\n\nThis is indeed a test",
"index": 0,
"logprobs": null,
"finish_reason": "length"
}
],
"usage": {
"prompt_tokens": 5,
"completion_tokens": 7,
"total_tokens": 12
}
}