feat(models): umans.ai definitions
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<svg
|
||||
aria-label="Umans U logo icon"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 130 130"
|
||||
>
|
||||
<defs>
|
||||
<pattern id="crosshatch" width="6" height="6" patternUnits="userSpaceOnUse">
|
||||
<path d="M0,6 l6,-6 M-1.5,1.5 l3,-3 M4.5,7.5 l3,-3" stroke="currentColor" stroke-width="0.75"/>
|
||||
<path d="M0,0 l6,6 M-1.5,4.5 l3,3 M4.5,-1.5 l3,3" stroke="currentColor" stroke-width="0.75"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
<rect x="5" y="5" width="120" height="120" rx="15" ry="15" fill="none" />
|
||||
|
||||
<g
|
||||
transform="translate(32, -5)
|
||||
scale(0.70)"
|
||||
>
|
||||
<path d="M0 127C0 126.448 0.447715 126 1 126H19V163C19 163.552 18.5523 164 18 164H1C0.447715 164 0 163.552 0 163V127Z" fill="url(#crosshatch)" stroke="currentColor" stroke-width="1.5"/>
|
||||
<path d="M78 126H96C96.5523 126 97 126.448 97 127V163C97 163.552 96.5523 164 96 164H79C78.4477 164 78 163.552 78 163V126Z" fill="url(#crosshatch)" stroke="currentColor" stroke-width="1.5"/>
|
||||
<path d="M18.9268 108.694C18.9268 108.034 19.7126 107.5 20.3456 107.5H76.3678C77.0008 107.5 78.0732 108.047 78.0732 108.707V126C77.6789 126 77.8739 126 77.2409 126H18.9268C18.9268 125.5 19.3211 126 18.9268 126V108.694Z" fill="currentColor"/>
|
||||
<path d="M0 90.1935C0 89.5344 0.513186 89 1.14623 89H18.1965C18.8295 89 19 89.3408 19 90L18.9268 106.293C18.9268 106.953 18.8295 107.5 18.1965 107.5H1.14623C0.513186 107.5 0 106.966 0 106.306V90.1935Z" fill="currentColor"/>
|
||||
<path d="M78 90C78 89.3408 78.1705 89 78.8036 89H95.8538C96.4868 89 97 89.5344 97 90.1935V106.306C97 106.966 96.4868 107.5 95.8538 107.5H78.8036C78.1705 107.5 78.0732 106.908 78.0732 106.249L78 90Z" fill="currentColor"/>
|
||||
<path d="M18.9268 109.109C18.9268 107.676 18.1382 107.5 16.692 107.5L17.3368 106.232C17.886 105.411 18.9268 103.88 18.9268 105.087C18.9268 106.696 19.7154 107.5 21.2053 107.5L20.8471 108.246L20.2024 109.141L18.9268 109.109Z" fill="currentColor"/>
|
||||
<path d="M78.0732 109.511C78.0732 107.902 78.8036 107.5 80.2363 107.5L79.5609 106.249C78.9855 105.394 78.0662 103.685 78.0732 105.087C78.0803 106.524 77.2846 107.5 75.5798 107.5L75.8834 108.346L76.5588 109.278L78.0732 109.511Z" fill="currentColor"/>
|
||||
<path d="M0 44C0 43.4477 0.447715 43 1 43H18C18.5523 43 19 43.4477 19 44V92H0V44Z" fill="currentColor"/>
|
||||
<path d="M78 44C78 43.4477 78.4477 43 79 43H96C96.5523 43 97 43.4477 97 44V92H78V44Z" fill="currentColor"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
@@ -0,0 +1,15 @@
|
||||
name = "Umans Coder"
|
||||
temperature = false
|
||||
|
||||
[cost]
|
||||
input = 0
|
||||
output = 0
|
||||
cache_read = 0
|
||||
cache_write = 0
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
output = ["text"]
|
||||
|
||||
[extends]
|
||||
from = "moonshotai/kimi-k2.6"
|
||||
@@ -0,0 +1,19 @@
|
||||
name = "Umans Flash"
|
||||
temperature = false
|
||||
|
||||
[cost]
|
||||
input = 0
|
||||
output = 0
|
||||
cache_read = 0
|
||||
cache_write = 0
|
||||
|
||||
[limit]
|
||||
context = 262_144
|
||||
output = 262_144
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
output = ["text"]
|
||||
|
||||
[extends]
|
||||
from = "alibaba/qwen3.6-35b-a3b"
|
||||
@@ -0,0 +1,14 @@
|
||||
name = "GLM 5.1"
|
||||
|
||||
[cost]
|
||||
input = 0
|
||||
output = 0
|
||||
cache_read = 0
|
||||
cache_write = 0
|
||||
|
||||
[limit]
|
||||
context = 204_800
|
||||
output = 131_072
|
||||
|
||||
[extends]
|
||||
from = "zai/glm-5.1"
|
||||
@@ -0,0 +1,15 @@
|
||||
name = "Kimi K2.6"
|
||||
temperature = false
|
||||
|
||||
[cost]
|
||||
input = 0
|
||||
output = 0
|
||||
cache_read = 0
|
||||
cache_write = 0
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
output = ["text"]
|
||||
|
||||
[extends]
|
||||
from = "moonshotai/kimi-k2.6"
|
||||
@@ -0,0 +1,19 @@
|
||||
name = "Qwen3.6 35B A3B"
|
||||
temperature = false
|
||||
|
||||
[cost]
|
||||
input = 0
|
||||
output = 0
|
||||
cache_read = 0
|
||||
cache_write = 0
|
||||
|
||||
[limit]
|
||||
context = 262_144
|
||||
output = 262_144
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
output = ["text"]
|
||||
|
||||
[extends]
|
||||
from = "alibaba/qwen3.6-35b-a3b"
|
||||
@@ -0,0 +1,5 @@
|
||||
name = "Umans AI Coding Plan"
|
||||
env = ["UMANS_AI_CODING_PLAN_API_KEY"]
|
||||
npm = "@ai-sdk/openai-compatible"
|
||||
doc = "https://app.umans.ai/offers/code/docs"
|
||||
api = "https://api.code.umans.ai/v1"
|
||||
Reference in New Issue
Block a user