How it works
Kyma forwards yourtools and tool_choice parameters directly to the model. Same format as OpenAI. No changes needed.
Example
Which models support tool calling?
| Model | Tool Calling |
|---|---|
| Llama 3.3 70B | ✅ |
| Qwen 3 32B | ✅ |
| Qwen 3 Coder | ✅ |
| Kimi K2.5 | ✅ (best for agentic use) |
| GPT-OSS 120B | ✅ |
| Gemini 2.5 Flash | ✅ |
| Gemini 3 Flash | ✅ |
| Gemma 4 31B | ✅ |
| DeepSeek V3 | ✅ |
| DeepSeek R1 | ✅ |
| MiniMax M2.5 | ✅ |
/v1/models for the current supports_tools field.