-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathconfig.json
More file actions
47 lines (47 loc) · 1.03 KB
/
Copy pathconfig.json
File metadata and controls
47 lines (47 loc) · 1.03 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
{
"port": 8003,
"endpoints": [
{
"name": "openai",
"base_url": "https://app.factory.ai/api/llm/o/v1/responses"
},
{
"name": "anthropic",
"base_url": "https://app.factory.ai/api/llm/a/v1/messages"
}
],
"models": [
{
"name": "Claude Opus 4.1",
"id": "claude-opus-4-1-20250805",
"type": "anthropic",
"reasoning": "high"
},
{
"name": "Claude Sonnet 4",
"id": "claude-sonnet-4-20250514",
"type": "anthropic",
"reasoning": "medium"
},
{
"name": "Claude Sonnet 4.5",
"id": "claude-sonnet-4-5-20250929",
"type": "anthropic",
"reasoning": "high"
},
{
"name": "GPT-5",
"id": "gpt-5-2025-08-07",
"type": "openai",
"reasoning": "high"
},
{
"name": "GPT-5 Codex",
"id": "gpt-5-codex",
"type": "openai",
"reasoning": "off"
}
],
"system_prompt": "You are Droid, an AI software engineering agent built by Factory.",
"user_agent": "factory-cli/0.22.1"
}