Skip to Content

LlmapiModel

LlmapiModel = object

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

Properties

architecture?

optional architecture: LlmapiModelArchitecture

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


canonical_slug?

optional canonical_slug: string

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

CanonicalSlug is the canonical slug for the model


context_length?

optional context_length: number

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

ContextLength is the maximum context length in tokens


created?

optional created: number

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

Created is the Unix timestamp of when the model was created


default_parameters?

optional default_parameters: object

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

DefaultParameters contains default parameter values

Index Signature

[key: string]: unknown


description?

optional description: string

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

Description describes the model and its capabilities


hugging_face_id?

optional hugging_face_id: string

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

HuggingFaceID is the Hugging Face model identifier


id?

optional id: string

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

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

MaxInputTokens is the maximum input tokens


max_output_tokens?

optional max_output_tokens: number

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

MaxOutputTokens is the maximum output tokens


modalities?

optional modalities: string[]

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

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


name?

optional name: string

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

Name is the human-readable model name (optional)


owned_by?

optional owned_by: string

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

OwnedBy is the organization that owns the model


per_request_limits?

optional per_request_limits: LlmapiModelPerRequestLimits

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


pricing?

optional pricing: LlmapiModelPricing

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


supported_methods?

optional supported_methods: string[]

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

SupportedMethods is a list of supported API methods


supported_parameters?

optional supported_parameters: string[]

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

SupportedParameters is a list of supported parameter names


top_provider?

optional top_provider: LlmapiModelTopProvider

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

Last updated on