Buckets:
| import type { APIEvent } from "@solidjs/start/server" | |
| import { ZenData } from "@opencode-ai/console-core/model.js" | |
| import { buildModelsResponse, buildOptionsResponse } from "../../util/modelsHandler" | |
| export async function OPTIONS(_input: APIEvent) { | |
| return buildOptionsResponse() | |
| } | |
| export async function GET(_input: APIEvent) { | |
| const models = Object.keys(ZenData.list("lite").models) | |
| return buildModelsResponse(models) | |
| } | |
Xet Storage Details
- Size:
- 429 Bytes
- Xet hash:
- cd82603833b89cb6b78b0d9c51550b231aadde19c19a44cb425505e2dc7c00b5
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.