-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Description
I'm interested in using stagehand-python with custom LLM endpoints that follow the OpenAI or Anthropic API specifications. I would like to know if the library currently supports configuring custom LLM providers with the following parameters:
base_url: Custom API endpoint URL
model_name: Custom model identifier
api_key: Authentication key for the custom endpoint
Use Case
Many organizations use self-hosted LLM services or alternative providers (such as Azure OpenAI, local deployments, or third-party services) that expose OpenAI-compatible or Anthropic-compatible APIs. Being able to configure these custom endpoints would greatly enhance the flexibility of stagehand-python.
Questions
Does stagehand-python currently support custom LLM endpoints that are compatible with OpenAI or Anthropic API formats?
If supported, what is the recommended way to configure these parameters?
If not currently supported, are there plans to add this feature in future releases?