OrderCore Back to Direct AI
OpenAI • Claude • Gemini • DeepSeek • Grok

One public AI integrations hub.

Use the same canonical tooling export for GPT, Claude, Gemini, DeepSeek, and Grok. The free tier gives 10 calls/day so teams can validate the flow quickly, then move billing to the web when they need more usage.

Free tier: 10 calls/day Billing managed on web Provider exports: OpenAI / Claude / Gemini / DeepSeek / Grok
Provider packs

Ready-to-run exports for each service

OpenAI

Use the Responses API pack generated from the canonical tooling endpoint.

  • make openai-api-boarding-pack
  • openai.responses_api.tools.json
  • run_openai_response.sh

Claude / Anthropic

Use the shared Anthropic schema export and request template for assistant workflows.

  • make ai-api-boarding-pack
  • anthropic.tools.input_schema.json
  • run_anthropic_message.sh

Gemini

Use the function declaration export directly from the same tooling source.

  • /direct-ai/tooling
  • gemini.function_declarations.json
  • google_genai.function_declarations

DeepSeek

Use the OpenAI-compatible chat-completions pack for direct tool calling.

  • deepseek.chat_completions.tools.json
  • deepseek.chat_completions.request.template.json
  • run_deepseek_chat.sh

Grok / xAI

Use the xAI Responses API pack generated from the same canonical tools.

  • grok.responses_api.tools.json
  • grok.responses_api.request.template.json
  • run_grok_response.sh
Billing model

Free first, paid on the web

Free tier

10 calls per day for public evaluation, demos, and routing validation.

Public API surface + provider packs + manifest links

Paid tier

Upgrade on the OrderCore website when you need more calls, production usage, or a broader rollout.

Billing stays on the web, not in the chat layer.

What the manifest exposes

One canonical set of links, provider schemas, browser config, and quota/billing metadata for all AI services.

Open the manifest

Public links