Skip to Content
SdkClientInternalType AliasesLlmapiModel

LlmapiModel

LlmapiModel = object

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

Properties

architecture?

optional architecture: LlmapiModelArchitecture

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


canonical_slug?

optional canonical_slug: string

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

CanonicalSlug is the canonical slug for the model


context_length?

optional context_length: number

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

ContextLength is the maximum context length in tokens


created?

optional created: number

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

Created is the Unix timestamp of when the model was created


default_parameters?

optional default_parameters: object

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

DefaultParameters contains default parameter values

Index Signature

[key: string]: unknown


description?

optional description: string

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

Description describes the model and its capabilities


hugging_face_id?

optional hugging_face_id: string

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

HuggingFaceID is the Hugging Face model identifier


id?

optional id: string

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

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

MaxInputTokens is the maximum input tokens


max_output_tokens?

optional max_output_tokens: number

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

MaxOutputTokens is the maximum output tokens


modalities?

optional modalities: string[]

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

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


name?

optional name: string

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

Name is the human-readable model name (optional)


owned_by?

optional owned_by: string

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

OwnedBy is the organization that owns the model


per_request_limits?

optional per_request_limits: LlmapiModelPerRequestLimits

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


pricing?

optional pricing: LlmapiModelPricing

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


supported_methods?

optional supported_methods: string[]

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

SupportedMethods is a list of supported API methods


supported_parameters?

optional supported_parameters: string[]

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

SupportedParameters is a list of supported parameter names


top_provider?

optional top_provider: LlmapiModelTopProvider

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

Last updated on