API Explorer 選擇一個操作、貼上你的 Lazu API 金鑰,直接對線上 API 發出真實請求。請求從瀏覽器直連 api.lazu.ai,金鑰只保留在目前分頁(勾選 Remember 才會保存)。 OperationsPOSTCreate chat completionPOSTRun searchGETList modelsPOSTCreate embeddingsPOSTCreate responsePOST/v1/chat/completionsSendAuthorizationRemember in this browserRequest body{ "model": "gpt-4o-mini", "messages": [ { "role": "user", "content": "Say hello from the explorer" } ] }Response—// Press Send to run a live request