@gtrabanco/pi-nan-provider 0.4.0 → 0.4.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/package.json +14 -4
- package/scripts/models.generated.ts +2 -2
package/package.json
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gtrabanco/pi-nan-provider",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "NaN Builders (api.nan.builders) model provider for pi - OpenAI-compatible registration with a models.dev-generated fallback, tier-aware live catalog, and MCP bridges (official web search + optional community media server)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi",
|
|
7
7
|
"pi-package",
|
|
8
8
|
"pi-extension",
|
|
9
|
-
"
|
|
9
|
+
"provider",
|
|
10
10
|
"ai",
|
|
11
11
|
"ai-provider",
|
|
12
|
+
"llm",
|
|
12
13
|
"nan",
|
|
13
14
|
"nan-builders",
|
|
15
|
+
"api-nan-builders",
|
|
14
16
|
"openai-compatible",
|
|
15
|
-
"
|
|
17
|
+
"ai-model"
|
|
16
18
|
],
|
|
17
19
|
"type": "module",
|
|
18
20
|
"main": "./src/index.ts",
|
|
@@ -55,5 +57,13 @@
|
|
|
55
57
|
"bugs": {
|
|
56
58
|
"url": "https://github.com/gtrabanco/pi-nan-provider/issues"
|
|
57
59
|
},
|
|
58
|
-
"homepage": "https://github.com/gtrabanco/pi-nan-provider#readme"
|
|
60
|
+
"homepage": "https://github.com/gtrabanco/pi-nan-provider#readme",
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"@gtrabanco/pi-agentic-workflow": "^0.4.0",
|
|
63
|
+
"@tintinweb/pi-subagents": "^0.19.0",
|
|
64
|
+
"pi-effort": "^0.0.8",
|
|
65
|
+
"pi-mcp-adapter": "^2.32.1",
|
|
66
|
+
"version": "^0.1.2",
|
|
67
|
+
"view": "^1.1.1"
|
|
68
|
+
}
|
|
59
69
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This file is auto-generated by scripts/generate-models.ts
|
|
2
2
|
// Do not edit manually — run `bun run generate-models` to update.
|
|
3
3
|
//
|
|
4
|
-
// Source: https://models.dev/api.json (provider "nan"), fetched 2026-09-
|
|
4
|
+
// Source: https://models.dev/api.json (provider "nan"), fetched 2026-09-04T20:25:06.364Z
|
|
5
5
|
// Provenance: every contextWindow/maxTokens/input/cost value traces to
|
|
6
6
|
// models.dev or to the per-entry notes below. Nothing is invented; entries
|
|
7
7
|
// models.dev documents incompletely are omitted and flagged instead.
|
|
@@ -430,7 +430,7 @@ export const NAN_GENERATED_MODELS: readonly GeneratedModelEntry[] = [
|
|
|
430
430
|
export const GENERATED_CATALOG_META = {
|
|
431
431
|
source: "https://models.dev/api.json",
|
|
432
432
|
modelsDevProvider: "nan",
|
|
433
|
-
fetchedAt: "2026-09-
|
|
433
|
+
fetchedAt: "2026-09-04T20:25:06.364Z",
|
|
434
434
|
modelCount: 7,
|
|
435
435
|
models: ["deepseek-v4-flash","gemma4","glm5.2","glm5.3-flash","mimo-v2.5","qwen3.6","qwen3.8-flash"],
|
|
436
436
|
notes: [
|