re_isq
POST
/re_isq
const url = 'https://example.com/re_isq';const options = { method: 'POST', headers: {'Content-Type': 'application/json'}, body: '{"ggml_type":"Q4K"}'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/re_isq \ --header 'Content-Type: application/json' \ --data '{ "ggml_type": "Q4K" }'Request Body required
Section titled “Request Body required ” Media type application/json
object
ggml_type
required
string
Example
Q4KResponses
Section titled “ Responses ”Reapply ISQ to a non GGUF or GGML model.