textmachine/eval/providers_judges.json

27 lines
No EOL
1.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"_comment": "exp10 18+ judges: grok-4.3 (Grok-судья 18+) + gemini-3.1-pro-preview (апекс, поведение на artistic context).",
"providers": [
{
"name": "grok",
"base_url": "https://api.x.ai/v1",
"model": "grok-4.3",
"api_key_env": "XAI_API_KEY",
"rps_delay": 0.5,
"temperature": 0.3,
"max_tokens": 8000,
"extra_body": {
"reasoning_effort": "none"
},
"_comment": "КАНАЛ B боевой переводчик (D3/D14). reasoning off через reasoning_effort:none (thinking OFF, аддитивный reasoning xAI). Слаг live-фактчек /models 2026-07-09."
},
{
"name": "gemini",
"base_url": "https://generativelanguage.googleapis.com/v1beta/openai",
"model": "gemini-3.1-pro-preview",
"api_key_env": "GEMINI_API_KEY",
"rps_delay": 1.0,
"max_tokens": 12000,
"_comment": "Апекс-судья (D-лог). Mandatory thinking (reasoning-as-output) — НЕ ставим thinking_budget:0 (даст 400). max_tokens с запасом на reasoning."
}
]
}