Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 699 Bytes

File metadata and controls

13 lines (9 loc) · 699 Bytes

GrokTargetDetails

GrokTargetDetails defines details related to connecting to an xAI (Grok) provider. Grok exposes an OpenAI-compatible REST API, so the agent layer reuses the OpenAI client with a custom BaseURL.

Properties

Name Type Description Notes
api_key str [optional]
grok_url str [optional]
team_id str TeamID is the xAI team this API key belongs to. Stored only; not sent to xAI by the gateway. [optional]

[Back to Model list] [Back to API list] [Back to README]