Create a new LLM configuration for the authenticated user’s space.
This endpoint:
Args: service: Injected LLM configuration service payload: Request containing url, display_name, model_name, and secret_id
Returns: Response with created LLM configuration
Raises: 400 Bad Request: If user doesn’t have an associated space or secret is invalid
Request schema for creating a new LLM configuration
Display name for the configuration
1 - 255The model name to use
1 - 255ID of the secret containing the API key
1 - 36The LLM API endpoint URL