-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodels.json
More file actions
45 lines (45 loc) · 2.35 KB
/
Copy pathmodels.json
File metadata and controls
45 lines (45 loc) · 2.35 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
{
"endpoints": {
"mlflow": "/mlflow/v1/chat/completions",
"cursor": "/cursor/v1/chat/completions",
"openai": "/openai/v1/responses"
},
"models": [
{"id": "databricks-claude-opus-4-8","endpoint": "mlflow"},
{"id": "databricks-gemini-3-5-flash","endpoint": "mlflow"},
{"id": "databricks-gpt-5-5-pro","endpoint": "cursor"},
{"id": "databricks-gpt-5-5","endpoint": "cursor"},
{"id": "databricks-qwen35-122b-a10b","endpoint": "mlflow"},
{"id": "databricks-claude-opus-4-7","endpoint": "mlflow"},
{"id": "databricks-gpt-5-4-mini","endpoint": "cursor"},
{"id": "databricks-gpt-5-4-nano","endpoint": "cursor"},
{"id": "databricks-gpt-5-4","endpoint": "cursor"},
{"id": "databricks-gemini-3-1-flash-lite","endpoint": "mlflow"},
{"id": "databricks-gpt-5-3-codex","endpoint": "cursor"},
{"id": "databricks-claude-sonnet-4-6","endpoint": "mlflow"},
{"id": "databricks-claude-opus-4-6","endpoint": "mlflow"},
{"id": "databricks-gpt-5-2-codex","endpoint": "cursor"},
{"id": "databricks-claude-haiku-4-5","endpoint": "mlflow"},
{"id": "databricks-gpt-5-2","endpoint": "cursor"},
{"id": "databricks-claude-opus-4-5","endpoint": "mlflow"},
{"id": "databricks-gpt-5-1","endpoint": "cursor"},
{"id": "databricks-gemini-2-5-flash","endpoint": "mlflow"},
{"id": "databricks-gemini-2-5-pro","endpoint": "mlflow"},
{"id": "databricks-gpt-5","endpoint": "cursor"},
{"id": "databricks-gpt-5-mini","endpoint": "cursor"},
{"id": "databricks-gpt-5-nano","endpoint": "cursor"},
{"id": "databricks-claude-sonnet-4-5","endpoint": "mlflow"},
{"id": "databricks-claude-opus-4-1","endpoint": "mlflow"},
{"id": "databricks-gpt-oss-120b","endpoint": "cursor"},
{"id": "databricks-gpt-oss-20b","endpoint": "cursor"},
{"id": "databricks-claude-sonnet-4","endpoint": "mlflow"},
{"id": "databricks-bge-large-en","endpoint": "mlflow"},
{"id": "databricks-gemma-3-12b","endpoint": "mlflow"},
{"id": "databricks-gte-large-en","endpoint": "mlflow"},
{"id": "databricks-llama-4-maverick","endpoint": "mlflow"},
{"id": "databricks-meta-llama-3-1-8b-instruct","endpoint": "mlflow"},
{"id": "databricks-meta-llama-3-3-70b-instruct","endpoint": "mlflow"},
{"id": "databricks-qwen3-embedding-0-6b","endpoint": "mlflow"},
{"id": "databricks-qwen3-next-80b-a3b-instruct","endpoint": "mlflow"}
]
}