* fix: change to gpt4 turbo * add: params * fix: change to gpt 3.5 turbo * delete: redundant * fix: correct description * version bump * add: params * fix: version bump * delete: deprecated * add: params * add: new model * chore: version bump * fix: version correct * add: params * fix: version bump * fix: change to gpt4 turbo * add: params * fix: change to gpt 3.5 turbo * delete: redundant * fix: correct description * version bump * add: params * fix: version bump * delete: deprecated * add: params * add: new model * chore: version bump * fix: version correct * add: params * fix: version bump * fix: llama2 no longer supported * fix: reverse mistral api * fix: add params * fix: mistral api redundant params * fix: typo * fix: typo * fix: correct context length * fix: remove stop --------- Co-authored-by: Van Pham <64197333+Van-QA@users.noreply.github.com>
87 lines
1.8 KiB
JSON
87 lines
1.8 KiB
JSON
[
|
|
{
|
|
"sources": [
|
|
{
|
|
"url": "https://openai.com"
|
|
}
|
|
],
|
|
"id": "gpt-4-turbo",
|
|
"object": "model",
|
|
"name": "OpenAI GPT 4",
|
|
"version": "1.1",
|
|
"description": "OpenAI GPT 4 model is extremely good",
|
|
"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": "OpenAI",
|
|
"tags": ["General"]
|
|
},
|
|
"engine": "openai"
|
|
},
|
|
{
|
|
"sources": [
|
|
{
|
|
"url": "https://openai.com"
|
|
}
|
|
],
|
|
"id": "gpt-4-vision-preview",
|
|
"object": "model",
|
|
"name": "OpenAI GPT 4 with Vision (Preview)",
|
|
"version": "1.1",
|
|
"description": "OpenAI GPT-4 Vision model features vision understanding capabilities",
|
|
"format": "api",
|
|
"settings": {
|
|
"vision_model": true,
|
|
"textModel": false
|
|
},
|
|
"parameters": {
|
|
"max_tokens": 4096,
|
|
"temperature": 0.7,
|
|
"top_p": 0.95,
|
|
"stream": true
|
|
},
|
|
"metadata": {
|
|
"author": "OpenAI",
|
|
"tags": ["General", "Vision"]
|
|
},
|
|
"engine": "openai"
|
|
},
|
|
{
|
|
"sources": [
|
|
{
|
|
"url": "https://openai.com"
|
|
}
|
|
],
|
|
"id": "gpt-3.5-turbo",
|
|
"object": "model",
|
|
"name": "OpenAI GPT 3.5 Turbo",
|
|
"version": "1.1",
|
|
"description": "OpenAI GPT 3.5 Turbo model is extremely fast",
|
|
"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": "OpenAI",
|
|
"tags": ["General"]
|
|
},
|
|
"engine": "openai"
|
|
}
|
|
]
|