GHHG10's picture
download
raw
565 Bytes
import type { APIEvent } from "@solidjs/start/server"
import { handler } from "~/routes/zen/util/handler"
import { parseAnthropicVariant } from "~/routes/zen/util/variant"
export function POST(input: APIEvent) {
return handler(input, {
format: "anthropic",
modelList: "lite",
parseApiKey: (headers: Headers) => headers.get("x-api-key") ?? undefined,
parseModel: (url: string, body: any) => body.model,
parseVariant: (url: string, body: any) => parseAnthropicVariant(body),
parseIsStream: (url: string, body: any) => !!body.stream,
})
}

Xet Storage Details

Size:
565 Bytes
·
Xet hash:
623b75998b70eb46740a1ae40148d54d970e87a5d5167119f8d6fb64dac56271

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.