You're looking at a specific version of this model. Jump to the model overview.
spuuntries /dfk3-queeree:51cb0f21
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| content |
string
|
|
Text content to analyze for DFK violations.
|
| image |
string
|
Optional image file to analyze alongside the text.
|
|
| media_url |
string
|
|
None
|
| openrouter_api_key |
string
|
None
|
|
| classifier_model_name |
string
|
|
Override the LLM model used for classification.
|
| fact_checker_model_name |
string
|
|
Override the LLM model used for fact-checking.
|
| classifier_n_samples |
integer
|
5
|
Number of parallel classification votes.
|
| fact_checker_n_samples |
integer
|
3
|
Number of parallel fact-checker verification paths.
|
| fact_checker_max_loops |
integer
|
3
|
Max iterative search loops for fact-checking.
|
| reasoning_effort |
None
|
low
|
Reasoning effort level for the LLM.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}