9 repository-uri
Per-call settings like temperature, max tokens, and top-p to control model response behavior.
Distinct from Generation Temperature Controls: Distinct from Generation Temperature Controls: covers a broader set of generation parameters beyond just temperature, including max tokens and top-p.
Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Generation Parameter Configurations. Refine with filters or upvote what's useful.
OpenPlayground is a web-based comparison playground and multi-provider client used to test and evaluate outputs from multiple large language models and local inference engines side-by-side. It serves as a local testing environment for routing prompts to various external APIs and on-device models through a single interface. The project enables concurrent request dispatching, allowing a single prompt to be sent to multiple models simultaneously for comparative analysis. It includes a parameter tuning interface for refining model behavior via generation settings and provides a system for detecti
Offers per-call settings such as temperature and top-p to control the behavior of model responses.
This is an open-source Python SDK for building and orchestrating production-grade AI agents. It provides a unified framework for creating conversational agents that can use tools, maintain state, and coordinate across multiple language model providers including OpenAI, Anthropic, Google, Amazon Bedrock, and locally-hosted models. The SDK supports multi-agent orchestration through graphs, teams, and swarms, allowing several specialized agents to collaborate on complex tasks. Agents can be composed as callable tools that other agents invoke, and the framework includes policy handlers that inspe
Adjusts generation settings such as token limit, temperature, top-p, and streaming to control response behavior.
Genkit is an open-source framework for building AI-powered applications. It provides a unified interface for connecting to hundreds of generative AI models from multiple providers, enabling text, image, audio, and video generation through a single API. The framework structures multi-step AI interactions—including chat, retrieval-augmented generation, tool use, and agentic workflows—as composable, traceable flows with built-in streaming and state management. The framework distinguishes itself through a comprehensive developer toolkit that includes a command-line interface and a local developer
Adjusts settings like output length, temperature, and stop sequences to control model generation behavior.
Configures per-call generation parameters like temperature, max tokens, and top-p for model responses.
KServe is an open platform for deploying and serving generative and predictive AI models on Kubernetes. It defines inference services as custom resources with declarative YAML specifications, enabling a Kubernetes-native approach to model deployment and lifecycle management. The platform leverages Knative-based serverless scaling for automatic scale-to-zero and revision management, and supports a pluggable serving runtime architecture that maps model formats to containerized execution environments. KServe distinguishes itself through model-aware autoscaling that scales replicas based on token
Tunes model behavior with temperature, top-p, and system instructions during inference.
Coze-loop este o platformă de optimizare și o suită de gestionare a orchestrației pentru agenți bazați pe modele de limbaj mari (LLM). Funcționează ca un mediu cuprinzător pentru dezvoltarea, depanarea, evaluarea și monitorizarea performanței agenților AI. Proiectul oferă un playground dedicat de prompt engineering pentru iterație și validare în timp real a răspunsurilor modelului. Include un framework de evaluare care rulează evaluări automate pe seturi de date pentru a genera metrici de performanță și a verifica acuratețea output-ului. Sistemul acoperă observabilitatea prin trasarea execuției în timp real și analiza istorică a comportamentului agentului. Suportă, de asemenea, gestionarea ciclului de viață cu capabilități pentru depanare distribuită, configurarea parametrilor modelului și personalizarea deployment-ului în cluster.
Provides a system for defining generation parameters like temperature and token limits to control AI output.
Mods is a terminal-based AI client that sends prompts to large language models and streams responses back to the command line. It functions as a multi-provider AI gateway, routing queries to OpenAI, Cohere, Groq, Gemini, and local endpoints, and includes a conversation history manager that saves, caches, branches, and resumes text-based interactions. The tool also operates as a Model Context Protocol client, connecting to external MCP servers via stdio, SSE, or HTTP to extend model capabilities with specialized tools and data. The project distinguishes itself through a config-driven provider
Sets model, temperature, top-p, top-k, max tokens, retries, and proxy to control how the LLM generates responses.
ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,
ExecuTorch controls generation behavior by setting parameters such as token count, temperature, and echo mode.
Discoart is a diffusion model orchestration framework and distributed GPU generation engine designed to automate and scale image generation workflows across hardware clusters. It functions as a generative AI model API, providing HTTP and gRPC endpoints to trigger and retrieve images from diffusion models as a network service. The system distinguishes itself through a comprehensive task management layer that includes timeline-based prompt and parameter scheduling. It manages the generative art lifecycle by supporting state-based session serialization for recovery, YAML-based configuration mana
Enables saving, loading, and exporting generation parameters via YAML files, SVG images, or code.