No run yet. Write your code, then click Run.
No messages yet. Send one to see the request JSON fill in.
Request (live draft)
Updates as you type. Send freezes the posted body below.
{
"model": "gpt-fixture-mini",
"messages": [
{
"role": "system",
"content": "You are a concise assistant for Contoso learners."
},
{
"role": "user",
"content": "Hello"
}
]
}Last POST body
What was sent on the last Send.
{
// send a message
}Last response
chat.completion shape from the fixture.
{
// waiting
}