File size: 862 Bytes
ad5457b 5b462cc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ---
license: apache-2.0
---
# OmniJSON
A multi-purpose assistant fine-tuned to respond with one valid JSON object for any request (math, coding, extraction, planning, etc.). It's optimized for deterministic structured output so apps can parse responses reliably.
Base model: **Llama3.2**.
### Output contract
```json
{
"schema_version": "1.0",
"intent": "answer|summarize|translate|extract|classify|plan|code|refuse",
"domain": "string",
"result": { "kind": "string", "data": {} },
"followups": ["string"],
"assumptions": ["string"],
"safety": { "flags": ["string"], "notes": ["string"] },
"confidence": 0.0
}
```
### Training data format
```json
[
{ "user": "...", "assistant": { "schema_version": "1.0", "...": "..." } }
]
```
### Author
**Author:** Sai Teja Erukude
**Role:** Developer & Maintainer |