browse · models · ai-singapore
ai-singapore model — context 0K, capabilities: .
| Model ID | ai-singapore-sea-lion-v3-llama3.1-8b |
| Provider | ai-singapore |
| Family | sea-lion |
| Status | active |
| Input $/MTok | $0 |
| Output $/MTok | $0 |
| Cache read $/MTok | — |
| Cache write $/MTok | — |
| Context window | 0 tokens (0K) |
| Max output | — |
| Input modalities | text |
| Output modalities | text |
| Capabilities | |
| Supported parameters | max_tokenstemperaturetop_p |
| Knowledge cutoff | 1970-01 |
| Release date | 1970-01-01 |
| Last synced | 2026-05-12 |
| Deprecated | — |
| Official docs | Open docs |
| Intelligence index | not measured |
| Throughput | — |
// claude-desktop / cursor / windsurf
{
"jsonrpc": "2.0",
"method": "tools/call",
"id": 1,
"params": {
"name": "get_model_pricing",
"arguments": { "model_id": "ai-singapore-sea-lion-v3-llama3.1-8b" }
}
}curl -X POST https://mcp.aiworkflowmcp.com/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"tools/call","id":1,"params":{"name":"get_model_pricing","arguments":{"model_id":"ai-singapore-sea-lion-v3-llama3.1-8b"}}}'