We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85084ca commit 6c20f60Copy full SHA for 6c20f60
docs/configuration/models.mdx
@@ -156,7 +156,7 @@ stagehand = Stagehand(
156
## Custom LLM Integration
157
158
<Note>
159
-Custom LLMs are currently only supported in TypeScript.
+Only [LiteLLM compatible providers](https://docs.litellm.ai/docs/providers) are available in Python. Some may require extra setup.
160
</Note>
161
162
Integrate any LLM with Stagehand using custom clients. The only requirement is **structured output support** for consistent automation behavior.
0 commit comments