UNPKG

giga-code

Version:

A personal AI CLI assistant powered by Grok for local development.

12 lines (11 loc) 280 B
export declare const PROVIDER_MODELS: { openrouter: string[]; anthropic: string[]; google: string[]; xai: string[]; groq: string[]; cerebras: string[]; openai: string[]; ollama: string[]; }; export type ProviderName = keyof typeof PROVIDER_MODELS;