Skip to content

Conversation

@shariqriazz
Copy link
Contributor

Summary

  • Add iFlow (iflowcn) provider with OpenAI-compatible API
  • 17 models across multiple AI families with free access
  • Chinese AI platform offering state-of-the-art open-source models

Provider Details

Models Added

Taobao Star Series

  • TStars-2.0: E-commerce optimized LLM (128K context, 64K output)

Qwen3 Series

  • Qwen3-Coder-Plus: Agentic coding model (256K context, 64K output)
  • Qwen3-Coder-480B-A35B: Code generation specialist (256K context, 64K output)
  • Qwen3-Max: General purpose flagship (256K context, 32K output)
  • Qwen3-VL-Plus: Vision-language model (256K context, 32K output)
  • Qwen3-Max-Preview: Preview version with enhanced capabilities (256K context, 32K output)
  • Qwen3-32B: Compact general model (128K context, 32K output)
  • Qwen3-235B-A22B-Thinking: Reasoning model with thinking mode (256K context, 64K output)
  • Qwen3-235B-A22B-Instruct: Instruction-following variant (256K context, 64K output)
  • Qwen3-235B-A22B: Dual-mode model (128K context, 32K output)

Kimi Series

  • Kimi-K2: MoE model with 1T parameters (128K context, 64K output)
  • Kimi-K2-Instruct-0905: Latest version (256K context, 64K output)

DeepSeek Series

  • DeepSeek-V3.2-Exp: Experimental with Sparse Attention (128K context, 64K output)
  • DeepSeek-V3.1-Terminus: Hybrid thinking model (128K context, 64K output)
  • DeepSeek-R1: RL-trained reasoning model (128K context, 32K output)
  • DeepSeek-V3-671B: MoE flagship (128K context, 32K output)

GLM Series

  • GLM-4.6: Agent-optimized foundation model (200K context, 128K output)

Key Features

  • Long context support (128K-256K tokens)
  • Large output capabilities (32K-128K tokens)
  • Reasoning models with thinking modes
  • Vision-language capabilities
  • Tool calling and agent support
  • E-commerce and code generation specializations

Based on: https://platform.iflow.cn/en/models

- Created iflowcn provider with OpenAI-compatible API
- Added TStars-2.0 (Taobao Star Language Model)
- Added Qwen3 series: Coder-Plus, Coder, Max, VL-Plus, Max-Preview, 32B, 235B variants
- Added Kimi-K2 and K2-Instruct-0905 models
- Added DeepSeek series: V3.2-Exp, V3.1-Terminus, R1, V3-671B
- Added GLM-4.6 model
- All models free with various context windows (128K-256K)
- Based on https://platform.iflow.cn/en/docs
- Added official iFlow logo SVG with gradient design
- Square format with transparent background
- Purple gradient from #5C5CFF to #AE5CFF
@rekram1-node
Copy link
Contributor

/oc update the iflow logo.svg to be consistent with other logo.svgs for providers like v0, openai, azure, etc.

The current logo.svg has custom colors that we do not want. Use fill="currentColor" for the path

@opencode-agent
Copy link
Contributor

opencode-agent bot commented Nov 2, 2025

Perfect! I've successfully updated the iFlow logo.svg to be consistent with other provider logos. Here's what I changed:

Changes Made

  1. Consistent structure: Updated from complex nested <g> elements with filters and gradients to a simple <svg> + <path> structure
  2. Standard viewBox: Changed from viewBox="0 0 32 32" to viewBox="0 0 24 24" to match other providers
  3. Removed custom colors: Eliminated the gradient definition with custom colors (#5C5CFF, #AE5CFF, #F0F2F5)
  4. Added currentColor: Now uses fill="currentColor" which allows the logo to inherit the text color from its parent element
  5. Simplified attributes: Removed unnecessary attributes like xmlns:xlink, fill="none", version, width, and height
  6. Clean path: Converted the complex path data to work within the 24x24 viewBox while maintaining the logo's visual identity

The updated logo now follows the same pattern as other provider logos like v0, OpenAI, and Azure:

  • Simple <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  • Single <path fill="currentColor" d="..."/>
  • Clean, consistent structure for theming support

This ensures the iFlow logo will properly inherit theme colors and display consistently with all other provider logos in the models.dev interface.

New%20session%20-%202025-11-02T17%3A32%3A39.152Z
opencode session  |  github run

@rekram1-node rekram1-node merged commit 9e172ae into sst:dev Nov 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants