Aibs Spark-Beta Is out For testing!.

Aibs focuses on making all of it's projects secure and private by using advanced Technologies.

import aibs
import os

response = aibs.completion(
  model="gemini/gemini-pro", 
  messages=[{ "content": "Hello, world!","role": "user"}]
)

print(response)

Aibs's Projects

Spark By Aibs
Hack Me If You Can
Spark By Aibs
Hack Me If You Can
Spark By Aibs
Hack Me If You Can

Why Aibs?

Aibs is designed to be the backbone of your AI-powered applications, providing simplicity and power.

Aibs Future of Ai

We are a technology company focused on developing artificial intelligence software, secure communication platforms, and private game applications. Our commitment lies in building intelligent, efficient, and secure systems that respect user privacy.

Work is ours

We’re building the future with AI-driven chat tools and private game worlds—everything we do is secure, fast, and user-focused. No fluff, just next-level tech.

Simplicity

You don’t need to be a tech expert to enjoy the power of our AI. We built it for real people—fast, secure, and super simple to use.

Not only simple And Fast

Our systems are engineered for stability and speed. Expect instant customer support, optimized performance, and crash-free experiences—no matter the load.

Secure

Your data is yours—even we can’t access it. All user information is fully encrypted and handled locally when possible. We do not store, track, or view any personal content. Privacy isn’t a feature, it’s the foundation.

Project Spark

A breakthrough in {mention a relevant field, e.g., data synthesis, creative generation} poised to redefine possibilities. Spark illuminates new paths in AI capability, pushing the boundaries of what's achievable.

javascript
export const AWPS_WIPE_HEADER = process.env.AWPS_WIPE_HEADER || "X-AWPS-ACTION"

const response = await aibs.completion({
  model: "gpt-3.5-turbo", 
  messages: [{ "content": "hello world", "role": "user"}]
})

// unified response object
// {
//   'choices': [{
//     'finish_reason': 'stop',
//     'index': 0,
//     'message': {
//       'role': 'assistant',
//       'content': 'Hello! How can I assist you today?'
//     }
//   }],
//   'created': 1694274542,
//   'model': 'gpt-3.5-turbo-0613',
//   'usage': {
//     'prompt_tokens': 8,
//     'completion_tokens': 9,
//     'total_tokens': 17
//   }
// }

Hack Me If You Can

Our internal security challenge platform. A proving ground for cutting-edge defenses and offensive strategies, ensuring our systems are fortified against the unforeseen. It's a constant evolution of digital resilience.

yaml
# config.yaml
model_list:
  - model_name: gpt-3.5-turbo
    litellm_params:
      model: azure/chatgpt-v-2
      api_key: os.environ/AZURE_API_KEY
      api_base: os.environ/AZURE_API_BASE
      api_version: os.environ/AZURE_API_VERSION
  - model_name: gpt-3.5-turbo
    litellm_params:
      model: gpt-3.5-turbo
      api_key: os.environ/OPENAI_API_KEY
  - model_name: cohere-command
    litellm_params:
      model: command-nightly
      api_key: os.environ/COHERE_API_KEY
litellm_settings:
  set_verbose: True

Ready to simplify your AI integrations?

Start building with Aibs today. It's free to get started and easy to scale.

$ pip install aibs