@Icksir , I frequently use the LlamaParse() method. So, when you receive a response from that method, it contains result (which has the text response), input_tokens, and output_tokens, which indicate how many tokens were used from the job ID. I hope this helps.
I have a question about using the parsing_instruction parameter in the LlamaParse method. Is it possible to reuse the same job_id to perform multiple parsing iterations by sending different parsing_instruction values? Or does each modification require creating a new job?
If this functionality is not currently supported, is there an alternative approach you would recommend to achieve similar behavior?
I appreciate your time and any insights you can provide.