CodeQwen
CodeQwen is the code version of Qwen, the large language model series developed by the Qwen team, Alibaba Cloud. It is a transformer-based decoder-only language model pre-trained on a large amount of data of codes. Strong code generation capabilities and competitive performance across a series of benchmarks. Supporting long context understanding and generation with the context length of 64K tokens. CodeQwen supports 92 coding languages and provides excellent performance in text-to-SQL, bug fixes, etc. You can just write several lines of code with transformers to chat with CodeQwen. Essentially, we build the tokenizer and the model from pre-trained methods, and we use the generate method to perform chatting with the help of the chat template provided by the tokenizer. We apply the ChatML template for chat models following our previous practice. The model completes the code snippets according to the given prompts, without any additional formatting.
Learn more
Nixtla
Nixtla is a platform for time-series forecasting and anomaly detection built around its flagship model TimeGPT, described as the first generative AI foundation model for time-series data. It was trained on over 100 billion data points spanning domains such as retail, energy, finance, IoT, healthcare, weather, web traffic, and more, allowing it to make accurate zero-shot predictions across a wide variety of use cases. With just a few lines of code (e.g., via their Python SDK), users can supply historical data and immediately generate forecasts or detect anomalies, even for irregular or sparse time series, and without needing to build or train models from scratch. TimeGPT supports advanced features like handling exogenous variables (e.g., events, prices), forecasting multiple time-series at once, custom loss functions, cross-validation, prediction intervals, and model fine-tuning on bespoke datasets.
Learn more
Kimi K3
Kimi K3 is Moonshot AI’s most capable model, built for frontier intelligence scenarios such as software engineering, knowledge work, deep reasoning, and multimodal understanding. The model has 2.8 trillion parameters and uses Kimi Delta Attention, a hybrid linear attention mechanism, along with Attention Residuals for long-context performance. Kimi K3 supports a 1 million token context window, making it useful for analyzing large codebases, long documents, complex knowledge bases, and multi-step workflows. It includes native visual understanding for images and videos, with support for structured message formats, base64 image input, uploaded video files, and multimodal reasoning. Developers can use Kimi K3 through an OpenAI-compatible API with support for streaming, structured JSON output, partial mode, custom tools, dynamic tool loading, and automatic context caching.
Learn more
GPT-5.6 Terra
GPT-5.6 Terra is a balanced model in the GPT-5.6 series designed for everyday work, coding, agentic workflows, cybersecurity support, biology analysis, and enterprise automation. It sits between GPT-5.6 Sol, the flagship model, and GPT-5.6 Luna, the faster and lower-cost option. Terra is positioned to deliver competitive performance to GPT-5.5 while being significantly cheaper to run. The model supports improved reasoning, coding, tool coordination, long-horizon workflows, and legitimate defensive security work. It is part of a model family built with layered safeguards, including trained refusals, real-time misuse classifiers, account-level review, differentiated access, monitoring, and continued red-team testing. GPT-5.6 Terra helps developers, enterprises, and technical teams access strong AI capabilities with a more practical balance of intelligence, speed, and cost.
Learn more