Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/observability / / GenAISystem

Type Alias: GenAISystem

ts
type GenAISystem = 
  | "anthropic"
  | "openai"
  | "google"
  | "mistral"
  | "ollama"
  | "openrouter"
  | "azure_ai_inference"
  | "aws.bedrock"
  | "cohere"
  | "vertex_ai"
  | "graphorin-llamacpp"
  | "graphorin-openai-compatible"
  | string & {
  __genAiSystem?: never;
};

Defined in: packages/observability/src/gen-ai/types.ts:16

Canonical OpenTelemetry semantic-conventions vendor enum used as the value of the gen_ai.system attribute.

Stable