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 d78ebc9 commit 258547cCopy full SHA for 258547c
pydantic_ai_slim/pydantic_ai/models/openai.py
@@ -948,6 +948,10 @@ def __init__(
948
949
super().__init__(settings=settings, profile=profile or provider.model_profile)
950
951
+ @property
952
+ def base_url(self) -> str:
953
+ return str(self.client.base_url)
954
+
955
@property
956
def model_name(self) -> OpenAIModelName:
957
"""The model name."""
0 commit comments