Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions providers/greenpt/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# GreenPT

This provider entry is intentionally a **skeleton**: most models have placeholder metadata (dates, limits, capabilities) so the repo schema validates.

### What to update next

- Model `release_date` / `last_updated`: currently set to `2026-01-29` as a placeholder.
- Model capabilities: `attachment`, `reasoning`, `temperature`, `tool_call`, `open_weights`.
- Token limits: `[limit].context` and `[limit].output`.
- Pricing:
- Token pricing is populated where **both** input/output prices were available.
- For models where only one side was known (e.g., router models with missing input/output), the `[cost]` block is omitted.
- Speech-to-text (`greens*.toml`) pricing is hourly in your docs and is **not represented** in the current token-based `[cost]` schema.

18 changes: 18 additions & 0 deletions providers/greenpt/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions providers/greenpt/models/deepseek-r1-distill-llama-70b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "deepseek-r1-distill-llama-70b"
family = "deepseek"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[cost]
input = 0.90
output = 0.90

[limit]
context = 8192
output = 2048

[modalities]
input = ["text"]
output = ["text"]

22 changes: 22 additions & 0 deletions providers/greenpt/models/devstral-small-2505.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "devstral-small-2505"
family = "devstral"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[cost]
input = 0.15
output = 0.35

[limit]
context = 8192
output = 2048

[modalities]
input = ["text"]
output = ["text"]

22 changes: 22 additions & 0 deletions providers/greenpt/models/gemma-3-27b-it.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "gemma-3-27b-it"
family = "gemma"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[cost]
input = 0.25
output = 0.30

[limit]
context = 8192
output = 2048

[modalities]
input = ["text"]
output = ["text"]

22 changes: 22 additions & 0 deletions providers/greenpt/models/gpt-oss-120b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "gpt-oss-120b"
family = "gpt-oss"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[cost]
input = 0.15
output = 0.60

[limit]
context = 8192
output = 2048

[modalities]
input = ["text"]
output = ["text"]

22 changes: 22 additions & 0 deletions providers/greenpt/models/green_embedding.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Green Embedding"
family = "text-embedding"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[cost]
input = 0.20
output = 0.00

[limit]
context = 8192
output = 2048

[modalities]
input = ["text"]
output = ["text"]

21 changes: 21 additions & 0 deletions providers/greenpt/models/green_rerank.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Green Rerank"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[cost]
input = 0.12
output = 0.00

[limit]
context = 8192
output = 2048

[modalities]
input = ["text"]
output = ["text"]

21 changes: 21 additions & 0 deletions providers/greenpt/models/greenl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "GreenL"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[cost]
input = 0.25
output = 0.80

[limit]
context = 8192
output = 2048

[modalities]
input = ["text"]
output = ["text"]

21 changes: 21 additions & 0 deletions providers/greenpt/models/greenr.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "GreenR"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[cost]
input = 0.35
output = 0.95

[limit]
context = 8192
output = 2048

[modalities]
input = ["text"]
output = ["text"]

17 changes: 17 additions & 0 deletions providers/greenpt/models/greens.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = "GreenS"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[limit]
context = 8192
output = 2048

[modalities]
input = ["audio"]
output = ["text"]

17 changes: 17 additions & 0 deletions providers/greenpt/models/greens_pro.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = "GreenS Pro"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[limit]
context = 8192
output = 2048

[modalities]
input = ["audio"]
output = ["text"]

18 changes: 18 additions & 0 deletions providers/greenpt/models/llama-3.1-70b-instruct.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "llama-3.1-70b-instruct"
family = "llama"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[limit]
context = 8192
output = 2048

[modalities]
input = ["text"]
output = ["text"]

22 changes: 22 additions & 0 deletions providers/greenpt/models/llama-3.1-8b-instruct.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "llama-3.1-8b-instruct"
family = "llama"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[cost]
input = 0.20
output = 0.30

[limit]
context = 8192
output = 2048

[modalities]
input = ["text"]
output = ["text"]

18 changes: 18 additions & 0 deletions providers/greenpt/models/llama-3.3-70b-instruct.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "llama-3.3-70b-instruct"
family = "llama"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[limit]
context = 8192
output = 2048

[modalities]
input = ["text"]
output = ["text"]

22 changes: 22 additions & 0 deletions providers/greenpt/models/mistral-nemo-instruct-2407.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "mistral-nemo-instruct-2407"
family = "mistral-nemo"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[cost]
input = 0.20
output = 0.30

[limit]
context = 8192
output = 2048

[modalities]
input = ["text"]
output = ["text"]

22 changes: 22 additions & 0 deletions providers/greenpt/models/mistral-small-3.2-24b-instruct-2506.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "mistral-small-3.2-24b-instruct-2506"
family = "mistral-small"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[cost]
input = 0.15
output = 0.35

[limit]
context = 8192
output = 2048

[modalities]
input = ["text"]
output = ["text"]

22 changes: 22 additions & 0 deletions providers/greenpt/models/qwen3-235b-a22b-instruct-2507.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "qwen3-235b-a22b-instruct-2507"
family = "qwen"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = false

[cost]
input = 0.35
output = 2.35

[limit]
context = 8192
output = 2048

[modalities]
input = ["text"]
output = ["text"]

Loading