Skip to main content
Last Updated: May 18, 2026
Salad AI Gateway is currently in closed beta. The model catalog will expand as the service moves toward general availability.

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.6-27b

Best for: General-purpose tasks requiring a balance of capability and speed. A strong all-around model. Slightly faster than qwen3.6-35b-a3b on simpler tasks, with comparable instruction-following quality. A good choice when you need consistent performance across a range of task types.

qwen3.5-9b

Best for: High-volume queries, simple Q&A, fast responses where latency matters. The fastest model in the lineup. Well-suited for applications that need quick turnaround on straightforward prompts. May struggle with complex multi-step reasoning or large codebases compared to the larger models.

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.
  • Additional models will be added during the beta period and at general availability.