From 85876a2e5f9f5c2e8a942ec2b4cfce3120963d0f Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Wed, 26 Jun 2024 20:36:49 -0700 Subject: [PATCH] [FEAT][Agent API] --- docs/swarms_cloud/agent_api.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/swarms_cloud/agent_api.md b/docs/swarms_cloud/agent_api.md index 63a0bcc8..5d0fa9d0 100644 --- a/docs/swarms_cloud/agent_api.md +++ b/docs/swarms_cloud/agent_api.md @@ -4,6 +4,13 @@ The Swarms API provides endpoints to interact with various language models, mana URL: `https://api.swarms.world` +## Key Features +- Dynamic Model Switching: Easily switch between different language models based on user input. +- Token Counting: Efficiently count tokens using the tiktoken library. +- Agent Configuration: Configure and run agents with detailed settings for various tasks. +- CORS Handling: Support for Cross-Origin Resource Sharing (CORS) to allow web-based clients to interact with the API. + + ## Endpoints ### `/v1/models`