import { LLMIntegration } from "galileo-generated/models";
let value: LLMIntegration = "openai";This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.
"anthropic" | "aws_bedrock" | "aws_sagemaker" | "azure" | "custom" | "databricks" | "mistral" | "nvidia" | "openai" | "vegas_gateway" | "vertex_ai" | "writer" | Unrecognized<string>