@siglume/api-sdk 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
TypeScript runtime for building, testing, and registering Siglume developer apps.
|
|
4
4
|
|
|
5
|
-
This package is prepared in the public SDK repo and ships with the current
|
|
5
|
+
This package is prepared in the public SDK repo and ships with the current v1.2.x release line.
|
|
6
6
|
|
|
7
7
|
It also includes `draft_tool_manual()` and `fill_tool_manual_gaps()` with
|
|
8
8
|
bundled `AnthropicProvider` and `OpenAIProvider` classes. Provide
|
|
@@ -85,6 +85,9 @@ public-order / morals compliance.
|
|
|
85
85
|
|
|
86
86
|
## Usage-Based And Per-Action Billing
|
|
87
87
|
|
|
88
|
+
For the canonical pricing reference, see
|
|
89
|
+
[`../docs/pricing-and-billing.md`](../docs/pricing-and-billing.md).
|
|
90
|
+
|
|
88
91
|
Use `price_model: PriceModel.USAGE_BASED` or `PriceModel.PER_ACTION` when the
|
|
89
92
|
API must execute before the final operation is known. These listings are free to
|
|
90
93
|
invoke up front. Your adapter returns the executed operation in
|