Documentation Index
Fetch the complete documentation index at: https://docs.llmgrid.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Transform Request Playground helps you understand how a generic request sent to LLMGrid is transformed into a provider‑specific API call. This is useful for debugging, validation, and learning how routing and normalization work under the hood.Purpose
This view is designed to:- Visualize request normalization
- Show how model aliases and parameters are mapped
- Help developers debug provider‑specific behavior
- Validate request structure before production use
Layout
The screen is divided into two panels:- Original Request (left)
- Transformed Request (right)
Original Request
The Original Request panel shows the request payload as it is submitted to the LLMGrid API.What it contains
- Model reference (for example, a logical or routed model)
- Messages or input payload
- Optional parameters such as temperature or max tokens
/chat/completions or equivalent endpoint.
Example structure

