Add capabilities to the model library
This commit is contained in:
parent
1b7fb23a2e
commit
9432164bc3
1 changed files with 5 additions and 0 deletions
|
|
@ -6,12 +6,15 @@
|
|||
(
|
||||
gemma3:latest
|
||||
:description "A model from Google built on Gemini technology"
|
||||
:capabilities (media tool-use cache)
|
||||
:mime-types ("image/bmp" "image/gif" "image/jpeg" "image/png" "image/tiff" "image/webp")
|
||||
:context-window 128
|
||||
:cutoff-date "2024-08"
|
||||
)
|
||||
(
|
||||
hf.co/Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2-GGUF:latest
|
||||
:description "Uncensored model based on Llama-3.1-8b-Instruct"
|
||||
:capabilities (tool-use cache)
|
||||
:context-window 128
|
||||
:cutoff-date "2023-12"
|
||||
)
|
||||
|
|
@ -28,12 +31,14 @@
|
|||
)
|
||||
(
|
||||
hf.co/unsloth/Devstral-Small-2507-GGUF:latest
|
||||
:capabilities (json tool-use cache)
|
||||
:description "Agentic LLM for software engineering tasks"
|
||||
:context-window 128
|
||||
)
|
||||
(
|
||||
llama3.2:latest
|
||||
:description "Instruction-tuned model optimized for multilingual dialogue"
|
||||
:capabilities (tool-use cache)
|
||||
:context-window 128
|
||||
:cutoff-date "2023-12"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue