// This file is autogenerated, DO NOT EDIT // Use `node scripts/generate-docs-examples.js` to generate the docs examples [source, js] ---- const response = await client.inference.inference({ task_type: "sparse_embedding", inference_id: "my-elser-model", input: "The sky above the port was the color of television tuned to a dead channel.", }); console.log(response); ----