32 lines
651 B
JSON

[
{
"sources": [
{
"url": "https://withmartian.com/"
}
],
"id": "router",
"object": "model",
"name": "Martian Model Router",
"version": "1.0",
"description": "Martian Model Router dynamically routes requests to the best LLM in real-time",
"format": "api",
"settings": {},
"parameters": {
"max_tokens": 4096,
"temperature": 0.7,
"top_p": 0.95,
"stream": true,
"stop": [],
"frequency_penalty": 0,
"presence_penalty": 0
},
"metadata": {
"author": "Martian",
"tags": [
"General"
]
},
"engine": "martian"
}
]