Completions
POST /v1/completions
Legacy completion istemcileri ve kod fill-in-the-middle akışları için kullanılır.
{ "model": "qwen3.5-coder-32b", "prompt": "def fibonacci(n):", "max_tokens": 128, "temperature": 0.2}Fill in the middle
Section titled “Fill in the middle”{ "model": "qwen3.5-coder-32b", "prompt": "def add(a, b):\n ", "suffix": "\nprint(add(2, 3))", "max_tokens": 64}