Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
NJIR
/
njir.gen-3
:1.0-thinker
1M
Downloads
Updated
1 week ago
Third-Generation Sovereign AI - 4 proprietary architectures for Multilingual NLP, Compact Reasoning, Deep Thinking, and Heavy-Duty Intelligence. 131K context, 11 Universal Stop Tokens. Native with OpenClaw, OpenCode, VSCode, Cursor, LangChain & 12+ platfo
Third-Generation Sovereign AI - 4 proprietary architectures for Multilingual NLP, Compact Reasoning, Deep Thinking, and Heavy-Duty Intelligence. 131K context, 11 Universal Stop Tokens. Native with OpenClaw, OpenCode, VSCode, Cursor, LangChain & 12+ platfo
Cancel
tools
njir.gen-3:1.0-thinker
...
/
template
32695b892af8 · 275B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
<|im_start|>{{ .Role }}<|im_sep|>
{{ .Content }}{{ if not $last }}<|im_end|>
{{ end }}
{{- if and (ne .Role "assistant") $last }}<|im_end|>
<|im_start|>assistant<|im_sep|>
{{ end }}
{{- end }}