Description
Your current environment
🐛 Describe the bug
#/default/create_completion_v1_completions_post
{
"model": "Qwen/Qwen2.5-1.5B-Instruct",
"prompt": "Who is Napoleon Bonaparte?",
"max_tokens": 128,
"temperature": 0.0
}
{
"id": "cmpl-4b3d25bf255944828dfcdac816c28cb1",
"object": "text_completion",
"created": 1750894412,
"model": "Qwen/Qwen2.5-1.5B-Instruct",
"choices": [
{
"index": 0,
"text": " Who was he and what did he do?\nNapoleon Bonaparte, born on August 15, 1769, in Ajaccio, Corsica, was a French military leader who rose to prominence during the French Revolution. He served as First Consul of France from 1799 to 1804 and Emperor of the French from 1804 until his abdication in 1814. After briefly returning to power in 1815, he was exiled to Saint Helena, where he died.\n\nKey aspects of Napoleon's life and accomplishments include:\n\n",
"logprobs": null,
"finish_reason": "length",
"stop_reason": null,
"prompt_logprobs": null
}
],
"usage": {
"prompt_tokens": 7,
"total_tokens": 135,
"completion_tokens": 128,
"prompt_tokens_details": null
}
}
Before submitting a new issue...
- Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.