> iFlyTek Spark Open
spark-api-open.xf-yun.com is the OpenAI-compatible HTTP endpoint for iFlyTek's Spark (讯飞星火) LLM. It provides access to multimodal models via the iFlyTek Open Platform. A permanently free 'Lite' version is available for developers.
// pros
- First-party vendor endpoint (iFlytek, a listed Chinese company)—not a third-party relay, no stolen-upstream-key risk
- Spark Lite is officially declared permanently free with unlimited tokens, suitable for sustained low-cost use
- OpenAI-compatible HTTP endpoint (spark-api-open.xf-yun.com/v1/chat/completions) alongside the legacy WebSocket API
- Low latency from mainland China (164ms probed), complete Chinese docs, clear legal entity
// cons
- This host is only an API endpoint and returns 401 on probe; you must register, complete real-name verification, and create an app on xfyun.cn to get an APIPassword
- Spark Lite is a lightweight, weaker model; stronger tiers (Pro/Max/4.0 Ultra) become paid once the gifted tokens run out
- The free tier is QPS-limited (typically ~2 concurrent streams), unsuitable for high-concurrency production
- Requires a mainland-China phone number/real-name KYC; anonymous or overseas use is constrained, and content is subject to domestic compliance monitoring
As a first-party Chinese vendor free tier, it suits lightweight Chinese-language workloads (summarization, classification, RAG Q&A) and personal projects; create an app on xfyun.cn to obtain the APIPassword, mind the Lite-vs-paid quota split, QPS caps, and KYC/compliance requirements, and don't treat gifted tokens as a long-term guarantee.
community_reputation
The iFlytek Open Platform is a mainstream first-party Chinese LLM platform; many community tutorials (CSDN, Zhihu, cnblogs) treat Spark Lite as the go-to entry-level 'free LLM API' and confirm it is permanently free for lightweight tasks such as summarization and RAG. Negative feedback centers on Lite's limited capability, low QPS, and KYC requirements—not on exit-scam or key-theft risks.
imported analysis — independent third party, not Uprouter editorial · verify before relying on it
Free tier present — value not quantified
This provider offers a free tier, but its terms don’t convert cleanly into a USD figure (e.g. request-count limits or capacity-dependent pools). We refuse to print a misleading zero here. See the note below and the official pricing page for the exact limits.
note: Spark Lite (model=lite) permanently free since May 2024: unlimited tokens, QPS caps only - unquantifiable; one-off token packs for other tiers (~2M tokens ~ $2, promo-dependent); real-name registration required.
| Plan | Type | Monthly | Input /1M | Output /1M | Note |
|---|---|---|---|---|---|
| Free tier (source-reported) | free | — | — | — | Spark Lite (model=lite) has been officially 'permanently free' since May 2024 with unlimited tokens but QPS caps; new users can also claim one-off free token packs for other tiers (commonly around 2M tokens, subject to current console promotions). Free access requires real-name registration and app creation on xfyun.cn. |
| Spark Lite | free | — | — | — | Permanently free for developers. |
| Paid Models | payg | — | — | — | Estimated ¥0.005-0.02 per 1K tokens (≈$0.70-$2.80 per 1M tokens) depending on model. |
Pricing normalized from public sources — always verify with the provider.
// model prices
| Model | Input /1M | Output /1M | Context |
|---|---|---|---|
| Spark Lite (model=lite) | — | — | — |
| Spark Pro/Max/4.0 Ultra (one-off free token packs only; paid after depletion) | — | — | — |
<a href="https://uprouter.online/s/spark-api-open-xf-yun-com" target="_blank" rel="noopener"><img src="https://uprouter.online/badge/spark-api-open-xf-yun-com.svg" alt="iFlyTek Spark Open live status on UPROUTER.ONLINE" height="40"></a>Paste this into your README, docs or status page. The badge shows the same best-effort probe data as the directory, refreshes automatically, and links back to the full iFlyTek Spark Open entry — no tracking, no scripts.
$ Does iFlyTek Spark Open have a free tier?
Yes — iFlyTek Spark Open offers a free tier. Always confirm current limits on iFlyTek Spark Open's official pricing page — free tiers change without notice.
$ How much does iFlyTek Spark Open cost per 1M tokens?
iFlyTek Spark Open does not publish simple per-1M-token pricing (it may bill per request, per output, or via a subscription plan). Check their official pricing page for exact figures.
$ Is iFlyTek Spark Open safe to use?
Uprouter rates iFlyTek Spark Open as low risk. Rated low risk. an official provider with a free tier with pricing, authentication and terms documented on its own site. The model coverage is consistent with a real upstream, so data and reliability risk are modest. Risk ratings are editorial, evidence-based, and never influenced by affiliate relationships.
$ Can I use iFlyTek Spark Open through Uprouter Connect?
Yes — iFlyTek Spark Open is Connect-compatible. Add your iFlyTek Spark Open API key in Uprouter Connect (encrypted at rest) and route requests to it through one OpenAI- and Claude-compatible API, optionally behind failover aliases. Uprouter meters the traffic in compute at the provider's listed rate.
Raw community sentiment, shown unblended. Votes never feed into objective data fields like price, risk, or status — and never into sort order.
No published reviews yet — be the first.
// more_informationprice history · live status · risk & confidence · code snippets
price_history
No recorded changes yet.
live_status
full history →best-effort probes · not a guarantee · last 13h ago
| Checked | Status | Latency |
|---|---|---|
| 13h ago | up | 822ms |
| 14h ago | up | 935ms |
| 1d ago | up | 755ms |
| 2d ago | up | 1015ms |
| 3d ago | up | 963ms |
| 4d ago | up | 1026ms |
| 12d ago | up | 97ms |
Uprouter runs its own probes; best-effort, not a guarantee. Probe results depend on our network location and cadence — for production, always use the provider’s own status page.
risk_&_confidence
Rated low risk. an official provider with a free tier with pricing, authentication and terms documented on its own site. The model coverage is consistent with a real upstream, so data and reliability risk are modest.
Confidence reflects how much verifiable evidence (official docs, probe history, community reports) backs this entry. Risk is our editorial assessment of operator reliability and terms — not financial advice.
code_snippets
curl https://uprouter.online/api/connect/v1/chat/completions \ -H "Authorization: Bearer upr_live_YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{
"model": "spark-lite-model-lite",
"messages": [{ "role": "user", "content": "Hello via iFlyTek Spark Open" }]
}'Metered in Uprouter compute — the usage log shows which upstream served each request and its exact cost.
Ranked by neutral similarity signals only — live status, Connect compatibility, free-tier shape and free-credit proximity. Commercial relationships never influence this list.