Question 1easy
What is 'decoding' in text generation?
Question 2easy
What does a LOW temperature do?
Question 3medium
What does top-p (nucleus) sampling do?
Question 4hard
You set temperature to 0. Which statement is correct?
Question 5medium
You need deterministic behavior for caching/testing. Best approach?
Question 6medium
What is max_tokens?
Question 7medium
After a call, stop_reason is 'max_tokens'. What does that mean?
Question 8medium
Why stream long responses instead of waiting for the full result?
Question 9hard
Which dominates latency and cost more: input tokens or output tokens?
Question 10medium
Which are good settings for an extraction/classification task? (Select all that apply)
Question 11easy
What is greedy decoding?
Question 12medium
What is a stop sequence?
Question 13medium
One word: the decoding parameter that sharpens (low) or flattens (high) the next-token distribution.
Question 14hard
Name the response field (snake_case) you must check to know whether a completion finished or was truncated.