Configuration Parsing Warning: Invalid JSON for config file config.json

instruction-execution-router

Model Description

instruction-execution-router is a language model designed to route natural language instructions before execution.

Instead of executing instructions, the model analyzes them and determines whether they are ready for execution, require clarification, contain contradictions, are incomplete, or should be blocked due to safety concerns. It is intended to support modular humanoid and agent architectures.

Intended Use

  • Instruction routing in humanoid systems
  • Decision-making before task planning
  • AI agent execution pipelines
  • Safety-aware control layers

Output Format

The model outputs JSON only:

{
  "label": "VALID | AMBIGUOUS | CONTRADICTORY | INCOMPLETE | UNSAFE",
  "confidence": 0.0
}
Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support