Skip to content

อธิบาย

คำตอบภาษาเข้าใจง่ายสำหรับคำถาม AI ที่เกิดขึ้นซ้ำ ๆ อัปเดตตามความเปลี่ยนแปลงของวงการ

What is a context window, and why does it run out?

A context window is the maximum amount of text, measured in tokens, that a model can consider in a single request. It holds the system instructions, the conversation so far, any documents you paste in, and the answer being generated. When the total exceeds the limit, something has to be dropped or summarised.

อัปเดต อ่าน 4 นาที

Open weights vs open source AI: what the labels actually mean

Open weights means the trained model file can be downloaded and run yourself, under whatever licence the publisher chose. Open source is a stricter legal standard requiring freedom to use, study, modify and redistribute without restrictions on field of use. Many widely used models are open weights but not open source.

อัปเดต อ่าน 3 นาที

How AI model pricing actually works: tokens, caching and batching

Almost every AI API bills per million tokens, with separate prices for input and output. Output usually costs several times more than input. Cached input, batch processing and smaller models can each cut the bill substantially, and the total for a conversation grows with history because most APIs re-send the whole thread every turn.

อัปเดต อ่าน 3 นาที