Taam Cloud API home pagelight logodark logo
  • Discord Community
  • Support
  • Dashboard
  • Dashboard
Documentation
Subscription
Playground
API Reference
  • Documentation
  • API Reference
  • Playground
  • Dashboard
  • Overview
    • Overview
    Getting Started
    • Overview
    • Getting Started
    Support
    • General FAQ
    • API Usage FAQ
    • Troubleshooting
    Support

    API Usage FAQ

    Common questions about using TaamCloud API

    We support multiple model providers:

    • OpenAI (GPT-4, GPT-3.5)
    • Google (Gemini series)
    • Custom models for specific tasks

    See our Models List for complete details.

    Rate limits vary by endpoint and subscription level. Contact support for detailed quotas and enterprise options.

    File uploads use a separate endpoint with multipart/form-data:

    Copy
    curl -X POST https://uploud.taam.cloud/upload \
      -F "file=@your_file.pdf" \
      -F "enable_vision=true"
    

    See File Upload documentation for details.

    Was this page helpful?

    General FAQTroubleshooting
    discordtwitterlinkedingithub
    Powered by Mintlify
    Assistant
    Responses are generated using AI and may contain mistakes.