UNPKG

@fleek-platform/agents-ui

Version:

The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward

6 lines (5 loc) 723 B
import type { LabelAndIcon } from '@base/types'; import type { CharacterFormSchema } from './schema'; export declare const MODEL_PROVIDER_NAMES: readonly ["openai", "deepseek", "anthropic", "claude_vertex", "grok", "groq", "llama_cloud", "llama_local", "ollama", "google", "redpill", "openrouter", "heurist", "together", "eternalai", "galadriel", "falai", "gaianet", "ali_bailian", "volengine", "nanogpt", "hyperbolic", "venice", "akash_chat_api", "livepeer", "mistral", "nineteen_ai", "infera"]; export declare const MODEL_PROVIDER_NAMES_MAP: Record<CharacterFormSchema['modelProvider'], LabelAndIcon>; export declare const SECRETS_MODEL_PROVIDER_MAP: Record<CharacterFormSchema['modelProvider'], Record<string, string>>;