Table of Contents

Class LiteLlmMetadataSource

Namespace
JD.AI.Core.Providers.Metadata
Assembly
JD.AI.Core.dll

Fetches model metadata from LiteLLM's published GitHub catalog.

public sealed class LiteLlmMetadataSource : IModelMetadataSource
Inheritance
LiteLlmMetadataSource
Implements
Inherited Members

Methods

FetchAsync(CancellationToken)

Fetches the raw JSON string, or null on any failure.

public Task<string?> FetchAsync(CancellationToken ct = default)

Parameters

ct CancellationToken

Returns

Task<string>