Skip to main content
Last Updated: September 2, 2026
Salad AI Gateway is currently in beta.

Available Models

qwen3.6-35b-a3b

Best for: Agentic tasks, complex multi-step reasoning, code generation, instruction following. This is the recommended model for most agentic and coding use cases. It handles tool calling reliably, supports structured output, and performs well in long agentic sessions.

qwen3.5-35b-a3b

Best for: Agentic tasks, complex multi-step reasoning, code generation, instruction following. The Mixture of Experts architecture activates only a subset of parameters per token, providing strong reasoning capability at lower latency than a dense 35B model. It handles tool calling reliably and performs well in long agentic sessions.

Choosing a Model

API Usage

Specify the model ID in the model field of your request:
To list available models programmatically:

Notes

  • All models support the /v1/chat/completions endpoint with streaming ("stream": true).
  • All models support text and image inputs, text outputs, tool calling, structured outputs, and reasoning.
  • Context window limits are enforced server-side. If your input exceeds the limit, the request will return an error.
  • The model catalog may expand during beta.