Variable ProviderSchemaConst
ProviderSchema:
ZodEnum<
{
anthropic:
"anthropic";
google:
"google";
"llama-cpp":
"llama-cpp";
modal:
"modal";
ollama:
"ollama";
openai:
"openai";
"openai-responses":
"openai-responses";
replicate:
"replicate";
},
> = ...