Skip to Content

LlmapiModel

LlmapiModel = object

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

Properties

architecture?

optional architecture: LlmapiModelArchitecture

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


canonical_slug?

optional canonical_slug: string

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

CanonicalSlug is the canonical slug for the model


context_length?

optional context_length: number

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

ContextLength is the maximum context length in tokens


created?

optional created: number

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

Created is the Unix timestamp of when the model was created


default_parameters?

optional default_parameters: object

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

DefaultParameters contains default parameter values

Index Signature

[key: string]: unknown


description?

optional description: string

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

Description describes the model and its capabilities


hugging_face_id?

optional hugging_face_id: string

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

HuggingFaceID is the Hugging Face model identifier


id?

optional id: string

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

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:2146 

MaxInputTokens is the maximum input tokens


max_output_tokens?

optional max_output_tokens: number

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

MaxOutputTokens is the maximum output tokens


modalities?

optional modalities: string[]

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

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


name?

optional name: string

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

Name is the human-readable model name (optional)


owned_by?

optional owned_by: string

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

OwnedBy is the organization that owns the model


per_request_limits?

optional per_request_limits: LlmapiModelPerRequestLimits

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


pricing?

optional pricing: LlmapiModelPricing

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


supported_methods?

optional supported_methods: string[]

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

SupportedMethods is a list of supported API methods


supported_parameters?

optional supported_parameters: string[]

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

SupportedParameters is a list of supported parameter names


top_provider?

optional top_provider: LlmapiModelTopProvider

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

Last updated on