provider.svelte.ts view source
inheritance
extends:
Cell<typeof ProviderJson>
name
type ProviderName
title
type string
url
type string
homepage
type string
company
type string
api_key_url
type string | null
models
type Array<Model>
readonly
status
Status for this provider (availability, error messages, etc.).
type ProviderStatus | null
readonly
available
Whether this provider is available (configured with API keys, etc.).
type boolean
readonly
constructor
type new (options: ProviderOptions): Provider
options
type ProviderOptions