home / data

providerNodes

4 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type, createdAt (date), updatedAt (date)

id ▼ type name data createdAt updatedAt
anthropic-compatible-5ac28519-b003-4752-b56d-5f474b8ab51e anthropic-compatible aerolink {"prefix":"aerolink","baseUrl":"https://capi.aerolink.lat/v1"} 2026-06-23T01:09:57.540Z 2026-06-23T01:09:57.540Z
anthropic-compatible-78198ac7-2d9d-4c61-be79-90d73e56c9ad anthropic-compatible 3.7max {"prefix":"ocg2","baseUrl":"https://opencode.ai/zen/go/v1"} 2026-06-03T03:35:06.472Z 2026-06-03T04:54:04.068Z
openai-compatible-chat-2e5f2207-a115-4174-a2bb-85159510e232 openai-compatible Alibaba2 {"prefix":"bb","apiType":"chat","baseUrl":"https://dashscope-intl.aliyuncs.com/compatible-mode/v1"} 2026-04-18T10:27:50.455Z 2026-04-18T10:27:50.455Z
openai-compatible-chat-4171ac94-9183-4a44-9d1c-28870ef7bf2b openai-compatible zonetoken {"prefix":"zt","apiType":"chat","baseUrl":"https://api.zonetoken.net/v1"} 2026-06-03T14:39:50.391Z 2026-06-03T14:39:50.391Z

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE providerNodes (id TEXT PRIMARY KEY, type TEXT, name TEXT, data TEXT NOT NULL, createdAt TEXT NOT NULL, updatedAt TEXT NOT NULL);
CREATE INDEX idx_pn_type ON providerNodes(type);
Powered by Datasette · Queries took 13.19ms