Skip to content

Commit 622348a

Browse files
thdxrOpenCode
andcommitted
Add OpenAI and Google provider configurations in TOML format
πŸ€– Generated with [OpenCode](https://opencode.ai) Co-Authored-By: OpenCode <[email protected]>
1 parent dcbb41a commit 622348a

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Gemini 2.5 Pro"
2+
attachment = true
3+
reasoning = false
4+
5+
[cost]
6+
input = 1.25
7+
output = 10.00
8+
inputCached = 0.00
9+
outputCached = 0.00
10+
11+
[limit]
12+
context = 1_000_000
13+
output = 50_000
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name = "Google"
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Codex Mini"
2+
attachment = true
3+
reasoning = true
4+
5+
[cost]
6+
input = 1.50
7+
output = 6.00
8+
inputCached = 0.375
9+
outputCached = 0.00
10+
11+
[limit]
12+
context = 200_000
13+
output = 100_000
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name = "OpenAI"

0 commit comments

Comments
Β (0)