LlmapiModel
LlmapiModel =
object
Defined in: src/client/types.gen.ts:742
Properties
architecture?
optionalarchitecture:LlmapiModelArchitecture
Defined in: src/client/types.gen.ts:743
canonical_slug?
optionalcanonical_slug:string
Defined in: src/client/types.gen.ts:747
CanonicalSlug is the canonical slug for the model
context_length?
optionalcontext_length:number
Defined in: src/client/types.gen.ts:751
ContextLength is the maximum context length in tokens
created?
optionalcreated:number
Defined in: src/client/types.gen.ts:755
Created is the Unix timestamp of when the model was created
default_parameters?
optionaldefault_parameters:object
Defined in: src/client/types.gen.ts:759
DefaultParameters contains default parameter values
Index Signature
[key: string]: unknown
description?
optionaldescription:string
Defined in: src/client/types.gen.ts:765
Description describes the model and its capabilities
hugging_face_id?
optionalhugging_face_id:string
Defined in: src/client/types.gen.ts:769
HuggingFaceID is the Hugging Face model identifier
id?
optionalid:string
Defined in: src/client/types.gen.ts:773
ID is the model identifier (e.g., “openai/gpt-4”)
max_input_tokens?
optionalmax_input_tokens:number
Defined in: src/client/types.gen.ts:777
MaxInputTokens is the maximum input tokens
max_output_tokens?
optionalmax_output_tokens:number
Defined in: src/client/types.gen.ts:781
MaxOutputTokens is the maximum output tokens
modalities?
optionalmodalities:string[]
Defined in: src/client/types.gen.ts:785
Modalities is a list of supported modalities (e.g., [“llm”, “vision”])
name?
optionalname:string
Defined in: src/client/types.gen.ts:789
Name is the human-readable model name (optional)
owned_by?
optionalowned_by:string
Defined in: src/client/types.gen.ts:793
OwnedBy is the organization that owns the model
per_request_limits?
optionalper_request_limits:LlmapiModelPerRequestLimits
Defined in: src/client/types.gen.ts:794
pricing?
optionalpricing:LlmapiModelPricing
Defined in: src/client/types.gen.ts:795
supported_methods?
optionalsupported_methods:string[]
Defined in: src/client/types.gen.ts:799
SupportedMethods is a list of supported API methods
supported_parameters?
optionalsupported_parameters:string[]
Defined in: src/client/types.gen.ts:803
SupportedParameters is a list of supported parameter names
top_provider?
optionaltop_provider:LlmapiModelTopProvider
Defined in: src/client/types.gen.ts:804