-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.json
More file actions
68 lines (68 loc) · 1.41 KB
/
resources.json
File metadata and controls
68 lines (68 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
{
"model": "gemma3:1b",
"api_type": "ollama",
"client_host": "http://localhost:11434",
"model_config": {
"family": "gemma3",
"vision": false,
"function_calling": true,
"json_output": true,
"structured_output": true,
"multiple_system_messages": false
}
},
{
"model": "qwen3:0.6b",
"api_type": "ollama"
},
{
"model": "qwen3:8b",
"api_type": "ollama"
},
{
"model": "gpt-oss:20b",
"api_type": "ollama",
"client_host": "https://ollama.cloud.intern.mevis.fraunhofer.de"
},
{
"model": "gpt-4.1-nano",
"tags": [
"gpt-4",
"gpt-4.1",
"gpt-4.1-nano"
],
"api_type": "openai"
},
{
"model": "gpt-5-nano",
"tags": [
"gpt-5",
"gpt-5-nano"
],
"api_type": "openai"
},
{
"model": "gpt-4.1-nano-2025-04-14",
"tags": [
"gpt-4",
"gpt-4.1",
"gpt-4.1-nano"
],
"api_type": "azure",
"api_key": "os.environ['AZURE_OPENAI_API_KEY']",
"api_version": "2025-03-01-preview",
"base_url": "https://fhgenie-api-mevis-mevis-mas.openai.azure.com/openai/v1/"
},
{
"model": "gpt-4o-2024-11-20",
"tags": [
"gpt-4",
"gpt-4o"
],
"api_type": "azure",
"api_key": "os.environ['AZURE_OPENAI_API_KEY']",
"api_version": "2025-03-01-preview",
"base_url": "https://fhgenie-api-mevis-mevis-mas.openai.azure.com/openai/v1/"
}
]