Auto Router and readable model controls
-
Added
model: "auto" to the existing OpenAI-compatible
POST /v1/chat/completions endpoint.
-
Tool and structured requests route to Qwen, ordinary Polish
requests to Bielik, and long Polish context to PLLuM. The hybrid
pipeline remains an explicit choice.
-
Responses and streams report the actual selected model; response
headers also expose the requested model, route reason, and
streaming mode.
-
Replaced native model menus with accessible task-oriented choices
and raised compact labels to readable desktop and mobile sizes.
curl -N https://fabryka.ai/v1/chat/completions \
-H "Authorization: Bearer $FABRYKA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"auto","messages":[{"role":"user","content":"Explain this in Polish."}],"stream":true}'