http Post
Invia una richiesta POST al server LLAMA e restituisce il corpo della risposta.
Return
Il corpo della risposta come stringa.
Parameters
endpoint
The API endpoint path (e.g., /v1/chat/completions).
json Body
The JSON request body.
timeout Ms
Read timeout in milliseconds.
port
Optional port override. Defaults to the current server port.
Throws
on non-2xx responses.