MCPcopy Create free account

hub / github.com/HazyResearch/minions / functions

Functions1,660 in github.com/HazyResearch/minions

Method__init__
Initialize the Cloudflare AI Gateway client. Args: model_name: The OpenAI model to use (default: "gpt-4o-mini") api_k
minions/clients/cloudflare.py:18
Method__init__
Initialize the Tokasaurus client. Args: model_name: The name of the model to use (default: "meta-llama/Llama-3.2-1B-Inst
minions/clients/tokasaurus.py:13
Method__init__
Initialize the Mistral client. Args: model_name: The name of the model to use (default: "mistral-large-latest")
minions/clients/mistral.py:11
Method__init__
Initialize Gemini Client. Args: model_name: The Gemini model to use. Defaults to "gemini-3-flash-preview". temperatur
minions/clients/gemini.py:14
Method__init__
Initialize the Modular client. Args: model_name: Name of the model to use (default: "modularai/Llama-3.1-8B-Instruct-GGU
minions/clients/modular.py:19
Method__init__
Initialize the Parallel client. Args: model_name: The model to use. Options: - "speed": Optimized for low
minions/clients/parallel.py:25
Method__init__
Initialize the Distributed Inference client. Args: model_name: Preferred model name (optional, coordinator will select i
minions/clients/distributed_inference.py:19
Method__init__
Initialize the Azure OpenAI client using the v1 API. Args: model_name: The name of the model deployment to use (default:
minions/clients/azure_openai.py:13
Method__init__
Initialize the Sarvam AI client. Args: model_name: The name of the model to use (default: "sarvam-m") api_ke
minions/clients/sarvam.py:19
Method__init__
Initialize the OpenRouter client. Args: model_name: Primary model to use (e.g., "openai/gpt-4o", "anthropic/claude-3-5-sonnet")
minions/clients/openrouter.py:13
Method__init__
Initialize the Cartesia MLX client. Args: model_name: The name or path of the model to use (default: "cartesia-ai/Llamba
minions/clients/cartesia_mlx.py:12
Method__init__
Initialize the client with common parameters. Args: model_name: Name/identifier of the model to use (required)
minions/clients/base.py:20
Method__init__
Initialize the Novita client. Args: model_name: The model to use (e.g., "meta-llama/llama-3.1-8b-instruct",
minions/clients/novita.py:18
Method__init__
Initialize the Groq client using OpenAI compatibility. Args: model_name: The name of the model to use (default: "llama-3
minions/clients/groq.py:11
Method__init__
Initialize the LMCache client. Args: model_name: The model identifier (default: "meta-llama/Meta-Llama-3.1-8B-Instruct")
minions/clients/lmcache.py:27
Method__init__
(self, model_name: str, port: int = 12434, timeout: int = 60, local: bool = True, base_url: str = None, struct
minions/clients/docker_model_runner.py:14
Method__init__
Initialize the Perplexity client. Args: model_name: The name of the model to use (default: "sonar-pro") api_
minions/clients/perplexity.py:20
Method__init__
Initialize the OpenAI client. Args: model_name: The name of the model to use (default: "gpt-4o") api_key: Op
minions/clients/openai.py:13
Method__init__
Initialize the Transformers client for local HuggingFace models. Args: model_name: The Hugging Face model identifier or
minions/clients/transformers.py:110
Method__init__
Initialize the Grok client. Available models (as of Nov 2025): - grok-4: Flagship model for natural language, math, and
minions/clients/grok.py:10
Method__init__
Initialize the MLX PARALLM client. Args: model_name: The name or identifier of the MLX PARALLM model. temper
minions/clients/mlx_clients.py:12
Method__init__
Initialize the MLX Omni client. Args: model_name: The name of the MLX model to use temperature: Sampling tem
minions/clients/mlx_clients.py:391
Method__init__
Initialize the MLX Audio client. Args: model_name: The name of the model to use (default: "prince-canuma/Kokoro-82M")
minions/clients/mlx_clients.py:645
Method__init__
Initialize Ollama Turbo Client. Args: model_name: The Ollama Turbo model to use (default: "gpt-oss:120b") api
minions/clients/ollama.py:547
Method__init__
Initialize the Cohere client. Supports two modes: 1. Native Cohere SDK (v2) - default when SDK is available
minions/clients/cohere.py:18
Method__init__
Initialize the Together client.
minions/clients/together.py:11
Method__init__
Initialize the Moonshot AI client. Args: model_name: The name of the model to use (default: "moonshot-v1-8k")
minions/clients/moonshot.py:10
Method__init__
Initialize the DeepSeek client. Args: model_name: The name of the model to use (default: "deepseek-chat") ap
minions/clients/deepseek.py:10
Method__init__
Initialize the Anthropic client. Args: model_name: The name of the model to use (default: "claude-opus-4-6")
minions/clients/anthropic.py:12
Method__init__
Initialize the SambaNova client. Args: model_name: The name of the model to use (default: "Meta-Llama-3.1-8B-Instruct")
minions/clients/sambanova.py:17
Method__init__
Initialize the Exa client. Args: model_name: The name of the model to use. Options: - "exa" (defa
minions/clients/exa.py:36
Method__init__
Initialize the NotDiamond AI client. Args: model_name: The name of the model to use (default: "notdiamond")
minions/clients/notdiamond.py:29
Method__init__
( self, model_name: str = "Llama-3.2-3B-Instruct-Hybrid", api_key: Optional[str] = Non
minions/clients/lemonade.py:25
Method__init__
Initialize the Secure Client for encrypted communication with secure endpoints. Args: endpoint_url: URL of the secure en
minions/clients/secure.py:38
Method__init__
Initialize the Cerebras client. Args: model_name: The name of the model to use (default: "llama3.1-8b") api_
minions/clients/cerebras.py:19
Method__init__
Initialize the Tencent Hunyuan client. Args: model_name: The model to use (default: "hunyuan-turbos-latest") api_key:
minions/clients/tencent.py:17
Method__init__
Initialize the Qwen client. Args: model_name: The name of the model to use (default: "qwen-plus") api_key: Q
minions/clients/qwen.py:10
Method__init__
Initialize the HuggingFace client. Args: model_name: The name of the model to use (default: "meta-llama/Llama-3.2-3B-Ins
minions/clients/huggingface.py:20
Method__init__
Initialize the Osaurus client. Args: model_name: The Osaurus model to use (default: "llama-3.2-3b-instruct-4bit"
minions/clients/osaurus.py:23
Method__init__
Initialize the Secure Minion Protocol with end-to-end encryption. Args: supervisor_url: URL of the supervisor server
secure/minions_secure.py:82
Method__init__
( self, supervisor_url: str, trusted_attesation_pem: str, #file path vm_launch
secure/minions_chat.py:40
Method__init__
Initialize a SGLang client with the specified endpoint.
secure/remote/remote_model.py:23
Method__init__
Initialize the MLX Omni client. Args: model_name: The name of the MLX model to use temperature: Sampling tem
secure/utils/clients/mlx_omni.py:16
Method__init__
Initialize the Tokasaurus client. Args: model_name: The name of the model to use (default: "meta-llama/Llama-3.2-1B-Inst
secure/utils/clients/tokasaurus.py:12
Method__init__
Initialize Gemini Client.
secure/utils/clients/gemini.py:11
Method__init__
Initialize the Azure OpenAI client. Args: model_name: The name of the model deployment to use (default: "gpt-4o")
secure/utils/clients/azure_openai.py:12
Method__init__
Initialize the OpenRouter client. Args: model_name: The model to use (e.g., "anthropic/claude-3-5-sonnet") api_key: O
secure/utils/clients/openrouter.py:16
Method__init__
Initialize the Cartesia MLX client. Args: model_name: The name or path of the model to use (default: "cartesia-ai/Llamba
secure/utils/clients/cartesia_mlx.py:11
Method__init__
Initialize the Groq client. Args: model_name: The name of the model to use (default: "llama-3.3-70b-versatile")
secure/utils/clients/groq.py:10
Method__init__
Initialize the MLX PARALLM client. Args: model_name: The name or identifier of the MLX PARALLM model. temper
secure/utils/clients/mlx_parallm_model.py:16
Method__init__
Initialize the Perplexity client. Args: model_name: The name of the model to use (default: "sonar") api_key:
secure/utils/clients/perplexity.py:10
Method__init__
Initialize the OpenAI client. Args: model_name: The name of the model to use (default: "gpt-4o") api_key: Op
secure/utils/clients/openai.py:11
Method__init__
Initialize the MLX Audio client. Args: model_name: The name of the model to use (default: "prince-canuma/Kokoro-82M")
secure/utils/clients/mlx_audio.py:17
Method__init__
Initialize Ollama Client.
secure/utils/clients/ollama.py:10
Method__init__
Initialize the MLX LM client. Args: model_name: The name or path of the model to use (default: "mlx-community/Llama-3.2-
secure/utils/clients/mlx_lm.py:9
Method__init__
Initialize the Together client. Args: model_name: The name of the model to use (default: "meta-llama/Llama-3.3-70B-Instr
secure/utils/clients/together.py:10
Method__init__
Initialize the DeepSeek client. Args: model_name: The name of the model to use (default: "deepseek-chat") ap
secure/utils/clients/deepseek.py:8
Method__init__
Initialize the Anthropic client. Args: model_name: The name of the model to use (default: "claude-3-sonnet-20240229")
secure/utils/clients/anthropic.py:10
Method__init__
Initialize the SambaNova client. Args: model_name: The name of the model to use (default: "Meta-Llama-3.1-8B-Instruct")
secure/utils/clients/sambanova.py:9
Method__init__
Initialize the HuggingFace client. Args: model_name: The name of the model to use (default: "meta-llama/Llama-3.2-3B-Ins
secure/utils/clients/huggingface.py:18
Method__init__
(self, prompt_tokens=0, completion_tokens=0)
apps/minions-story-teller/story_minion.py:23
Method__init__
Initialize the Story Minion. Args: local_client: Client for the local model (worker/writer) remote_client: Client for
apps/minions-story-teller/story_minion.py:73
Method__init__
(self)
apps/minions-story-teller/app.py:107
Method__init__
(self, *args, **kwargs)
apps/minions-docker/clients_init_minimal.py:8
Method__init__
(self, *args, **kwargs)
apps/minions-docker/clients_init_minimal.py:13
Method__init__
(self, *args, **kwargs)
apps/minions-docker/clients_init_minimal.py:18
Method__init__
(self, base_url: str = "http://localhost:8001")
apps/minions-a2a/tests/integration/run_integration_tests.py:40
Method__init__
(self)
apps/minions-a2a/tests/integration/run_integration_tests.py:164
Method__init__
(self, base_url: str = "http://localhost:8001", api_key: str = "abcd")
apps/minions-a2a/tests/integration/test_client_minion.py:19
Method__init__
(self, base_url: str = "http://localhost:8001")
apps/minions-a2a/tests/integration/test_client_minion.py:186
Method__init__
(self, base_url: str = "http://localhost:8001", api_key: str = "abcd")
apps/minions-a2a/tests/integration/test_client_minions.py:19
Method__init__
(self, base_url: str = "http://localhost:8001")
apps/minions-a2a/tests/integration/test_client_minions.py:189
Method__init__
(self)
apps/minions-a2a/tests/unit/test_converters.py:340
Method__init__
(self)
apps/minions-a2a/examples/webapp/run_webapp.py:19
Method__init__
(self, base_url: str, api_key: str)
apps/minions-a2a/examples/webapp/app.py:32
Method__init__
(self)
apps/minions-a2a/a2a_minions/config.py:91
Method__init__
(self, config: AuthConfig)
apps/minions-a2a/a2a_minions/auth.py:58
Method__init__
(self, config: AuthConfig)
apps/minions-a2a/a2a_minions/auth.py:115
Method__init__
(self, storage_path: Path = Path("oauth2_clients.json"))
apps/minions-a2a/a2a_minions/auth.py:189
Method__init__
(self, config: Optional[AuthConfig] = None)
apps/minions-a2a/a2a_minions/auth.py:270
Method__init__
(self)
apps/minions-a2a/a2a_minions/metrics.py:133
Method__init__
(self, skip_import=False)
apps/minions-a2a/a2a_minions/client_factory.py:24
Method__init__
(self, max_tasks: int = 1000, retention_time: timedelta = timedelta(hours=24))
apps/minions-a2a/a2a_minions/server.py:52
Method__init__
(self, host: str = "0.0.0.0", port: int = 8000, base_url: Optional[str] = None, auth_config:
apps/minions-a2a/a2a_minions/server.py:580
Method__init__
(self, final_answer: str, conversation: List[Dict[str, Any]], usage: Dict[str, Any], timing:
apps/minions-a2a/a2a_minions/converters.py:43
Method__init__
(self)
apps/minions-a2a/a2a_minions/converters.py:56
Method__init__
(self)
tests/run_integration_tests.py:22
Method__new__
(cls, model_name=None)
minions/utils/retrievers.py:98
Method__new__
(cls, model_name=None, task_type=None, output_dimensionality=None)
minions/utils/retrievers.py:255
Method__new__
(cls, model_name=None, api_key=None, **kwargs)
minions/utils/retrievers.py:436
Method__new__
(cls, model_name=None)
minions/utils/retrievers.py:551
Method__new__
(cls, model_name=None)
minions/utils/retrievers.py:652
Method__new__
(cls, model_name=None, api_key=None)
minions/utils/retrievers.py:789
Method__new__
(cls, model_name=None, base_url=None)
minions/utils/retrievers.py:922
Method__post_init__
(self)
minions/utils/conversation_history.py:14
Method__repr__
(self)
minions/utils/arch_router.py:284
Method__repr__
Detailed string representation of the client.
minions/clients/modular.py:137
Method__repr__
Detailed string representation of the client.
minions/clients/base.py:138
Method__str__
String representation of the client.
minions/clients/modular.py:133
Method__str__
String representation of the client.
minions/clients/base.py:134
← previousnext →801–900 of 1,660, ranked by callers