v0.2.75
camel-ai/camelv0.2.75Aug 25, 2025by github-actions[bot]
AI Summary
This release focuses on expanding model support (Claude 4.1, GPT-5, Mistral 3.1) and adding new toolkits like Metaso search and TerminalToolkit.
Key Highlights
- Added support for Claude 4.1 and GPT-5 models.
- Introduced Metaso.cn API search toolkit.
- Added TerminalToolkit MCP server.
- Added Nebius AI Studio integration.
New Features
- Claude 4.1 support.
- GPT-5 support.
- Metaso.cn API search.
- Mistral Medium 3.1 model.
- TerminalToolkit MCP server.
- Nebius AI Studio integration.
- Ollama API key configuration.
Full Release Notes
## What's Changed * feat: support claude 4.1 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/2988 * feat: add metaso.cn API search by @hu-mengliang in https://github.com/camel-ai/camel/pull/2986 * enhance: add metaso.cn API search PR2986 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/2991 * chore: remove model config check by @Wendong-Fan in https://github.com/camel-ai/camel/pull/2990 * feat: support gpt5 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/2995 * fix: Update KIMI model default URL by @MuggleJinx in https://github.com/camel-ai/camel/pull/2996 * chore: google_search by @nitpicker55555 in https://github.com/camel-ai/camel/pull/2992 * release: v 0.2.75a2 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/2997 * docs: add structured output tutorial to agents.mdx (fixes #2900) by @1sarthakbhardwaj in https://github.com/camel-ai/camel/pull/2939 * release v0.2.75a3 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3014 * feat(models): Add Mistral Medium 3.1 by @1sarthakbhardwaj in https://github.com/camel-ai/camel/pull/3013 * fix: type script browser cdp connection by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3009 * fix code block rendering line break bug by @Craran in https://github.com/camel-ai/camel/pull/3019 * feat: Add TerminalToolkit MCP server and examples by @1sarthakbhardwaj in https://github.com/camel-ai/camel/pull/2937 * docs: Add pptx cookbook by @1sarthakbhardwaj in https://github.com/camel-ai/camel/pull/2666 * feat: Update OpenAIImageToolkit to support multiple image generation by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3025 * [Issue 2900] Add structured response cookbook by @jajajalalalala in https://github.com/camel-ai/camel/pull/2949 * Optimise Task channel by @Saedbhati in https://github.com/camel-ai/camel/pull/3011 * chore: cookbook update video_analysis.ipynb by @Saedbhati in https://github.com/camel-ai/camel/pull/2673 * feat: ollama support api key config by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3035 * chore: enhance toolkit function naming by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3038 * Chore: browser by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3042 * docs: Improvise Workforce by @1sarthakbhardwaj in https://github.com/camel-ai/camel/pull/2926 * Feat: Add Nebius AI Studio integration by @1sarthakbhardwaj in https://github.com/camel-ai/camel/pull/3046 * enhance: ChatAgent timeout and retry by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3047 * chore: remove model speed cookbook by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3058 * Update models.md by @Astrodevil in https://github.com/camel-ai/camel/pull/3057 * fix: docs json format by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3060 * fix: add connection timeout check in mcp toolkit connection by @MuggleJinx in https://github.com/camel-ai/camel/pull/3051 * fix: openai model redundant api call by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3065 ## New Contributors * @hu-mengliang made their first contribution in https://github.com/camel-ai/camel/pull/2986 * @Craran made their first contribution in https://github.com/camel-ai/camel/pull/3019 * @Astrodevil made their first contribution in https://github.com/camel-ai/camel/pull/3057 **Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.74...v0.2.75