cached_token | string | Cached token information | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:191 |
datetime | string | Configuration datetime | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:185 |
input_cost_per_token | number | Cost per input token | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:193 |
litellm_provider | string | LiteLLM provider name | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:197 |
llm_id | string | Unique LLM identifier | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:179 |
max_input_tokens | number | Maximum input tokens | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:209 |
max_output_tokens | number | Maximum output tokens | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:189 |
max_tokens | number | Maximum tokens for input | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:187 |
mode | string | Model mode (e.g., 'chat') | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:199 |
model_name | string | Actual model name | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:183 |
output_cost_per_token | number | Cost per output token | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:195 |
source | string | Model source | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:207 |
supports_function_calling | number | Whether model supports function calling | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:201 |
supports_parallel_function_calling | number | Whether model supports parallel function calling | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:203 |
supports_vision | number | Whether model supports vision | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:205 |
user_model_name | string | User-defined model name | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:181 |