yangmao.ai · cURL setup money page
Shanghai Telecom Token Package cURL API Setup
Use cURL to smoke-test Shanghai Telecom Token Package before wiring SDK code. Confirm the exact endpoint, model name, and quota in the provider dashboard.
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
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.
How to set it up
Create an API key and copy the provider endpoint from official docs.
Export the key into your shell session.
Send a minimal chat completion payload with cURL.
Check status code, JSON body, and rate-limit headers.
Move the tested endpoint into your app or fallback relay.
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-setup-curl
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-setup-curl.