DeepSeek V4 Pro Now Available
Gongshe now supports the DeepSeek V4 Pro with enhanced reasoning...
Read MoreGongshe provides a unified API interface to easily access hundreds of AI models including DeepSeek, GLM, Qwen, Kimi, Hunyuan and more
Supported Model Providers
Stable, efficient, and secure API services for your AI applications
Covering leading domestic AI model brands
Compatible with mainstream model SDKs, no code changes needed
from openai import OpenAI as GongsheClient
client = GongsheClient(
api_key="sk-your-gongshe-key",
base_url="https://api.gongchanshe.com/v1"
)
response = client.chat.completions.create(
model="deepseek-chat",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)Get started in 4 simple steps
Create a Gongshe account and get free trial credits
Generate your API key in the console
Test models with our playground or code
Integrate the API into your product and start building
Whether you're an individual developer or an enterprise team, find the right solution
Build intelligent customer service with 24/7 auto-response
Content creation, copywriting, article polishing
Build autonomous agents for complex tasks
Enterprise knowledge base Q&A with RAG
Semantic search with precise intent matching
Text-to-image, image editing, style transfer
Stay updated with the latest in AI
Gongshe now supports the DeepSeek V4 Pro with enhanced reasoning...
Read MoreZhipu AI releases GLM-5.2 flagship with improved reasoning...
Read MoreTo improve service stability, we've completed our gateway upgrade...
Read More