AI model inference
AIsa exposes model inference throughhttps://api.aisa.one/v1 with OpenAI-compatible and selected provider-compatible routes.
Check:
- Live model catalog for current availability.
- Models guide for IDs, capability vocabulary, and endpoint guidance.
- AI model pricing for pricing guidance.
Direct data and capability APIs
AIsa exposes non-chat APIs underhttps://api.aisa.one/apis/v1.
The API Reference is the technical entry point for exact methods, paths, parameters, authentication, and examples. Relevant domains include search, research, financial data, social platforms, prediction markets, media, company and people data, and other providers represented in the current reference.
A page in the API reference documents a route; production use should still account for current health, pricing, rate limits, and provider-specific requirements.
Agent Skills
Agent Skills are reusable instruction bundles for supported agent runtimes. They may combine models, APIs, scripts, safety notes, and output guidance. Check:- The Skill page for its intended trigger and tools.
- The Skill source repository for the current implementation.
- Configuration requirements before execution.
Authenticated actions
Some APIs can create, update, send, publish, follow, or otherwise change an external system. These operations may require an OAuth-connected account or additional authorization. Treat them separately from read-only APIs:- Verify required permissions.
- Identify the external side effect.
- Obtain confirmation when required.
- Verify the external result after execution.
Machine-readable discovery
AIsa publishes:- Agent Card for high-level A2A-style discovery.
- MCP manifest for MCP-oriented descriptors.
- OpenAPI specification for request and response contracts.
- Technical llms.txt for documentation routing.
Billing and payments
Model and API usage is usage-based. Review: Do not assume every capability supports the same authentication or payment path.Verification checklist
Before relying on a capability:- Confirm its live model, API, Skill, or discovery entry.
- Read the exact authentication requirements.
- Check pricing and rate limits.
- Test the smallest safe request.
- Verify response shape and failure behavior.
- For writes or payments, verify authorization and side effects separately.