Skip to Content

LlmapiModel

LlmapiModel = object

Defined in: src/client/types.gen.ts:1720 

Properties

architecture?

optional architecture: LlmapiModelArchitecture

Defined in: src/client/types.gen.ts:1721 


canonical_slug?

optional canonical_slug: string

Defined in: src/client/types.gen.ts:1725 

CanonicalSlug is the canonical slug for the model


context_length?

optional context_length: number

Defined in: src/client/types.gen.ts:1729 

ContextLength is the maximum context length in tokens


created?

optional created: number

Defined in: src/client/types.gen.ts:1733 

Created is the Unix timestamp of when the model was created


default_parameters?

optional default_parameters: object

Defined in: src/client/types.gen.ts:1737 

DefaultParameters contains default parameter values

Index Signature

[key: string]: unknown


description?

optional description: string

Defined in: src/client/types.gen.ts:1743 

Description describes the model and its capabilities


hugging_face_id?

optional hugging_face_id: string

Defined in: src/client/types.gen.ts:1747 

HuggingFaceID is the Hugging Face model identifier


id?

optional id: string

Defined in: src/client/types.gen.ts:1751 

ID is the model identifier (e.g., “openai/gpt-4”)


max_input_tokens?

optional max_input_tokens: number

Defined in: src/client/types.gen.ts:1755 

MaxInputTokens is the maximum input tokens


max_output_tokens?

optional max_output_tokens: number

Defined in: src/client/types.gen.ts:1759 

MaxOutputTokens is the maximum output tokens


modalities?

optional modalities: string[]

Defined in: src/client/types.gen.ts:1763 

Modalities is a list of supported modalities (e.g., [“llm”, “vision”])


name?

optional name: string

Defined in: src/client/types.gen.ts:1767 

Name is the human-readable model name (optional)


owned_by?

optional owned_by: string

Defined in: src/client/types.gen.ts:1771 

OwnedBy is the organization that owns the model


per_request_limits?

optional per_request_limits: LlmapiModelPerRequestLimits

Defined in: src/client/types.gen.ts:1772 


pricing?

optional pricing: LlmapiModelPricing

Defined in: src/client/types.gen.ts:1773 


supported_methods?

optional supported_methods: string[]

Defined in: src/client/types.gen.ts:1777 

SupportedMethods is a list of supported API methods


supported_parameters?

optional supported_parameters: string[]

Defined in: src/client/types.gen.ts:1781 

SupportedParameters is a list of supported parameter names


top_provider?

optional top_provider: LlmapiModelTopProvider

Defined in: src/client/types.gen.ts:1782 

Last updated on