What is Post-Training? Why many models really widen the gap is post-training
Post-training refers to the process by which a model continues to become more useful, stable, and in line with the target task through additional trai...
Post-training refers to the process by which a model continues to become more useful, stable, and in line with the target task through additional trai...
Grounding can generally be understood as "making the model's answers as based on verifiable external information as possible". The most common manifes...
Prompt caching refers to caching the recurring prompt prefixes in the model request, and then trying to reuse the processing results directly when enc...
Agentic Search generally refers to a new generation of search methods with the ability to "find autonomously, disassemble tasks, continuously browse a...
Voice Agent can be understood as "Agent with voice as the main entrance". It doesn't just turn your words into text and then read out the model reply,...
Context caching refers to caching a context that will be sent to the model repeatedly and reusing subsequent requests as much as possible, rather than...