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
5 changes: 5 additions & 0 deletions providers/pareto/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions providers/pareto/models/z-ai/glm-5.3-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Pricing: https://docs.paretoinference.com/pricing (checked 2026-09-19).
# API: https://docs.paretoinference.com/api-reference
# Effort: reasoning_effort = low|high|max; no thinking/reasoning toggle.
# Context follows the 1M dashboard model entry; output is capped at 131,072.
# PDF input is not advertised on this API.
base_model = "zhipuai/glm-5.3-flash"
reasoning_options = [{ type = "effort", values = ["low", "high", "max"] }]

[interleaved]
field = "reasoning_content"

[cost]
input = 0.03
output = 0.10
cache_read = 0.006

[modalities]
input = ["text", "image", "video"]
6 changes: 6 additions & 0 deletions providers/pareto/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Prepaid, metered API: https://docs.paretoinference.com/pricing
name = "Pareto Inference"
npm = "@ai-sdk/openai-compatible"
env = ["PARETO_API_KEY"]
api = "https://api.paretoinference.com/v1"
doc = "https://docs.paretoinference.com/"
Loading