yangmao.ai · Free API intent page
Shanghai Telecom Token Package Free API Guide
Shanghai Telecom Token Package has a tracked free API path, with 1 元约 25 万额度点(低价套餐,待实测) and rate limit notes of 待确认:并发、RPM/TPM、有效期、是否仅上海电信用户.
Quick verdict
- Free API: 1 元约 25 万额度点(低价套餐,待实测)
- Rate limits: 待确认:并发、RPM/TPM、有效期、是否仅上海电信用户
- Best model starting point: 多模型 API 套餐
- China access: direct or relatively friendly
Provider fit matrix
Production readiness checklist
Python setup snapshot
Start with the smallest possible chat completion, then move the key to your server-side secret manager before production.
# 待官方 API 文档确认。先用控制台示例请求小样本测试,不要上传公司代码、合同或客户数据。
# Suggested test log fields:
# model, input_tokens, output_tokens, quota_points_used, latency_ms, status_code cURL smoke test
Use this to verify endpoint, auth header, model name, response shape, and quota before adding SDK abstractions.
curl https://api.provider.example/v1/chat/completions \
-H "Authorization: Bearer $SHANGHAI_TELECOM_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "多模型 API 套餐",
"messages": [{"role": "user", "content": "Hello from yangmao.ai"}]
}' Free API and pricing notes
1 元约 25 万额度点(低价套餐,待实测)
This is a low-cost telco token package lead, not a free unlimited API. Test the minimum package first with DeepSeek, Qwen, Kimi-style models and convert actual quota burn into cost per million tokens.
Access and production risk
China-friendly / direct path likely
China-based telco channel, likely friendly for domestic payment and access; however user eligibility, individual API access, concurrency, and rate limits still need testing.
Decision checklist
Check Shanghai Telecom Token Package free credits and rate limits.
Compare same-category providers and China access needs.
Pick the provider with the clearest no-card/free API path for testing.
Fallback CTA with tracked UTM
If you do not want to juggle provider keys, rate limits, and regional access, use openllmapi.com as a unified API fallback.
Try openllmapi with one key →UTM: utm_source=yangmao.ai · utm_medium=seo · utm_campaign=provider · utm_content=shanghai-telecom-free-api
Related internal links
Source snapshot
Data source: yangmao.ai provider YAML tracker plus provider docs reviewed by the daily crawler. Official dashboards can change quota and pricing without notice; verify before production.
- yangmao.ai provider id
- shanghai-telecom
- Official source
- https://www.chinatelecom.com.cn/
- Last updated
- 2026-05-16
- Free tier
- Low-cost token quota-point package, not a free tier
- API credits
- 1 元约 25 万额度点(低价套餐,待实测)
- Rate limit
- 待确认:并发、RPM/TPM、有效期、是否仅上海电信用户
- Access note
- China-based telco channel, likely friendly for domestic payment and access; however user eligibility, individual API access, concurrency, and rate limits still need testing.
FAQ
Does Shanghai Telecom Token Package have a free API?
Yes. Current yangmao.ai record: 1 元约 25 万额度点(低价套餐,待实测). Rate limit note: 待确认:并发、RPM/TPM、有效期、是否仅上海电信用户.
Is Shanghai Telecom Token Package OpenAI-compatible?
This snapshot uses a provider-specific OpenAI SDK example. If your app requires one stable OpenAI-compatible endpoint, use an aggregator or relay after checking Shanghai Telecom Token Package docs.
Can I use Shanghai Telecom Token Package from China?
Shanghai Telecom Token Package is marked as relatively direct or China-friendly in the current tracker.
What should I do when Shanghai Telecom Token Package credits run out?
Compare the alternatives below, check /en/free-ai-api/, or use the openllmapi CTA on this page as a one-key fallback with tracked UTM: campaign=provider, content=shanghai-telecom-free-api.