A 1.2B parameter liquid neural network model specialized in function calling and tool use, optimized for conversational AI agents that need to interact with external tools and APIs.
This skill has safety concerns that you should review before use. Some patterns were detected that may pose a risk.Safety score: 60/100.
KillerSkills scans all public content for safety. Use caution before installing or executing flagged content.
A compact 1.2B parameter liquid neural network model fine-tuned for function calling and tool use. This model excels at understanding tool descriptions, generating appropriate function calls, and handling multi-turn conversations with external API interactions.
LFM2.5-1.2B-Nova-Function-Calling is based on the Liquid Foundation Model architecture and has been specifically trained on the Nova-Synapse-Function-Calling dataset. Despite its small size, it demonstrates strong capabilities in structured output generation and tool orchestration, making it ideal for resource-constrained environments or edge deployments.
Select a quantization level based on your hardware and quality requirements:
Download from: https://huggingface.co/mradermacher/LFM2.5-1.2B-Nova-Function-Calling-GGUF
**Using llama.cpp:**
```bash
./main -m LFM2.5-1.2B-Nova-Function-Calling.Q4_K_M.gguf -n 512 -c 4096
```
**Using Ollama:**
```bash
echo 'FROM ./LFM2.5-1.2B-Nova-Function-Calling.Q4_K_M.gguf' > Modelfile
ollama create nova-function-calling -f Modelfile
ollama run nova-function-calling
```
Provide clear tool descriptions in your prompt. Example format:
```
Available tools:
User: What's the weather in San Francisco?
```
The model will generate structured function calls. Parse the output and execute the requested functions, then feed results back for continued conversation.
```
System: You are a helpful assistant with access to tools. When you need to use a tool, output a function call in the format: FUNCTION_NAME(param1="value1", param2="value2")
User: Send an email to [email protected] about tomorrow's meeting
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/lfm25-nova-function-calling-k4v4cj/raw