Answer questions based on document content for tasks like contract analysis, document understanding, and information retrieval.
Basic usage
import Bytez from 'bytez.js' const sdk = new Bytez("BYTEZ_KEY"); const model = sdk.model("cloudqi/CQI_Visual_Question_Awnser_PT_v0"); await model.create() const { error, output } = await model.run({ question: "Whats the total cost?", url: "https://templates.invoicehome.com/invoice-template-us-neat-750px.png" }); console.log({ error, output })
url
base64