LLMObsIntegrationInferenceResponse |
LlmObservabilityApi.createLLMObsIntegrationInference(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference.
|
CompletableFuture<LLMObsIntegrationInferenceResponse> |
LlmObservabilityApi.createLLMObsIntegrationInferenceAsync(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference.
|
ApiResponse<LLMObsIntegrationInferenceResponse> |
LlmObservabilityApi.createLLMObsIntegrationInferenceWithHttpInfo(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference request through the specified integration and account, returning the model
response and token usage.
|
CompletableFuture<ApiResponse<LLMObsIntegrationInferenceResponse>> |
LlmObservabilityApi.createLLMObsIntegrationInferenceWithHttpInfoAsync(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference.
|
List<LLMObsIntegrationAccount> |
LlmObservabilityApi.listLLMObsIntegrationAccounts(LLMObsIntegrationName integration)
List LLM integration accounts.
|
CompletableFuture<List<LLMObsIntegrationAccount>> |
LlmObservabilityApi.listLLMObsIntegrationAccountsAsync(LLMObsIntegrationName integration)
List LLM integration accounts.
|
ApiResponse<List<LLMObsIntegrationAccount>> |
LlmObservabilityApi.listLLMObsIntegrationAccountsWithHttpInfo(LLMObsIntegrationName integration)
Retrieve the list of configured accounts for the specified LLM provider integration.
|
CompletableFuture<ApiResponse<List<LLMObsIntegrationAccount>>> |
LlmObservabilityApi.listLLMObsIntegrationAccountsWithHttpInfoAsync(LLMObsIntegrationName integration)
List LLM integration accounts.
|
List<LLMObsIntegrationModel> |
LlmObservabilityApi.listLLMObsIntegrationModels(LLMObsIntegrationName integration,
String accountId)
List LLM integration models.
|
CompletableFuture<List<LLMObsIntegrationModel>> |
LlmObservabilityApi.listLLMObsIntegrationModelsAsync(LLMObsIntegrationName integration,
String accountId)
List LLM integration models.
|
ApiResponse<List<LLMObsIntegrationModel>> |
LlmObservabilityApi.listLLMObsIntegrationModelsWithHttpInfo(LLMObsIntegrationName integration,
String accountId)
Retrieve the list of models available for the specified LLM provider integration and account.
|
CompletableFuture<ApiResponse<List<LLMObsIntegrationModel>>> |
LlmObservabilityApi.listLLMObsIntegrationModelsWithHttpInfoAsync(LLMObsIntegrationName integration,
String accountId)
List LLM integration models.
|