How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="smashingtags/nova-talker-4b",
	filename="eightly-agent-q4b-Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Nova Talker 4B

Nova Talker 4B is an optional conversational voice for Nova, the local AI assistant in Eight.ly OS. It is a talker: it turns the results of a tool call into a clear, concise reply for the user. A Qwen3-4B model, it gives richer answers than the default 2B voice while still fitting an ~8 GB GPU.

Role in Nova

Nova is router-in-front. The user only ever chooses a talker โ€” this model is one of those choices. Tool selection is always handled by the hidden Nova Router 1.5B (99%), which installs automatically alongside any talker. This model never picks tools; it writes the reply.

Files

File Quant Size
eightly-agent-q4b-Q4_K_M.gguf Q4_K_M ~2.4 GB

Usage

ollama pull hf.co/smashingtags/nova-talker-4b:Q4_K_M

Within Eight.ly OS, selecting this talker in the Nova model catalog installs it and pulls the router + retrieval embedder automatically.

License

Apache-2.0.

Downloads last month
31
GGUF
Model size
4B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for smashingtags/nova-talker-4b

Finetuned
Qwen/Qwen3-4B
Quantized
(239)
this model