A sandbox for testing any model via the configured gateway proxy. The page lets a user select one model, then renders a category-specific tester (language, embedding, reranker).
/utilities/testing/model
Optional query parameter ?model=<modelId> pre-selects the model on load.
The selected model determines which tester is shown:
The selected model is shown in the top selector button (icon + name). If no model is selected, the page shows a placeholder prompt to select a model.
Behavior:
POST /api/workspaces/[workspaceId]/models/[id]/test with { messages, parameters }.AbortController.Clear session resets thread, system prompt, errors, and parameter values.Behavior:
POST /api/workspaces/[workspaceId]/models/[id]/test with a plain string body.Behavior:
POST /api/workspaces/[workspaceId]/models/[id]/test with { query, documents }.The test endpoint routes requests by model category and returns category-appropriate responses: