zen: gemini
This commit is contained in:
parent
37d5099728
commit
7283bfa480
11 changed files with 111 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ import { Actor } from "./actor"
|
|||
import { Resource } from "@opencode-ai/console-resource"
|
||||
|
||||
export namespace ZenData {
|
||||
const FormatSchema = z.enum(["anthropic", "openai", "oa-compat"])
|
||||
const FormatSchema = z.enum(["anthropic", "google", "openai", "oa-compat"])
|
||||
export type Format = z.infer<typeof FormatSchema>
|
||||
|
||||
const ModelCostSchema = z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue