parameter vendor_multimodal_api_base for inital LlamaParse #279

Open
opened 2026-02-16 00:17:21 -05:00 by yindo · 2 comments
Owner

Originally created by @yangyu on GitHub (Sep 21, 2024).

Originally assigned to: @hexapode, @BinaryBrain on GitHub.

Hi, guys
since you guys already implement vendor_multimodal_api_key, vendor_multimodal_model_name, would you please add a new paramter vendor_multimodal_api_base.

This is very useful for those who can only access those api behand proxy.

Thank you very much!

Originally created by @yangyu on GitHub (Sep 21, 2024). Originally assigned to: @hexapode, @BinaryBrain on GitHub. Hi, guys since you guys already implement vendor_multimodal_api_key, vendor_multimodal_model_name, would you please add a new paramter vendor_multimodal_api_base. This is very useful for those who can only access those api behand proxy. Thank you very much!
yindo added the enhancement label 2026-02-16 00:17:21 -05:00
Author
Owner

@BinaryBrain commented on GitHub (Sep 24, 2024):

Hi @yangyu,
Can you explain in more details your issue? Like what you're trying to do and why it doesn't work.
In what part of the project do you want us to add this? In the Python client, our frontend or in our backend?

@BinaryBrain commented on GitHub (Sep 24, 2024): Hi @yangyu, Can you explain in more details your issue? Like what you're trying to do and why it doesn't work. In what part of the project do you want us to add this? In the Python client, our frontend or in our backend?
Author
Owner

@yangyu commented on GitHub (Sep 24, 2024):

Hi. Sacha
I would like this parameter can be added to the LlmaParser constructor to
use my own API keys.

For example:
I am using proxy to access OpenAI , Claude , Gemini APIs.

When I create instance of LlamaParser. I want to pass the proxy endpoint as
api_base of the multimodal LLM API endpoint.

Currently the enhancement is for backend of python client. Of course if you
guys can implement to all that would be great!

Best regards,
Yang Yu

Sacha Bron @.***>于2024年9月24日 周二18:44写道:

Hi @yangyu https://github.com/yangyu,
Can you explain in more details your issue? Like what you're trying to do
and why it doesn't work.
In what part of the project do you want us to add this? In the Python
client, our frontend or in our backend?


Reply to this email directly, view it on GitHub
https://github.com/run-llama/llama_parse/issues/411#issuecomment-2370911495,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AABNSZV4YZDQLTAE3BJBF6DZYE7CRAVCNFSM6AAAAABOTLQEKCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZQHEYTCNBZGU
.
You are receiving this because you were mentioned.Message ID:
@.***>

@yangyu commented on GitHub (Sep 24, 2024): Hi. Sacha I would like this parameter can be added to the LlmaParser constructor to use my own API keys. For example: I am using proxy to access OpenAI , Claude , Gemini APIs. When I create instance of LlamaParser. I want to pass the proxy endpoint as api_base of the multimodal LLM API endpoint. Currently the enhancement is for backend of python client. Of course if you guys can implement to all that would be great! Best regards, Yang Yu Sacha Bron ***@***.***>于2024年9月24日 周二18:44写道: > Hi @yangyu <https://github.com/yangyu>, > Can you explain in more details your issue? Like what you're trying to do > and why it doesn't work. > In what part of the project do you want us to add this? In the Python > client, our frontend or in our backend? > > — > Reply to this email directly, view it on GitHub > <https://github.com/run-llama/llama_parse/issues/411#issuecomment-2370911495>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AABNSZV4YZDQLTAE3BJBF6DZYE7CRAVCNFSM6AAAAABOTLQEKCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZQHEYTCNBZGU> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> >
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#279