Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Openclaw/extensions/litellm/   (KI Agentensystem Version 22©)  Datei vom 26.3.2026 mit Größe 1 kB image not shown  

Quelle  index.ts

  Sprache: JAVA
 

Spracherkennung für: .ts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

import { defineSingleProviderPluginEntry } from "openclaw/plugin-sdk/provider-entry";
import { applyLitellmConfig, LITELLM_DEFAULT_MODEL_REF } from "./onboard.js";
import { buildLitellmProvider } from "./provider-catalog.js";

const PROVIDER_ID = "litellm";

export default defineSingleProviderPluginEntry({
  id: PROVIDER_ID,
  name: "LiteLLM Provider",
  description: "Bundled LiteLLM provider plugin",
  provider: {
    label: "LiteLLM",
    docsPath: "/providers/litellm",
    auth: [
      {
        methodId: "api-key",
        label: "LiteLLM API key",
        hint: "Unified gateway for 100+ LLM providers",
        optionKey: "litellmApiKey",
        flagName: "--litellm-api-key",
        envVar: "LITELLM_API_KEY",
        promptMessage: "Enter LiteLLM API key",
        defaultModel: LITELLM_DEFAULT_MODEL_REF,
        applyConfig: (cfg) => applyLitellmConfig(cfg),
        noteTitle: "LiteLLM",
        noteMessage: [
          "LiteLLM provides a unified API to 100+ LLM providers.",
          "Get your API key from your LiteLLM proxy or https://litellm.ai",
          "Default proxy runs on http://localhost:4000",
        ].join("\n"),
        wizard: {
          groupHint: "Unified LLM gateway (100+ providers)",
        },
      },
    ],
    catalog: {
      buildProvider: buildLitellmProvider,
      allowExplicitBaseUrl: true,
    },
  },
});

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-04-27) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.