Skip to content

Commit bbc649d

Browse files
committed
add gpt oss models
1 parent 57b43b1 commit bbc649d

File tree

6 files changed

+15661
-1
lines changed

6 files changed

+15661
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Display names are auto-extracted from the API (text after `:` if present).
1919
## Run
2020

2121
```bash
22+
python3 -m venv env
23+
24+
python3 -m pip install -r requirements.txt
25+
2226
# Generate all curated models
2327
python3 openrouter_models.py --summary
2428

blocks/public/gpt-oss-120b.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: GPT OSS 120B
3+
version: 1.0.0
4+
schema: v1
5+
models:
6+
- name: GPT OSS 120B
7+
provider: openrouter
8+
model: openai/gpt-oss-120b
9+
apiKey: ${{ inputs.OPENROUTER_API_KEY }}
10+
defaultCompletionOptions:
11+
contextLength: 131072
12+
capabilities:
13+
- tool_use
14+
roles:
15+
- apply
16+
- chat
17+
- edit

blocks/public/gpt-oss-20b.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: GPT OSS 20B
3+
version: 1.0.0
4+
schema: v1
5+
models:
6+
- name: GPT OSS 20B
7+
provider: openrouter
8+
model: openai/gpt-oss-20b
9+
apiKey: ${{ inputs.OPENROUTER_API_KEY }}
10+
defaultCompletionOptions:
11+
contextLength: 131072
12+
capabilities:
13+
- tool_use
14+
roles:
15+
- apply
16+
- chat
17+
- edit

blocks/public/kimi-k2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ models:
88
model: moonshotai/kimi-k2
99
apiKey: ${{ inputs.OPENROUTER_API_KEY }}
1010
defaultCompletionOptions:
11-
contextLength: 131072
11+
contextLength: 63000
1212
capabilities:
1313
- tool_use
1414
roles:

0 commit comments

Comments
 (0)