#Help understanding the differences between R1 and R1 1776
15 messages · Page 1 of 1 (latest)
The R1 1776 model has a different chat template, meaning they don't return <think> tags, and therefore we can't parse the reasoning out
At least, that's how it's configured from Perplexity, a different provider could use a different chat template in the future
I tried to add this as a note on our model page here, lmk if this makes sense https://openrouter.ai/perplexity/r1-1776
Note: As this model does not return <think> tags, thoughts will be streamed by default directly to the content field.
thanks yeah, i tested with their api, it's not reliably returning <think> opening tags but sometimes I get </think> closing tags .. i think they just messed up a little
thanks for the response!
of course, any time
oh btw is there a way to keep the think tags intact with other providers if i want theM?
we parse those out and put them all in the reasoning field of the completion object
if you set include_reasoning to true
thanks!
Yep np, docs here https://openrouter.ai/docs/api-reference/parameters#include-reasoning
seems they fixed their api btw