free-coding-models 0.1.72 → 0.1.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/free-coding-models.js +10 -0
- package/package.json +1 -1
|
@@ -2124,6 +2124,16 @@ After installation, you can use: opencode --model ${modelRef}`
|
|
|
2124
2124
|
},
|
|
2125
2125
|
models: {}
|
|
2126
2126
|
}
|
|
2127
|
+
} else if (providerKey === 'iflow') {
|
|
2128
|
+
config.provider.iflow = {
|
|
2129
|
+
npm: '@ai-sdk/openai-compatible',
|
|
2130
|
+
name: 'iFlow',
|
|
2131
|
+
options: {
|
|
2132
|
+
baseURL: 'https://apis.iflow.cn/v1',
|
|
2133
|
+
apiKey: '{env:IFLOW_API_KEY}'
|
|
2134
|
+
},
|
|
2135
|
+
models: {}
|
|
2136
|
+
}
|
|
2127
2137
|
}
|
|
2128
2138
|
}
|
|
2129
2139
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.73",
|
|
4
4
|
"description": "Find the fastest coding LLM models in seconds — ping free models from multiple providers, pick the best one for OpenCode, Cursor, or any AI coding assistant.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nvidia",
|