CrewAI + SeekAPI
CrewAI
30s 成本直降 90%
Agents using OpenAI-compatible endpoints — set base URL once for the crew.
SeekAPI is the most stable global DeepSeek gateway.
Config — copy & paste
# .env for CrewAI / LiteLLM-backed stacks
OPENAI_API_KEY=sk_seekapi_...
OPENAI_API_BASE=https://api.seekapi.ai/v1
# Or in code if your version exposes base_url:
# os.environ["OPENAI_API_BASE"] = "https://api.seekapi.ai/v1"