Skip to content

@pondoknusa/inference

LLM inference provider registry for Pondoknusa

Install

bash
npm install @pondoknusa/inference

Metadata

FieldValue
Version4.1.0
Sourcepackages/inference
CategoryAI & agents
Node.js>=26

Public exports

From the package entry point (dist/index.d.ts). Deep imports are not supported.

Values

  • INFERENCE_PRESETS
  • InferenceEnv
  • InferenceError
  • InferenceProviderPreset
  • InferenceRequestOptions
  • OpenAICompatibleConfig
  • OpenAICompatibleProvider
  • RegisterInferenceProviderOptions
  • RegisterProvidersFromEnvOptions
  • clearInferenceProviders
  • getInferenceProvider
  • inferenceChat
  • inferenceEmbed
  • listInferenceProviders
  • providerFromPreset
  • registerInferenceProvider
  • registerInferenceProvidersFromEnv
  • setDefaultInferenceProvider
  • streamInferenceChat
  • unregisterInferenceProvider

Types

  • InferenceChatOptions
  • InferenceChatResult
  • InferenceEmbedOptions
  • InferenceMessage
  • InferenceProvider
  • InferenceProviderConfig
  • InferenceRole
  • InferenceUsage

Released under the MIT License.