VectraYX-Base-260M is a 260M parameter LLM specialized in cybersecurity for Latin America, trained from scratch in Spanish. Supports native tool use with `<|tool_call|>`, explicit reasoning with `<think>`, and technical conversation in Latin American Span
{{ if .System }}<|system|>{{ .System }}<|end|>{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|user|>{{ .Content }}<|end|>{{ else if eq .Role "assistant" }}<|assistant|>{{ .Content }}<|end|>{{ end }}{{ end }}{{ if .Tools }}<|system|>Tools available: {{ .Tools }}<|end|>{{ end }}<|assistant|>