Class UpsertLlmConnectionRequest
java.lang.Object
com.langfuse.client.resources.llmconnections.types.UpsertLlmConnectionRequest
-
Method Details
-
getProvider
- Returns:
- Provider name (e.g., 'openai', 'my-gateway'). Must be unique in project, used for upserting.
-
getAdapter
- Returns:
- The adapter used to interface with the LLM
-
getSecretKey
- Returns:
- Secret key for the LLM API.
-
getBaseUrl
- Returns:
- Custom base URL for the LLM API
-
getCustomModels
- Returns:
- List of custom model names
-
getWithDefaultModels
- Returns:
- Whether to include default models. Default is true.
-
getExtraHeaders
- Returns:
- Extra headers to send with requests
-
getConfig
- Returns:
- Adapter-specific configuration. Validation rules: - Bedrock: Required. Must be
{"region": "<aws-region>"}(e.g.,{"region":"us-east-1"}) - VertexAI: Optional. If provided, must be{"location": "<gcp-location>"}(e.g.,{"location":"us-central1"}) - Other adapters: Not supported. Omit this field or set to null.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-