9 posts tagged with "AI"
View All TagsAI agent steps can now use extended thinking, configured with a model-adaptive reasoning effort dropdown in the provider/model picker. Supported on Anthropic Claude, OpenAI o-series and GPT-5, Azure OpenAI, Google AI Gemini, AWS Bedrock Claude, OpenRouter, DeepSeek, and Mistral, with an explicit off option. Reasoning tokens are billed, and thinking is streamed into a collapsible Thinking box in chat mode.
New features
- A reasoning effort dropdown appears below the model in the AI agent step provider/model picker, with model-adaptive levels (low / medium / high, plus minimal / xhigh / max on some models) and an explicit off option.
- Supported on Anthropic Claude, OpenAI o-series and GPT-5, Azure OpenAI, Google AI Gemini, AWS Bedrock Claude, OpenRouter, DeepSeek, and Mistral; available levels depend on the specific model.
- Reasoning tokens are billed and counted in the step token usage; thinking is streamed into a collapsible Thinking box in the flow chat interface during execution.
Azure AI Foundry is now natively supported as an AI provider in Windmill, exposing the broader Foundry catalog (OpenAI models plus Llama, DeepSeek, Mistral, Phi and more) over an OpenAI-compatible API in both AI chat and AI agent steps.
New features
- Azure AI Foundry now available as a native AI provider via the azure_foundry resource type
- Access to the broader Foundry model catalog beyond Azure OpenAI: Llama, DeepSeek, Mistral, Phi and more
- Uses the same Azure authentication (api-key header) and base URL configuration as Azure OpenAI
- Available in both AI chat (copilot) and AI agent flow steps
The customai resource accepts a headers object to attach arbitrary headers to every AI request, and a new AI_HTTP_HEADERS env var applies headers globally across all providers (OpenAI, Anthropic, Azure, Bedrock).
New features
- headers field on customai resources: map of header names to values, attached to every request made with that resource.
- AI_HTTP_HEADERS env var on the server and workers attaches headers to every outgoing AI request across all providers (OpenAI, Anthropic, Azure, Bedrock, etc.).
- Useful for upstream proxies, gateway authentication, and routing metadata.
AI agent steps can now accept PDF documents as input alongside images, with provider-specific encoding for Anthropic, OpenAI, and Google AI handled automatically. Requires a workspace-level S3 object storage.
New features
- PDF documents can be passed as attachments to AI agent steps.
- Provider-specific encoding handled automatically: Anthropic document blocks, OpenAI input_file blocks, Google AI inline data.
- MIME type detected from the file extension; requires workspace-level S3 object storage.
The googleai and anthropic AI resources now expose a platform field to switch between the provider's standard API and Google Vertex AI, using a Google Cloud service account access token for authentication.
New features
- platform: google_vertex_ai option on googleai and anthropic resources.
- Set base_url to your Vertex endpoint and api_key to a Google Cloud OAuth2 access token (Vertex AI User role).
- Run Claude models on Vertex AI from existing Anthropic-shaped scripts and AI agents.
Superadmins can configure AI providers (OpenAI, Anthropic, Google AI, Azure, Bedrock, customai) at the instance level so every workspace inherits the same models, headers, and routing without per-workspace setup.
New features
- Configure AI providers (OpenAI, Anthropic, Google AI, Azure, Bedrock, customai, etc.) once at the instance level.
- Workspaces inherit instance defaults and can still override per-workspace.
- Centralizes model selection, base URLs, and shared credentials for self-hosted deployments.
AWS Bedrock is now natively supported as an AI provider in Windmill.
New features
- AWS Bedrock now available as a native AI provider
- Simple configuration with AWS region and API key
- Access to all Bedrock-supported models

Windmill now supports more AI providers and models.
New features
- Anthropic Claude 3.7 Sonnet with extended thinking mode
- DeepSeek Chat & Reasoner
- Google Gemini
- Groq
- OpenRouter
- Custom OpenAI API-compatible provider

Windmill AI now supports Mistral's Codestral and Anthropic's Claude 3.5 models.
New features
- Added support for Mistral Codestral model
- Added support for Anthropic Claude 3.5 model