Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion general/fireworks-ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
},
"disablePlayground": true
},

"accounts/fireworks/models/firefunction-v1": {
"name": "firefunction-v1",
"params": [{ "key": "max_tokens", "maxValue": 4096 }],
Expand Down
197 changes: 197 additions & 0 deletions general/jina.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,197 @@
{
"name": "reka-ai",
"description": "",
"default": {
"params": [
{ "key": "max_tokens", "defaultValue": 128, "minValue": 1, "maxValue": 4096 },
{ "key": "temperature", "defaultValue": 0.8, "minValue": 0, "maxValue": 2 },
{ "key": "stop", "defaultValue": null, "type": "array-of-strings", "skipValues": [null, []] },
{ "key": "top_p", "defaultValue": 0.1, "minValue": 0, "maxValue": 1 },
{ "key": "n", "defaultValue": 1, "minValue": 1, "maxValue": 10 },
{ "key": "frequency_penalty", "defaultValue": 0, "minValue": -2, "maxValue": 2 },
{ "key": "presence_penalty", "defaultValue": 0, "minValue": -2, "maxValue": 2 },
{ "key": "stream", "defaultValue": true, "type": "boolean" },
{
"key": "tool_choice",
"type": "non-view-manage-data",
"defaultValue": null,
"options": [
{ "value": "none", "name": "None" },
{ "value": "auto", "name": "Auto" },
{ "value": "required", "name": "Required" },
{
"value": "custom",
"name": "Custom",
"schema": {
"type": "json"
}
}
],
"skipValues": [null, []],
"rule": {
"default": {
"condition": "tools",
"then": "auto",
"else": null
}
}
},
{
"key": "parallel_tool_calls",
"type": "boolean",
"defaultValue": true,

"skipValues": [null, true],
"rule": {
"default": {
"condition": "tools",
"then": true,
"else": true
}
}
},
{ "key": "logit_bias", "defaultValue": null, "type": "string", "skipValues": [null] }
],
"messages": { "options": ["system", "user", "assistant", "developer"] },
"type": { "primary": "chat", "supported": [] }
},
"ReaderLM-v2":{
"type": {
"primary": "chat"
}
},
"reader-lm-0.5b":{
"type": {
"primary": "chat"
}
},
"reader-lm-1.5b":{
"type": {
"primary": "chat"
}
},
"jina-vlm-1.5b":{
"type": {
"primary": "chat", "supported": ["image"]
}
},
"jina-clip-v2":{
"type": {
"primary": "chat", "supported": ["image"]
}
},
"jina-clip-v1":{
"type": {
"primary": "chat", "supported": ["image"]
}
},
"jina-reranker-v3":{
"type": {
"primary": "rerank"
},
"disablePlayground": true
},
"jina-reranker-m0":{
"type": {
"primary": "rerank"
},
"disablePlayground": true
},
"jina-reranker-v2-base-multilingual":{
"type": {
"primary": "rerank"
},
"disablePlayground": true
},
"jina-reranker-v1-tiny-en":{
"type": {
"primary": "rerank"
},
"disablePlayground": true
},
"jina-reranker-v1-turbo-en":{
"type": {
"primary": "rerank"
},
"disablePlayground": true
},
"jina-reranker-v1-base-en":{
"type": {
"primary": "rerank"
},
"disablePlayground": true
},
"jina-code-embeddings-0.5b":{
"type": {
"primary": "embedding"
},
"disablePlayground": true
},
"jina-code-embeddings-1.5b":{
"type": {
"primary": "embedding"
},
"disablePlayground": true
},
"jina-embeddings-v4":{
"type": {
"primary": "embedding"
},
"disablePlayground": true
},
"jina-embeddings-v3":{
"type": {
"primary": "embedding"
},
"disablePlayground": true
},
"jina-colbert-v2":{
"type": {
"primary": "rerank"
},
"disablePlayground": true
},
"jina-colbert-v1-en":{
"type": {
"primary": "rerank"
},
"disablePlayground": true
},
"jina-embeddings-v2-base-es":{
"type": {
"primary": "embedding"
},
"disablePlayground": true
},
"jina-embeddings-v2-base-code":{
"type": {
"primary": "embedding"
},
"disablePlayground": true
},
"jina-embeddings-v2-base-de":{
"type": {
"primary": "embedding"
},
"disablePlayground": true
},
"jina-embeddings-v2-base-zh":{
"type": {
"primary": "embedding"
},
"disablePlayground": true
},
"jina-embeddings-v2-base-en":{
"type": {
"primary": "embedding"
},
"disablePlayground": true
},
"jina-embedding-b-en-v1":{
"type": {
"primary": "embedding"
},
"disablePlayground": true
}

}
83 changes: 83 additions & 0 deletions general/reka-ai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"name": "reka-ai",
"description": "",
"default": {
"params": [
{ "key": "max_tokens", "defaultValue": 128, "minValue": 1, "maxValue": 4096 },
{ "key": "temperature", "defaultValue": 0.8, "minValue": 0, "maxValue": 2 },
{ "key": "stop", "defaultValue": null, "type": "array-of-strings", "skipValues": [null, []] },
{ "key": "top_p", "defaultValue": 0.1, "minValue": 0, "maxValue": 1 },
{ "key": "n", "defaultValue": 1, "minValue": 1, "maxValue": 10 },
{ "key": "frequency_penalty", "defaultValue": 0, "minValue": -2, "maxValue": 2 },
{ "key": "presence_penalty", "defaultValue": 0, "minValue": -2, "maxValue": 2 },
{ "key": "stream", "defaultValue": true, "type": "boolean" },
{
"key": "tool_choice",
"type": "non-view-manage-data",
"defaultValue": null,
"options": [
{ "value": "none", "name": "None" },
{ "value": "auto", "name": "Auto" },
{ "value": "required", "name": "Required" },
{
"value": "custom",
"name": "Custom",
"schema": {
"type": "json"
}
}
],
"skipValues": [null, []],
"rule": {
"default": {
"condition": "tools",
"then": "auto",
"else": null
}
}
},
{
"key": "parallel_tool_calls",
"type": "boolean",
"defaultValue": true,

"skipValues": [null, true],
"rule": {
"default": {
"condition": "tools",
"then": true,
"else": true
}
}
},
{ "key": "logit_bias", "defaultValue": null, "type": "string", "skipValues": [null] }
],
"messages": { "options": ["system", "user", "assistant", "developer"] },
"type": { "primary": "chat", "supported": [] }
},
"reka-flash-research":{
"type": {
"primary": "chat"
}
},
"reka-flash-research-20250708":{
"type": {
"primary": "chat"
}
},
"reka-spark": {
"type": {
"primary": "chat"
}
},
"reka-flash": {
"type": {
"primary": "chat"
}
},
"reka-core": {
"type": {
"primary": "chat"
}
}
}
Loading